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 classBasicNodeSetA simple implementation ofNodeSetthat behaves as a collection of pointers.Methods in org.apache.commons.jxpath that return NodeSet Modifier and Type Method Description NodeSetExtendedKeyManager. getNodeSetByKey(JXPathContext context, java.lang.String key, java.lang.Object value)Find a NodeSet by key/value.NodeSetJXPathContext. 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 voidBasicNodeSet. 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 NodeSetEvalContext. 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 NodeSetNodeSetContext. nodeSetMethods in org.apache.commons.jxpath.ri.axes that return NodeSet Modifier and Type Method Description NodeSetNodeSetContext. 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 NodeSetNodePointer. 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 classBasicTypeConverter.ValueNodeSetNodeSet implementationMethods in org.apache.commons.jxpath.util that return NodeSet Modifier and Type Method Description NodeSetKeyManagerUtils.SingleNodeExtendedKeyManager. getNodeSetByKey(JXPathContext context, java.lang.String key, java.lang.Object value)
-