|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.om.impl.dom.NodeListImpl
Implementation of org.w3c.dom.NodeList
Field Summary | |
protected boolean |
enableNS
|
protected Vector |
nodes
|
protected String |
nsName
|
protected NodeImpl |
rootNode
|
protected String |
tagName
|
Constructor Summary | |
NodeListImpl(NodeImpl rootNode,
String tagName)
Constructor. |
|
NodeListImpl(NodeImpl rootNode,
String namespaceURI,
String localName)
Constructor for Namespace support. |
Method Summary | |
int |
getLength()
Returns the number of nodes. |
Node |
item(int index)
Returns the node at the given index. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected NodeImpl rootNode
protected String tagName
protected Vector nodes
protected String nsName
protected boolean enableNS
Constructor Detail |
public NodeListImpl(NodeImpl rootNode, String tagName)
public NodeListImpl(NodeImpl rootNode, String namespaceURI, String localName)
Method Detail |
public int getLength()
getLength
in interface NodeList
NodeList.getLength()
public Node item(int index)
item
in interface NodeList
NodeList.item(int)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |