|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListHandler
Interface that defines the functionnality of a list handler for the parser of attributes that are list. The attribute parser should use this interface in order to create the list representing the values of the attribute.
| Method Summary | |
|---|---|
void |
endList()
Indicates that the parser ends generating the list |
void |
item(SVGItem item)
Indicates a new item to add to the list. |
void |
startList()
Indicates that the parser starts generating the list |
| Method Detail |
|---|
void startList()
void item(SVGItem item)
item - the new item to be addedvoid endList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||