org.basex.api.dom
Class BXNList

java.lang.Object
  extended by org.basex.api.dom.BXNList
All Implemented Interfaces:
org.w3c.dom.NodeList
Direct Known Subclasses:
BXNNode

public class BXNList
extends java.lang.Object
implements org.w3c.dom.NodeList

DOM - NodeList Implementation.

Author:
Workgroup DBIS, University of Konstanz 2005-08, ISC License, Christian Gruen

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

BXNList

public BXNList(NodeBuilder nb)
Constructor.

Parameters:
nb - nodes

BXNList

public BXNList(Nod ns)
Constructor.

Parameters:
ns - node set
Method Detail

item

public final org.w3c.dom.Node item(int i)
Specified by:
item in interface org.w3c.dom.NodeList

getLength

public final int getLength()
Specified by:
getLength in interface org.w3c.dom.NodeList