org.apache.commons.jxpath
| Constructor and Description |
|---|
BasicNodeSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(NodeSet nodeSet)
Add the specified NodeSet to this NodeSet.
|
void |
add(Pointer pointer)
Add a pointer to this NodeSet.
|
java.util.List |
getNodes()
Returns a list of nodes.
|
java.util.List |
getPointers()
Returns a list of pointers for all nodes in the set.
|
java.util.List |
getValues()
Returns a list of values of all contained pointers.
|
void |
remove(Pointer pointer)
Remove a pointer from this NodeSet.
|
java.lang.String |
toString() |
public void add(Pointer pointer)
pointer - to addpublic void add(NodeSet nodeSet)
nodeSet - to addpublic void remove(Pointer pointer)
pointer - to removepublic java.util.List getPointers()
NodeSetgetPointers in interface NodeSetpublic java.util.List getNodes()
NodeSetpublic java.util.List getValues()
NodeSetpublic java.lang.String toString()
toString in class java.lang.Object