org.apache.axis2.saaj
Class NodeListImpl

java.lang.Object
  extended byorg.apache.axis2.saaj.NodeListImpl
All Implemented Interfaces:
org.w3c.dom.NodeList

public class NodeListImpl
extends java.lang.Object
implements org.w3c.dom.NodeList


Field Summary
static org.w3c.dom.NodeList EMPTY_NODELIST
           
 
Method Summary
 int getLength()
           
 org.w3c.dom.Node item(int index)
          Interface Implemented
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_NODELIST

public static final org.w3c.dom.NodeList EMPTY_NODELIST
Method Detail

item

public org.w3c.dom.Node item(int index)
Interface Implemented

Specified by:
item in interface org.w3c.dom.NodeList
Parameters:
index -
Returns:

getLength

public int getLength()
Specified by:
getLength in interface org.w3c.dom.NodeList