org.jaxen.dom
private static class NamespaceNode.EmptyNodeList extends Object implements NodeList
This class is necessary for the {@link Node#getChildNodes} method, which must return an empty node list rather than null when there are no children.
Method Summary | |
---|---|
int | getLength() |
Node | item(int index) |
See Also: NodeList#getLength
See Also: NodeList#item