|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.tidy.DOMNodeListImpl
public class DOMNodeListImpl
DOMNodeListImpl. The items in the NodeList
are accessible via an integral index, starting from 0.
Constructor Summary | |
---|---|
protected |
DOMNodeListImpl(Node parent)
Instantiates a new DOM node list. |
Method Summary | |
---|---|
int |
getLength()
|
org.w3c.dom.Node |
item(int index)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DOMNodeListImpl(Node parent)
parent
- parent NodeMethod Detail |
---|
public org.w3c.dom.Node item(int index)
item
in interface org.w3c.dom.NodeList
NodeList.item(int)
public int getLength()
getLength
in interface org.w3c.dom.NodeList
NodeList.getLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |