|
||||||||||
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 abstract class NodeListImpl
Implementation of org.w3c.dom.NodeList
Constructor Summary | |
---|---|
NodeListImpl()
|
Method Summary | |
---|---|
protected abstract java.util.Iterator |
getIterator()
|
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 |
Constructor Detail |
---|
public NodeListImpl()
Method Detail |
---|
protected abstract java.util.Iterator getIterator()
public int getLength()
getLength
in interface org.w3c.dom.NodeList
NodeList.getLength()
public org.w3c.dom.Node item(int index)
item
in interface org.w3c.dom.NodeList
NodeList.item(int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |