private static class NamespaceNode.EmptyNodeList
extends java.lang.Object
implements org.w3c.dom.NodeList
This class is necessary for the Node.getChildNodes()
method, which must return an empty node list rather than
null when there are no children.
Modifier | Constructor and Description |
---|---|
private |
EmptyNodeList() |
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
org.w3c.dom.Node |
item(int index) |