org.basex.api.dom
Class BXNList

java.lang.Object
  extended by 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

Constructor Summary
BXNList(Nodes n)
          Constructor.
BXNList(NodIter nb)
          Constructor.
 
Method Summary
 int getLength()
           
 Node item(int i)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BXNList

public BXNList(NodIter nb)
Constructor.

Parameters:
nb - nodes

BXNList

public BXNList(Nodes n)
Constructor.

Parameters:
n - nodes
Method Detail

item

public Node item(int i)
Specified by:
item in interface NodeList

getLength

public int getLength()
Specified by:
getLength in interface NodeList