org.apache.batik.dom.svg

Class AbstractSVGList.ListBuilder

protected class AbstractSVGList.ListBuilder extends Object implements ListHandler

A class for receiving notification of parsed list items.
Field Summary
protected Listlist
The list being built.
Method Summary
voidendList()
Ends the construction of the list.
ListgetList()
Returns the newly created list.
voiditem(SVGItem item)
Adds an item to the list.
voidstartList()
Begins the construction of the list.

Field Detail

list

protected List list
The list being built.

Method Detail

endList

public void endList()
Ends the construction of the list.

getList

public List getList()
Returns the newly created list.

item

public void item(SVGItem item)
Adds an item to the list.

startList

public void startList()
Begins the construction of the list.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.