|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axiom.om.impl.dom.NodeListImpl
public class NodeListImpl
Implementation of org.w3c.dom.NodeList
| Field Summary | |
|---|---|
protected boolean |
enableNS
|
protected java.util.Vector |
nodes
|
protected java.lang.String |
nsName
|
protected NodeImpl |
rootNode
|
protected java.lang.String |
tagName
|
| Constructor Summary | |
|---|---|
NodeListImpl(NodeImpl rootNode,
java.lang.String tagName)
Constructor. |
|
NodeListImpl(NodeImpl rootNode,
java.lang.String namespaceURI,
java.lang.String localName)
Constructor for Namespace support. |
|
| Method Summary | |
|---|---|
int |
getLength()
Returns the number of nodes. |
org.w3c.dom.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 java.lang.String tagName
protected java.util.Vector nodes
protected java.lang.String nsName
protected boolean enableNS
| Constructor Detail |
|---|
public NodeListImpl(NodeImpl rootNode,
java.lang.String tagName)
public NodeListImpl(NodeImpl rootNode,
java.lang.String namespaceURI,
java.lang.String localName)
| Method Detail |
|---|
public int getLength()
getLength in interface org.w3c.dom.NodeListNodeList.getLength()public org.w3c.dom.Node item(int index)
item in interface org.w3c.dom.NodeListNodeList.item(int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||