Uses of Class
org.apache.commons.jxpath.ri.compiler.NodeTest
Packages that use NodeTest
Package
Description
Implementations of EvalContext used for different XPath axes (child::, parent:: etc).
XPath parse tree.
The "model" package defines APIs that are implemented
for every object model to be supported by JXPath.
Implementation of "model" APIs for JavaBeans, Dynamic Property Objects,
collections and null.
Implementation of "model" APIs for Containers.
Implementation of "model" APIs for W3C DOM.
Implementation of "model" APIs for JDOM (see jdom.org).
-
Uses of NodeTest in org.apache.commons.jxpath.ri.axes
Fields in org.apache.commons.jxpath.ri.axes declared as NodeTestModifier and TypeFieldDescriptionprivate static final NodeTestDescendantContext.ELEMENT_NODE_TESTprivate NodeTestAncestorContext.nodeTestprivate NodeTestAttributeContext.nodeTestprivate NodeTestChildContext.nodeTestprivate NodeTestDescendantContext.nodeTestprivate NodeTestNamespaceContext.nodeTestprivate NodeTestParentContext.nodeTestprivate NodeTestPrecedingOrFollowingContext.nodeTestprivate NodeTestSelfContext.nodeTestConstructors in org.apache.commons.jxpath.ri.axes with parameters of type NodeTestModifierConstructorDescriptionAncestorContext(EvalContext parentContext, boolean includeSelf, NodeTest nodeTest) Create a new AncestorContext.AttributeContext(EvalContext parentContext, NodeTest nodeTest) Create a new AttributeContext.ChildContext(EvalContext parentContext, NodeTest nodeTest, boolean startFromParentLocation, boolean reverse) Create a new ChildContext.DescendantContext(EvalContext parentContext, boolean includeSelf, NodeTest nodeTest) Create a new DescendantContext.NamespaceContext(EvalContext parentContext, NodeTest nodeTest) ParentContext(EvalContext parentContext, NodeTest nodeTest) Create a new ParentContext.PrecedingOrFollowingContext(EvalContext parentContext, NodeTest nodeTest, boolean reverse) Create a new PrecedingOrFollowingContext.SelfContext(EvalContext parentContext, NodeTest nodeTest) Create a new SelfContext. -
Uses of NodeTest in org.apache.commons.jxpath.ri.compiler
Subclasses of NodeTest in org.apache.commons.jxpath.ri.compilerModifier and TypeClassDescriptionclassclassclassFields in org.apache.commons.jxpath.ri.compiler declared as NodeTestMethods in org.apache.commons.jxpath.ri.compiler that return NodeTestMethods in org.apache.commons.jxpath.ri.compiler with parameters of type NodeTestModifier and TypeMethodDescriptionprotected EvalContextPath.createContextForStep(EvalContext context, int axis, NodeTest nodeTest) Different axes are serviced by different contexts.Constructors in org.apache.commons.jxpath.ri.compiler with parameters of type NodeTestModifierConstructorDescriptionprotectedStep(int axis, NodeTest nodeTest, Expression[] predicates) Create a new Step. -
Uses of NodeTest in org.apache.commons.jxpath.ri.model
Methods in org.apache.commons.jxpath.ri.model with parameters of type NodeTestModifier and TypeMethodDescriptionNodePointer.childIterator(NodeTest test, boolean reverse, NodePointer startWith) Returns a NodeIterator that iterates over all children or all children that match the given NodeTest, starting with the specified one.VariablePointer.childIterator(NodeTest test, boolean reverse, NodePointer startWith) booleanChecks if this Pointer matches the supplied NodeTest.boolean -
Uses of NodeTest in org.apache.commons.jxpath.ri.model.beans
Fields in org.apache.commons.jxpath.ri.model.beans declared as NodeTestMethods in org.apache.commons.jxpath.ri.model.beans with parameters of type NodeTestModifier and TypeMethodDescriptionCollectionPointer.childIterator(NodeTest test, boolean reverse, NodePointer startWith) PropertyOwnerPointer.childIterator(NodeTest test, boolean reverse, NodePointer startWith) booleanbooleanConstructors in org.apache.commons.jxpath.ri.model.beans with parameters of type NodeTestModifierConstructorDescriptionCollectionChildNodeIterator(CollectionPointer pointer, NodeTest test, boolean reverse, NodePointer startWith) Create a new CollectionChildNodeIterator. -
Uses of NodeTest in org.apache.commons.jxpath.ri.model.container
Methods in org.apache.commons.jxpath.ri.model.container with parameters of type NodeTestModifier and TypeMethodDescriptionContainerPointer.childIterator(NodeTest test, boolean reverse, NodePointer startWith) boolean -
Uses of NodeTest in org.apache.commons.jxpath.ri.model.dom
Fields in org.apache.commons.jxpath.ri.model.dom declared as NodeTestMethods in org.apache.commons.jxpath.ri.model.dom with parameters of type NodeTestModifier and TypeMethodDescriptionDOMNodePointer.childIterator(NodeTest test, boolean reverse, NodePointer startWith) booleanbooleanstatic booleanTest a Node.booleanConstructors in org.apache.commons.jxpath.ri.model.dom with parameters of type NodeTestModifierConstructorDescriptionDOMNodeIterator(NodePointer parent, NodeTest nodeTest, boolean reverse, NodePointer startWith) Create a new DOMNodeIterator. -
Uses of NodeTest in org.apache.commons.jxpath.ri.model.jdom
Fields in org.apache.commons.jxpath.ri.model.jdom declared as NodeTestMethods in org.apache.commons.jxpath.ri.model.jdom with parameters of type NodeTestModifier and TypeMethodDescriptionJDOMNodePointer.childIterator(NodeTest test, boolean reverse, NodePointer startWith) booleanstatic booleanJDOMNodePointer.testNode(NodePointer pointer, Object node, NodeTest test) Execute test against node on behalf of pointer.Constructors in org.apache.commons.jxpath.ri.model.jdom with parameters of type NodeTestModifierConstructorDescriptionJDOMNodeIterator(NodePointer parent, NodeTest nodeTest, boolean reverse, NodePointer startWith) Create a new JDOMNodeIterator.