org.eclipse.actf.util.dom
Class EmptyNodeListImpl
java.lang.Object
org.eclipse.actf.util.dom.EmptyNodeListImpl
- All Implemented Interfaces:
- NodeList
public class EmptyNodeListImpl
- extends Object
- implements NodeList
Utility class working as an empty NodeList
EmptyNodeListImpl
public EmptyNodeListImpl()
getInstance
public static NodeList getInstance()
- Return an empty NodeList instance
- Returns:
- empty NodeList
item
public Node item(int index)
- Specified by:
item
in interface NodeList
getLength
public int getLength()
- Specified by:
getLength
in interface NodeList