|
|||||||||
| Home >> All >> org >> apache >> batik >> dom >> [ svg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.dom.svg
Interface ListHandler

- All Known Implementing Classes:
- AbstractSVGList.ListBuilder
- 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.
- Version:
- $Id: ListHandler.java,v 1.3 2004/08/18 07:13:13 vhardy Exp $
| 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 |
startList
public void startList()
- Indicates that the parser starts
generating the list
item
public void item(SVGItem item)
- Indicates a new item to add to the list.
endList
public void endList()
- Indicates that the parser ends
generating the list
|
|||||||||
| Home >> All >> org >> apache >> batik >> dom >> [ svg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC