com.japisoft.xpath
Class NodeSet

java.lang.Object
  |
  +--com.japisoft.xpath.FastVector
        |
        +--com.japisoft.xpath.NodeSet

public class NodeSet
extends FastVector

XPath NodeSet. This class contains a set of node that evolves with the XPath expression resolution.

Author:
(c) 2003 JAPISOFT

Constructor Summary
NodeSet()
           
NodeSet(java.lang.Object node)
          Add this node
 
Method Summary
 boolean add(java.lang.Object node)
          For JDK1.1 compatibility
 void addNode(java.lang.Object node)
          Add a new node
 NodeSet union(NodeSet set)
          Mix with another NodeSet and return the current one
 
Methods inherited from class com.japisoft.xpath.FastVector
addElement, contains, elementAt, ensureCapacity, get, indexOf, indexOf, insertElementAt, remove, removeElementAt, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeSet

public NodeSet()

NodeSet

public NodeSet(java.lang.Object node)
Add this node

Method Detail

addNode

public void addNode(java.lang.Object node)
Add a new node


add

public boolean add(java.lang.Object node)
For JDK1.1 compatibility


union

public NodeSet union(NodeSet set)
Mix with another NodeSet and return the current one