org.apache.excalibur.xml.xpath
Class EmptyNodeList

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

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

Noop NodeList.

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

Constructor Summary
EmptyNodeList()
           
 
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
 

Constructor Detail

EmptyNodeList

EmptyNodeList()
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