org.eclipse.actf.util.dom
Class EmptyNodeListImpl
java.lang.Object
   org.eclipse.actf.util.dom.EmptyNodeListImpl
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:
- itemin interface- NodeList
 
- 
 
getLength
public int getLength()
- 
- Specified by:
- getLengthin interface- NodeList
 
-