|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.NodeListWrapper
This class implements a wrapper for a NodeListWrapper. All the methods of the underlying document are called in a single thread.
Field Summary | |
protected DocumentWrapper |
documentWrapper
The owner document wrapper. |
protected NodeList |
nodeList
The wrapped list. |
Constructor Summary | |
NodeListWrapper(DocumentWrapper dw,
NodeList nl)
Creates a new NodeListWrapper. |
Method Summary | |
int |
getLength()
DOM: Implements NodeList.getLength() . |
Node |
item(int index)
DOM: Implements NodeList.item(int) . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected DocumentWrapper documentWrapper
protected NodeList nodeList
Constructor Detail |
public NodeListWrapper(DocumentWrapper dw, NodeList nl)
Method Detail |
public Node item(int index)
NodeList.item(int)
.item
in interface NodeList
org.w3c.dom.NodeList
indexIndex
- into the collection.index
th position in the
NodeList
, or null
if that is not a valid
index.public int getLength()
NodeList.getLength()
.getLength
in interface NodeList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |