|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.japisoft.xpath.FastVector | +--com.japisoft.xpath.NodeSet
XPath NodeSet. This class contains a set of node that evolves with the XPath expression resolution.
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 |
public NodeSet()
public NodeSet(java.lang.Object node)
Method Detail |
public void addNode(java.lang.Object node)
public boolean add(java.lang.Object node)
public NodeSet union(NodeSet set)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |