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).
The "model" package defines APIs that are implemented
for every object model to be supported by JXPath.
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 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
Fields in org.apache.commons.jxpath.ri.axes declared as NodeSetMethods 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) Create 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. -
Uses of NodeSet in org.apache.commons.jxpath.util
Classes in org.apache.commons.jxpath.util that implement NodeSetModifier and TypeClassDescription(package private) static final class
NodeSet implementationMethods in org.apache.commons.jxpath.util that return NodeSetModifier and TypeMethodDescriptionKeyManagerUtils.SingleNodeExtendedKeyManager.getNodeSetByKey
(JXPathContext context, String key, Object value)