Package org.jaxen.dom
Class NamespaceNode.EmptyNodeList
- java.lang.Object
-
- org.jaxen.dom.NamespaceNode.EmptyNodeList
-
- All Implemented Interfaces:
org.w3c.dom.NodeList
- Enclosing class:
- NamespaceNode
private static class NamespaceNode.EmptyNodeList extends java.lang.Object implements org.w3c.dom.NodeListA 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
Constructors Modifier Constructor Description privateEmptyNodeList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLength()org.w3c.dom.Nodeitem(int index)
-