|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xpointer.NodeListImpl
This is just the implementation of the NodeList interface.
Constructor Summary | |
NodeListImpl()
|
Method Summary | |
protected void |
addNode(org.w3c.dom.Node node)
Adds a node to the list. |
int |
getLength()
|
org.w3c.dom.Node |
item(int param)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NodeListImpl()
Method Detail |
protected void addNode(org.w3c.dom.Node node)
public int getLength()
getLength
in interface org.w3c.dom.NodeList
public org.w3c.dom.Node item(int param)
item
in interface org.w3c.dom.NodeList
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |