Package org.xmldb.common.xml.queries.xt
Class NodeListImpl
- java.lang.Object
-
- org.xmldb.common.xml.queries.xt.NodeListImpl
-
- All Implemented Interfaces:
java.io.Serializable
,org.w3c.dom.NodeList
public final class NodeListImpl extends java.lang.Object implements org.w3c.dom.NodeList, java.io.Serializable
- Version:
- $Revision: 1.1 $ $Date: 2004/05/30 11:54:45 $
- Author:
- SMB
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeListImpl(java.util.Enumeration e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
org.w3c.dom.Node
item(int index)
-