|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.dom.NamespaceNode.EmptyNodeList
A node list with no members.
This class is necessary for the Node.getChildNodes()
method, which must return an empty node list rather than
null when there are no children.
Constructor Summary | |
private |
NamespaceNode.EmptyNodeList()
|
Method Summary | |
int |
getLength()
|
org.w3c.dom.Node |
item(int index)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private NamespaceNode.EmptyNodeList()
Method Detail |
public int getLength()
getLength
in interface org.w3c.dom.NodeList
NodeList.getLength()
public org.w3c.dom.Node item(int index)
item
in interface org.w3c.dom.NodeList
NodeList.item(int)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |