|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.caucho.xml.QEmptyNodeList
QAbstractNode is an abstract implementation for any DOM node.
Constructor Summary | |
QEmptyNodeList()
|
Method Summary | |
int |
getLength()
Returns the number of children. |
Node |
item(int index)
Returns the child with the given index. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QEmptyNodeList()
Method Detail |
public Node item(int index)
item
in interface NodeList
org.w3c.dom.NodeList
index
- Index into the collection.index
th position in the
NodeList
, or null
if that is not a valid
index.public int getLength()
getLength
in interface NodeList
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |