|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface similar to org.w3c.dom.NodeList used for SVG XML serialization.
This interface allows the com.nwoods.jgo package to provide methods that manipulate org.w3c.dom.NodeList objects while not requiring the org.w3c.dom.NodeList class to be present in order to build com.nwoods.jgo.
Method Summary | |
int |
getLength()
The number of nodes in the list. |
DomNode |
item(int index)
Returns the indexth item in the collection. |
Method Detail |
public int getLength()
public DomNode item(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |