Uses of Interface
org.apache.commons.jxpath.NodeSet
Packages that use NodeSet
Package
Description
Public, abstract part of JXPath: interfaces and configuration.
Reference implementation of JXPath.
Implementations of EvalContext used for different XPath axes (child::, parent:: etc).
Implementation of "model" APIs for Containers.
-
Uses of NodeSet in org.apache.commons.jxpath
Classes in org.apache.commons.jxpath that implement NodeSetModifier and TypeClassDescriptionclass
A simple implementation ofNodeSet
that behaves as a collection of pointers.Methods in org.apache.commons.jxpath that return NodeSetModifier and TypeMethodDescriptionExtendedKeyManager.getNodeSetByKey
(JXPathContext context, String key, Object value) Find a NodeSet by key/value.JXPathContext.getNodeSetByKey
(String key, Object value) Locates a NodeSet by key/value.Methods in org.apache.commons.jxpath with parameters of type NodeSet -
Uses of NodeSet in org.apache.commons.jxpath.ri
Methods in org.apache.commons.jxpath.ri that return NodeSetModifier and TypeMethodDescriptionEvalContext.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
Methods in org.apache.commons.jxpath.ri.axes that return NodeSetConstructors in org.apache.commons.jxpath.ri.axes with parameters of type NodeSetModifierConstructorDescriptionNodeSetContext
(EvalContext parentContext, NodeSet nodeSet) Constructs a new NodeSetContext. -
Uses of NodeSet in org.apache.commons.jxpath.ri.model
Methods in org.apache.commons.jxpath.ri.model that return NodeSetModifier and TypeMethodDescriptionNodePointer.getNodeSetByKey
(JXPathContext context, String key, Object value) Find a NodeSet by key/value.