|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.api.dom.BXNList
public class BXNList
DOM - NodeList Implementation.
Constructor Summary | |
---|---|
BXNList(Nod ns)
Constructor. |
|
BXNList(NodeBuilder nb)
Constructor. |
Method Summary | |
---|---|
int |
getLength()
|
org.w3c.dom.Node |
item(int i)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BXNList(NodeBuilder nb)
nb
- nodespublic BXNList(Nod ns)
ns
- node setMethod Detail |
---|
public final org.w3c.dom.Node item(int i)
item
in interface org.w3c.dom.NodeList
public final 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 |