|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.japisoft.fastparser.dom.NodeListImpl
Implementation for NodeList
Constructor Summary | |
NodeListImpl(SimpleNode n)
|
|
NodeListImpl(SimpleNode n,
java.lang.String filter)
|
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 |
public NodeListImpl(SimpleNode n)
n
- reference nodepublic NodeListImpl(SimpleNode n, java.lang.String filter)
n
- reference nodefilter
- tag name to findMethod Detail |
public org.w3c.dom.Node item(int index)
item
in interface org.w3c.dom.NodeList
null
public int getLength()
getLength
in interface org.w3c.dom.NodeList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |