org.basex.api.dom
Class BXNList
java.lang.Object
org.basex.api.dom.BXNList
- All Implemented Interfaces:
- NodeList
- Direct Known Subclasses:
- BXNNode
public class BXNList
- extends Object
- implements NodeList
DOM - Node list implementation.
- Author:
- Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen
BXNList
public BXNList(NodIter nb)
- Constructor.
- Parameters:
nb
- nodes
BXNList
public BXNList(Nodes n)
- Constructor.
- Parameters:
n
- nodes
item
public Node item(int i)
- Specified by:
item
in interface NodeList
getLength
public int getLength()
- Specified by:
getLength
in interface NodeList