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

Quick Search    Search Deep
A B C D E F G I J K M N O P Q R S T U V

A

AncestorContext - class org.apache.commons.jxpath.ri.axes.AncestorContext.
EvalContext that walks the "ancestor::" and "ancestor-or-self::" axes.
AncestorContext(EvalContext, boolean, NodeTest) - Constructor for class org.apache.commons.jxpath.ri.axes.AncestorContext
 
AttributeContext - class org.apache.commons.jxpath.ri.axes.AttributeContext.
EvalContext that walks the "attribute::" axis.
AttributeContext(EvalContext, NodeTest) - Constructor for class org.apache.commons.jxpath.ri.axes.AttributeContext
 
assertNullPointer(String, String, String) - Method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest
 
assertValueAndPointer(String, Object, String, String) - Method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest
 
assertValueAndPointer(String, Object, String, String, String) - Method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest
 
availableRegister - Variable in class org.apache.commons.jxpath.ri.axes.RootContext
 

B

bean - Variable in class org.apache.commons.jxpath.ri.axes.RecursiveAxesTest
 
bean - Variable in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest
 

C

ChildContext - class org.apache.commons.jxpath.ri.axes.ChildContext.
EvalContext that can walk the "child::", "following-sibling::" and "preceding-sibling::" axes.
ChildContext(EvalContext, NodeTest, boolean, boolean) - Constructor for class org.apache.commons.jxpath.ri.axes.ChildContext
 
collection - Variable in class org.apache.commons.jxpath.ri.axes.InitialContext
 
computeQuality(NodePointer) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
For a pointer that matches an actual node, returns 0.
context - Variable in class org.apache.commons.jxpath.ri.axes.RecursiveAxesTest
 
context - Variable in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest
 
contexts - Variable in class org.apache.commons.jxpath.ri.axes.UnionContext
 
createChildPointerForStep(PropertyOwnerPointer, Step) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
 
createNullPointer(EvalContext, NodePointer, Step[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
Creates a "null pointer" that a) represents the requested path and b) can be used for creation of missing nodes in the path.
createNullPointerForPredicates(EvalContext, NodePointer, Step[], int, Expression[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
Creates a "null pointer" that starts with predicates.
createTestBeanWithDOM() - Static method in class org.apache.commons.jxpath.ri.axes.TestBeanWithNode
 
currentNodePointer - Variable in class org.apache.commons.jxpath.ri.axes.AncestorContext
 
currentNodePointer - Variable in class org.apache.commons.jxpath.ri.axes.AttributeContext
 
currentNodePointer - Variable in class org.apache.commons.jxpath.ri.axes.DescendantContext
 
currentNodePointer - Variable in class org.apache.commons.jxpath.ri.axes.NamespaceContext
 
currentNodePointer - Variable in class org.apache.commons.jxpath.ri.axes.ParentContext
 
currentNodePointer - Variable in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
currentRootLocation - Variable in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 

D

DescendantContext - class org.apache.commons.jxpath.ri.axes.DescendantContext.
An EvalContext that walks the "descendant::" and "descendant-or-self::" axes.
DescendantContext(EvalContext, boolean, NodeTest) - Constructor for class org.apache.commons.jxpath.ri.axes.DescendantContext
 
doPredicate(EvalContext, NodePointer, Step[], int, Expression[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
Evaluates predicates and proceeds with the subsequent steps of the path.
doPredicateIndex(EvalContext, NodePointer, Step[], int, Expression[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
Evaluate a subscript predicate: see if the node is a collection and if the index is inside the collection
doPredicateName(EvalContext, NodePointer, Step[], int, Expression[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
 
doPredicatesStandard(EvalContext, List, Step[], int, Expression[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
Called exclusively for standard InfoSet nodes, e.g.
doStep(EvalContext, NodePointer, Step[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
Recursive evaluation of a path.
doStepNoPredicatesPropertyOwner(EvalContext, PropertyOwnerPointer, Step[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
We have a step that starts with a property owner (bean, map, etc) and has no predicates.
doStepNoPredicatesStandard(EvalContext, NodePointer, Step[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
A path that starts with a standard InfoSet node (e.g.
doStepPredicatesPropertyOwner(EvalContext, PropertyOwnerPointer, Step[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
A path that starts with a property owner.
doStepPredicatesStandard(EvalContext, NodePointer, Step[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
A path that starts with a standard InfoSet node, e.g.
done - Variable in class org.apache.commons.jxpath.ri.axes.PredicateContext
 
dynamicPropertyPointer - Variable in class org.apache.commons.jxpath.ri.axes.PredicateContext
 

E

ELEMENT_NODE_TEST - Static variable in class org.apache.commons.jxpath.ri.axes.DescendantContext
 
expression - Variable in class org.apache.commons.jxpath.ri.axes.PredicateContext
 

F

first - Variable in class org.apache.commons.jxpath.ri.axes.RecursiveBean
 

G

getAbsoluteRootContext() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
getConstantContext(Object) - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.AncestorContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.AttributeContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.ChildContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.DescendantContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.InitialContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.NamespaceContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.NodeSetContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.ParentContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.SelfContext
 
getCurrentPosition() - Method in class org.apache.commons.jxpath.ri.axes.ParentContext
 
getCurrentPosition() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
getDocumentOrder() - Method in class org.apache.commons.jxpath.ri.axes.AncestorContext
 
getDocumentOrder() - Method in class org.apache.commons.jxpath.ri.axes.ParentContext
 
getDocumentOrder() - Method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
getDocumentOrder() - Method in class org.apache.commons.jxpath.ri.axes.UnionContext
 
getFirst() - Method in class org.apache.commons.jxpath.ri.axes.RecursiveBean
 
getFunction(QName, Object[]) - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
getJXPathContext() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
getName() - Method in class org.apache.commons.jxpath.ri.axes.RecursiveBean
 
getNodeIterator(EvalContext, NodePointer, Step) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
 
getNodeSet() - Method in class org.apache.commons.jxpath.ri.axes.NodeSetContext
 
getObject() - Method in class org.apache.commons.jxpath.ri.axes.TestBeanWithNode
 
getRegisteredValue(int) - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
getRootContext() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
getSecond() - Method in class org.apache.commons.jxpath.ri.axes.RecursiveBean
 
getSingleNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.ChildContext
This method is called on the last context on the path when only one value is needed.
getSingleNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.InitialContext
 
getSingleNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.SelfContext
 
getValue() - Method in class org.apache.commons.jxpath.ri.axes.InitialContext
 
getValue() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
getVariableContext(QName) - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
getVendor() - Method in class org.apache.commons.jxpath.ri.axes.TestBeanWithNode
 
getVendors() - Method in class org.apache.commons.jxpath.ri.axes.TestBeanWithNode
 

I

InitialContext - class org.apache.commons.jxpath.ri.axes.InitialContext.
A single-set EvalContext that provides access to the current node of the parent context and nothing else.
InitialContext(EvalContext) - Constructor for class org.apache.commons.jxpath.ri.axes.InitialContext
 
includeSelf - Variable in class org.apache.commons.jxpath.ri.axes.AncestorContext
 
includeSelf - Variable in class org.apache.commons.jxpath.ri.axes.DescendantContext
 
indexFromPredicate(EvalContext, Expression) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
Extract an integer from a subscript predicate.
interpretSimpleExpressionPath(EvalContext, NodePointer, Expression[], Step[]) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
Interpret the steps of a simple expression path that starts with the given root, which is the result of evaluation of the root expression of the expression path, applies the given predicates to it and then follows the given steps.
interpretSimpleLocationPath(EvalContext, NodePointer, Step[]) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
Interpret a simple path that starts with the given root and follows the given steps.
isChildOrderingRequired() - Method in class org.apache.commons.jxpath.ri.axes.DescendantContext
 
isCollectionElement(NodePointer, int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
Returns true if the pointer is a collection and the index is withing the bounds of the collection.
isLangAttribute(QName) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
 
isNameAttributeEqual(NodePointer, String) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
Returns true if the pointer has an attribute called "name" and its value is equal to the supplied string.
isRecursive() - Method in class org.apache.commons.jxpath.ri.axes.DescendantContext
Checks if we are reentering a bean we have already seen and if so returns true to prevent infinite recursion.
iterator - Variable in class org.apache.commons.jxpath.ri.axes.AttributeContext
 
iterator - Variable in class org.apache.commons.jxpath.ri.axes.ChildContext
 
iterator - Variable in class org.apache.commons.jxpath.ri.axes.NamespaceContext
 

J

jxpathContext - Variable in class org.apache.commons.jxpath.ri.axes.RootContext
 

K

keyFromPredicate(EvalContext, Expression) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
Extracts the string value of the expression from a predicate like [@name=expression].

M

MAX_REGISTER - Static variable in class org.apache.commons.jxpath.ri.axes.RootContext
 
main(String[]) - Static method in class org.apache.commons.jxpath.ri.axes.RecursiveAxesTest
 
main(String[]) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest
 

N

NamespaceContext - class org.apache.commons.jxpath.ri.axes.NamespaceContext.
EvalContext that walks the "namespace::" axis.
NamespaceContext(EvalContext, NodeTest) - Constructor for class org.apache.commons.jxpath.ri.axes.NamespaceContext
 
NodeSetContext - class org.apache.commons.jxpath.ri.axes.NodeSetContext.
A simple context that is based on a NodeSet.
NodeSetContext(EvalContext, NodeSet) - Constructor for class org.apache.commons.jxpath.ri.axes.NodeSetContext
 
name - Variable in class org.apache.commons.jxpath.ri.axes.RecursiveBean
 
nameStack - Variable in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
nameTestExpression - Variable in class org.apache.commons.jxpath.ri.axes.PredicateContext
 
namespaceResolver - Variable in class org.apache.commons.jxpath.ri.axes.RootContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.AncestorContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.AttributeContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.ChildContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.DescendantContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.InitialContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.NamespaceContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.NodeSetContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.ParentContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.SelfContext
 
nextSet() - Method in class org.apache.commons.jxpath.ri.axes.InitialContext
 
nextSet() - Method in class org.apache.commons.jxpath.ri.axes.NodeSetContext
 
nextSet() - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
 
nextSet() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
node - Variable in class org.apache.commons.jxpath.ri.axes.TestBeanWithNode
 
nodePointer - Variable in class org.apache.commons.jxpath.ri.axes.InitialContext
 
nodePointer - Variable in class org.apache.commons.jxpath.ri.axes.SelfContext
 
nodeSet - Variable in class org.apache.commons.jxpath.ri.axes.NodeSetContext
 
nodeTest - Variable in class org.apache.commons.jxpath.ri.axes.AncestorContext
 
nodeTest - Variable in class org.apache.commons.jxpath.ri.axes.AttributeContext
 
nodeTest - Variable in class org.apache.commons.jxpath.ri.axes.ChildContext
 
nodeTest - Variable in class org.apache.commons.jxpath.ri.axes.DescendantContext
 
nodeTest - Variable in class org.apache.commons.jxpath.ri.axes.NamespaceContext
 
nodeTest - Variable in class org.apache.commons.jxpath.ri.axes.ParentContext
 
nodeTest - Variable in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
nodeTest - Variable in class org.apache.commons.jxpath.ri.axes.SelfContext
 

O

object - Variable in class org.apache.commons.jxpath.ri.axes.TestBeanWithNode
 
org.apache.commons.jxpath.ri.axes - package org.apache.commons.jxpath.ri.axes
 

P

PERFECT_MATCH - Static variable in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
 
ParentContext - class org.apache.commons.jxpath.ri.axes.ParentContext.
EvalContext that walks the "parent::" axis.
ParentContext(EvalContext, NodeTest) - Constructor for class org.apache.commons.jxpath.ri.axes.ParentContext
 
PrecedingOrFollowingContext - class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext.
EvalContext that walks the "preceding::" and "following::" axes.
PrecedingOrFollowingContext(EvalContext, NodeTest, boolean) - Constructor for class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
PredicateContext - class org.apache.commons.jxpath.ri.axes.PredicateContext.
EvalContext that checks predicates.
PredicateContext(EvalContext, Expression) - Constructor for class org.apache.commons.jxpath.ri.axes.PredicateContext
 
pointer - Variable in class org.apache.commons.jxpath.ri.axes.RootContext
 
pointerSignature(Pointer) - Method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest
Since we need to test the internal Signature of a pointer, we will get a signature which will contain a single character per pointer in the chain, representing that pointer's type.
prepare() - Method in class org.apache.commons.jxpath.ri.axes.ChildContext
Allocates a PropertyIterator.
prepared - Variable in class org.apache.commons.jxpath.ri.axes.UnionContext
 

Q

QNAME_NAME - Static variable in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
 

R

RecursiveAxesTest - class org.apache.commons.jxpath.ri.axes.RecursiveAxesTest.
Test for the protection mechanism that stops infinite recursion in descent down a recursive graph.
RecursiveAxesTest(String) - Constructor for class org.apache.commons.jxpath.ri.axes.RecursiveAxesTest
 
RecursiveBean - class org.apache.commons.jxpath.ri.axes.RecursiveBean.
This bean is used to test infinite recursion protection in descendant search contexts.
RecursiveBean(String) - Constructor for class org.apache.commons.jxpath.ri.axes.RecursiveBean
 
RootContext - class org.apache.commons.jxpath.ri.axes.RootContext.
EvalContext that is used to hold the root node for the path traversal.
RootContext(JXPathContextReferenceImpl, NodePointer) - Constructor for class org.apache.commons.jxpath.ri.axes.RootContext
 
registers - Variable in class org.apache.commons.jxpath.ri.axes.RootContext
 
reset() - Method in class org.apache.commons.jxpath.ri.axes.AncestorContext
 
reset() - Method in class org.apache.commons.jxpath.ri.axes.AttributeContext
 
reset() - Method in class org.apache.commons.jxpath.ri.axes.ChildContext
 
reset() - Method in class org.apache.commons.jxpath.ri.axes.DescendantContext
 
reset() - Method in class org.apache.commons.jxpath.ri.axes.NamespaceContext
 
reset() - Method in class org.apache.commons.jxpath.ri.axes.ParentContext
 
reset() - Method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
reset() - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
 
reset() - Method in class org.apache.commons.jxpath.ri.axes.SelfContext
 
reverse - Variable in class org.apache.commons.jxpath.ri.axes.ChildContext
 
reverse - Variable in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 

S

SelfContext - class org.apache.commons.jxpath.ri.axes.SelfContext.
EvalContext that returns the current node from the parent context if the test succeeds.
SelfContext(EvalContext, NodeTest) - Constructor for class org.apache.commons.jxpath.ri.axes.SelfContext
 
SimplePathInterpreter - class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter.
An evaluation mechanism for simple XPaths, which is much faster than the usual process.
SimplePathInterpreter() - Constructor for class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
 
SimplePathInterpreterTest - class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest.
 
SimplePathInterpreterTest(String) - Constructor for class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest
Constructor for SimplePathInterpreterTest.
second - Variable in class org.apache.commons.jxpath.ri.axes.RecursiveBean
 
setFirst(RecursiveBean) - Method in class org.apache.commons.jxpath.ri.axes.RecursiveBean
 
setObject(Object) - Method in class org.apache.commons.jxpath.ri.axes.TestBeanWithNode
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.AncestorContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.AttributeContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.ChildContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.DescendantContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.InitialContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.NamespaceContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.NodeSetContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.ParentContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.SelfContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.UnionContext
 
setPositionStandard(int) - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
 
setRegisteredValue(Object) - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
setSecond(RecursiveBean) - Method in class org.apache.commons.jxpath.ri.axes.RecursiveBean
 
setStarted - Variable in class org.apache.commons.jxpath.ri.axes.AncestorContext
 
setStarted - Variable in class org.apache.commons.jxpath.ri.axes.AttributeContext
 
setStarted - Variable in class org.apache.commons.jxpath.ri.axes.DescendantContext
 
setStarted - Variable in class org.apache.commons.jxpath.ri.axes.NamespaceContext
 
setStarted - Variable in class org.apache.commons.jxpath.ri.axes.ParentContext
 
setStarted - Variable in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
setUp() - Method in class org.apache.commons.jxpath.ri.axes.RecursiveAxesTest
 
setUp() - Method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest
 
setVendor(Object) - Method in class org.apache.commons.jxpath.ri.axes.TestBeanWithNode
 
setupDynamicPropertyPointer() - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
Used for an optimized access to dynamic properties using the "map[@name = 'name']" syntax
stack - Variable in class org.apache.commons.jxpath.ri.axes.DescendantContext
 
stack - Variable in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
startFromParentLocation - Variable in class org.apache.commons.jxpath.ri.axes.ChildContext
 
started - Variable in class org.apache.commons.jxpath.ri.axes.InitialContext
 
started - Variable in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
startedSet - Variable in class org.apache.commons.jxpath.ri.axes.InitialContext
 
startedSet - Variable in class org.apache.commons.jxpath.ri.axes.NodeSetContext
 
startedSet - Variable in class org.apache.commons.jxpath.ri.axes.SelfContext
 
startedSet - Variable in class org.apache.commons.jxpath.ri.axes.UnionContext
 

T

TestBeanWithNode - class org.apache.commons.jxpath.ri.axes.TestBeanWithNode.
Test bean for mixed model JUnit tests.
TestBeanWithNode() - Constructor for class org.apache.commons.jxpath.ri.axes.TestBeanWithNode
 
testDoPredicateIndex() - Method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest
 
testDoPredicateName() - Method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest
 
testDoPredicatesStandard() - Method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest
 
testDoStepNoPredicatesPropertyOwner() - Method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest
 
testDoStepNoPredicatesStandard() - Method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest
 
testDoStepPredicatesPropertyOwner() - Method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest
 
testDoStepPredicatesStandard() - Method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest
 
testInfiniteDescent() - Method in class org.apache.commons.jxpath.ri.axes.RecursiveAxesTest
 
testInterpretExpressionPath() - Method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreterTest
 
toString() - Method in class org.apache.commons.jxpath.ri.axes.RecursiveBean
 
toString() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 

U

UNKNOWN_VALUE - Static variable in class org.apache.commons.jxpath.ri.axes.RootContext
 
UnionContext - class org.apache.commons.jxpath.ri.axes.UnionContext.
EvalContext that represents a union between other contexts - result of a union operation like (a | b)
UnionContext(EvalContext, EvalContext[]) - Constructor for class org.apache.commons.jxpath.ri.axes.UnionContext
 

V

valuePointer(NodePointer) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
For an intermediate pointer (e.g.

A B C D E F G I J K M N O P Q R S T U V