Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.jxpath.ri.axes: Javadoc index of package org.apache.commons.jxpath.ri.axes.


Package Samples:

org.apache.commons.jxpath.ri.axes

Classes:

SimplePathInterpreter: An evaluation mechanism for simple XPaths, which is much faster than the usual process. It is only used for xpaths which have no context-dependent parts, consist entirely of child::name and self::node() steps with predicates that either integer or have the form [@name = ...] .
InitialContext: A single-set EvalContext that provides access to the current node of the parent context and nothing else. It does not pass the iteration on to the parent context.
UnionContext: EvalContext that represents a union between other contexts - result of a union operation like (a | b)
RecursiveAxesTest: Test for the protection mechanism that stops infinite recursion in descent down a recursive graph.
ChildContext: EvalContext that can walk the "child::", "following-sibling::" and "preceding-sibling::" axes.
SelfContext: EvalContext that returns the current node from the parent context if the test succeeds.
RecursiveBean: This bean is used to test infinite recursion protection in descendant search contexts.
DescendantContext: An EvalContext that walks the "descendant::" and "descendant-or-self::" axes.
AncestorContext: EvalContext that walks the "ancestor::" and "ancestor-or-self::" axes.
RootContext: EvalContext that is used to hold the root node for the path traversal.
PrecedingOrFollowingContext: EvalContext that walks the "preceding::" and "following::" axes.
AttributeContext: EvalContext that walks the "attribute::" axis.
NamespaceContext: EvalContext that walks the "namespace::" axis.
NodeSetContext: A simple context that is based on a NodeSet.
ParentContext: EvalContext that walks the "parent::" axis.
TestBeanWithNode: Test bean for mixed model JUnit tests.
PredicateContext: EvalContext that checks predicates.
SimplePathInterpreterTest

Home | Contact Us | Privacy Policy | Terms of Service