wt.query.qml
Class EmptyNodeList

java.lang.Object
  extended bywt.query.qml.EmptyNodeList
All Implemented Interfaces:
NodeList

class EmptyNodeList
extends Object
implements NodeList


Constructor Summary
(package private) EmptyNodeList()
           
 
Method Summary
 int getLength()
           
 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 Node item(int index)
Specified by:
item in interface NodeList

getLength

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