org.apache.excalibur.xml.xpath
Class SimpleNodeList

java.lang.Object
  extended by org.apache.excalibur.xml.xpath.SimpleNodeList
All Implemented Interfaces:
org.w3c.dom.NodeList

final class SimpleNodeList
extends java.lang.Object
implements org.w3c.dom.NodeList

Simple node list wrapper around a List object.

Version:
CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:15 $ $Author: cziegeler $
Author:
Avalon Development Team

Field Summary
private  java.util.List m_list
           
 
Constructor Summary
SimpleNodeList(java.util.List list)
           
 
Method Summary
 int getLength()
           
 org.w3c.dom.Node item(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_list

private final java.util.List m_list
Constructor Detail

SimpleNodeList

SimpleNodeList(java.util.List list)
Method Detail

item

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

getLength

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