Uses of Interface
org.apache.commons.jxpath.NodeSet
-
Packages that use NodeSet Package Description org.apache.commons.jxpath Public, abstract part of JXPath: interfaces and configuration.org.apache.commons.jxpath.ri Reference implementation of JXPath.org.apache.commons.jxpath.ri.axes Implementations of EvalContext used for different XPath axes (child::, parent:: etc).org.apache.commons.jxpath.ri.model The "model" package defines APIs that are implemented for every object model to be supported by JXPath.org.apache.commons.jxpath.util Utility classes to assist with JXPath implementation(s) and/or usage. -
-
Uses of NodeSet in org.apache.commons.jxpath
Classes in org.apache.commons.jxpath that implement NodeSet Modifier and Type Class Description class
BasicNodeSet
A simple implementation ofNodeSet
that behaves as a collection of pointers.Methods in org.apache.commons.jxpath that return NodeSet Modifier and Type Method Description NodeSet
ExtendedKeyManager. getNodeSetByKey(JXPathContext context, java.lang.String key, java.lang.Object value)
Find a NodeSet by key/value.NodeSet
JXPathContext. getNodeSetByKey(java.lang.String key, java.lang.Object value)
Locates a NodeSet by key/value.Methods in org.apache.commons.jxpath with parameters of type NodeSet Modifier and Type Method Description void
BasicNodeSet. add(NodeSet nodeSet)
Add the specified NodeSet to this NodeSet. -
Uses of NodeSet in org.apache.commons.jxpath.ri
Methods in org.apache.commons.jxpath.ri that return NodeSet Modifier and Type Method Description NodeSet
EvalContext. getNodeSet()
Returns the list of all Pointers in this context for all positions of the parent contexts. -
Uses of NodeSet in org.apache.commons.jxpath.ri.axes
Fields in org.apache.commons.jxpath.ri.axes declared as NodeSet Modifier and Type Field Description private NodeSet
NodeSetContext. nodeSet
Methods in org.apache.commons.jxpath.ri.axes that return NodeSet Modifier and Type Method Description NodeSet
NodeSetContext. getNodeSet()
Constructors in org.apache.commons.jxpath.ri.axes with parameters of type NodeSet Constructor Description NodeSetContext(EvalContext parentContext, NodeSet nodeSet)
Create a new NodeSetContext. -
Uses of NodeSet in org.apache.commons.jxpath.ri.model
Methods in org.apache.commons.jxpath.ri.model that return NodeSet Modifier and Type Method Description NodeSet
NodePointer. getNodeSetByKey(JXPathContext context, java.lang.String key, java.lang.Object value)
Find a NodeSet by key/value. -
Uses of NodeSet in org.apache.commons.jxpath.util
Classes in org.apache.commons.jxpath.util that implement NodeSet Modifier and Type Class Description (package private) static class
BasicTypeConverter.ValueNodeSet
NodeSet implementationMethods in org.apache.commons.jxpath.util that return NodeSet Modifier and Type Method Description NodeSet
KeyManagerUtils.SingleNodeExtendedKeyManager. getNodeSetByKey(JXPathContext context, java.lang.String key, java.lang.Object value)
-