wt.query.qml
Class Util.AppendedNodeList

java.lang.Object
  extended bywt.query.qml.Util.AppendedNodeList
All Implemented Interfaces:
NodeList
Enclosing class:
Util

public static class Util.AppendedNodeList
extends Object
implements NodeList


Field Summary
(package private)  NodeList appended
           
(package private)  NodeList original
           
 
Constructor Summary
Util.AppendedNodeList(NodeList a_original, NodeList a_appended)
           
 
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
 

Field Detail

original

NodeList original

appended

NodeList appended
Constructor Detail

Util.AppendedNodeList

public Util.AppendedNodeList(NodeList a_original,
                             NodeList a_appended)
Method Detail

item

public Node item(int index)
Specified by:
item in interface NodeList

getLength

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