Class BasicNodeSet
java.lang.Object
org.apache.commons.jxpath.BasicNodeSet
- All Implemented Interfaces:
NodeSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd the specified NodeSet to this NodeSet.voidAdd a pointer to this NodeSet.private voidClear cache list members.getNodes()Returns a list of nodes.Returns a list of pointers for all nodes in the set.Returns a list of values of all contained pointers.voidRemove a pointer from this NodeSet.toString()
-
Field Details
-
pointers
-
readOnlyPointers
-
nodes
-
values
-
-
Constructor Details
-
BasicNodeSet
public BasicNodeSet()
-
-
Method Details
-
add
-
add
Add the specified NodeSet to this NodeSet.- Parameters:
nodeSet- to add
-
remove
Remove a pointer from this NodeSet.- Parameters:
pointer- to remove
-
getPointers
Description copied from interface:NodeSetReturns a list of pointers for all nodes in the set.- Specified by:
getPointersin interfaceNodeSet- Returns:
- List
-
getNodes
-
getValues
-
toString
-
clearCacheLists
private void clearCacheLists()Clear cache list members.
-