Alphabetical Index

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

A

AbbreviatedAxisSpecifier() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
AbsoluteLocationPath() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
AbstractFactory - class org.apache.commons.jxpath.AbstractFactory
The JXPathContext.createPath() method of JXPathContext can create missing objects as it traverses an XPath; it utilizes an AbstractFactory for that purpose.
add(org.apache.commons.jxpath.Pointer) - method in class org.apache.commons.jxpath.BasicNodeSet
add_escapes(String) - method in class org.apache.commons.jxpath.ri.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addEscapes(String) - static method in class org.apache.commons.jxpath.ri.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addFunctions(org.apache.commons.jxpath.Functions) - method in class org.apache.commons.jxpath.FunctionLibrary
Add functions to the library
AdditiveExpr() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
Call this with a custom NodePointerFactory to add support for additional types of objects.
adjustBeginLineColumn(int,int) - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
allocateCollection(Class) - method in class org.apache.commons.jxpath.util.BasicTypeConverter
allocateConditionally(String,String) - static method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
Checks if existenceCheckClass exists on the class path.
allocateNumber(Class,double) - method in class org.apache.commons.jxpath.util.BasicTypeConverter
AncestorContext - class org.apache.commons.jxpath.ri.axes.AncestorContext
EvalContext that walks the "ancestor::" and "ancestor-or-self::" axes.
AND - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
and(arguments[]) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing logical conjunction of all arguments
and(arguments[]) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing logical conjunction of all arguments
AndExpr() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
APPLICATION_SCOPE - static field in class org.apache.commons.jxpath.servlet.Constants
Variable name for ServletContext.
areBasicPredicates(predicates[]) - method in class org.apache.commons.jxpath.ri.compiler.Path
args - field in class org.apache.commons.jxpath.ri.compiler.Operation
Argument() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
ArgumentList() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
asPath() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
If the pointer has a parent, then parent's path.
asPath() - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
Returns an XPath that maps to this Pointer.
asPath() - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
asPath() - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
asPath() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
asPath() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
If there's a parent - parent's path, otherwise "/".
asPath() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
asPath() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
asPath() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
asPath() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
asPath() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
asPath() - method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
asPath() - method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
Returns a string that is a proper "canonical" XPath that corresponds to this pointer.
asPath() - method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns an XPath that maps to this Pointer.
asPath() - method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
asPath() - method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
asPath() - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
asPath() - method in class org.apache.commons.jxpath.Pointer
Returns a string that is a proper "canonical" XPath that corresponds to this pointer.
asPath() - method in class org.apache.commons.jxpath.ri.model.VariablePointer
AttributeContext - class org.apache.commons.jxpath.ri.axes.AttributeContext
EvalContext that walks the "attribute::" axis.
attributeIterator(org.apache.commons.jxpath.ri.QName) - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
attributeIterator(org.apache.commons.jxpath.ri.QName) - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
attributeIterator(org.apache.commons.jxpath.ri.QName) - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
attributeIterator(org.apache.commons.jxpath.ri.QName) - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
attributeIterator(org.apache.commons.jxpath.ri.QName) - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
attributeIterator(org.apache.commons.jxpath.ri.QName) - method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns a NodeIterator that iterates over all attributes of the current node matching the supplied node name (could have a wildcard).
attributeIterator(org.apache.commons.jxpath.ri.QName) - method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
attributeIterator(org.apache.commons.jxpath.ri.QName) - method in class org.apache.commons.jxpath.ri.model.VariablePointer
AXIS_ANCESTOR - static field in class org.apache.commons.jxpath.ri.Compiler
AXIS_ANCESTOR - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
AXIS_ANCESTOR_OR_SELF - static field in class org.apache.commons.jxpath.ri.Compiler
AXIS_ANCESTOR_OR_SELF - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
AXIS_ATTRIBUTE - static field in class org.apache.commons.jxpath.ri.Compiler
AXIS_ATTRIBUTE - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
AXIS_CHILD - static field in class org.apache.commons.jxpath.ri.Compiler
AXIS_CHILD - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
AXIS_DESCENDANT - static field in class org.apache.commons.jxpath.ri.Compiler
AXIS_DESCENDANT - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
AXIS_DESCENDANT_OR_SELF - static field in class org.apache.commons.jxpath.ri.Compiler
AXIS_DESCENDANT_OR_SELF - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
AXIS_FOLLOWING - static field in class org.apache.commons.jxpath.ri.Compiler
AXIS_FOLLOWING - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
AXIS_FOLLOWING_SIBLING - static field in class org.apache.commons.jxpath.ri.Compiler
AXIS_FOLLOWING_SIBLING - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
AXIS_NAMESPACE - static field in class org.apache.commons.jxpath.ri.Compiler
AXIS_NAMESPACE - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
AXIS_PARENT - static field in class org.apache.commons.jxpath.ri.Compiler
AXIS_PARENT - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
AXIS_PRECEDING - static field in class org.apache.commons.jxpath.ri.Compiler
AXIS_PRECEDING - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
AXIS_PRECEDING_SIBLING - static field in class org.apache.commons.jxpath.ri.Compiler
AXIS_PRECEDING_SIBLING - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
AXIS_SELF - static field in class org.apache.commons.jxpath.ri.Compiler
AXIS_SELF - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
AxisName() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
AxisSpecifier() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
axisToString(int) - static method in class org.apache.commons.jxpath.ri.compiler.Step

B

backup(int) - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
BaseChar - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
BasicNodeSet - class org.apache.commons.jxpath.BasicNodeSet
A simple implementation of NodeSet that behaves as a collection of pointers.
BasicTypeConverter - class org.apache.commons.jxpath.util.BasicTypeConverter
The default implementation of TypeConverter.
BasicVariables - class org.apache.commons.jxpath.BasicVariables
A basic implementation of the Variables interface that uses a HashMap.
bean - field in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
BEAN_POINTER_FACTORY_ORDER - static field in class org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory
BeanAttributeIterator - class org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
An iterator of attributes of a JavaBean.
BeanPointer - class org.apache.commons.jxpath.ri.model.beans.BeanPointer
A Pointer that points to a JavaBean or a collection.
BeanPointerFactory - class org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory
Implements NodePointerFactory for JavaBeans.
BeanPropertyPointer - class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
Pointer pointing to a property of a JavaBean.
beginColumn - field in class org.apache.commons.jxpath.ri.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - field in class org.apache.commons.jxpath.ri.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
booleanValue(Object) - static method in class org.apache.commons.jxpath.ri.InfoSetUtil
Converts the supplied object to boolean
bufcolumn - field in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
buffer - field in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
bufline - field in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
bufpos - field in class org.apache.commons.jxpath.ri.parser.SimpleCharStream

C

canConvert(Object,Class) - method in class org.apache.commons.jxpath.util.BasicTypeConverter
Returns true if it can convert the supplied object to the specified class.
canConvert(Object,Class) - method in class org.apache.commons.jxpath.util.TypeConverter
Returns true if it can convert the supplied object to the specified class.
canConvert(Object,Class) - static method in class org.apache.commons.jxpath.util.TypeUtils
Returns true if the global converter can convert the supplied object to the specified type.
canCreateCollection(Class) - method in class org.apache.commons.jxpath.util.BasicTypeConverter
ChildContext - class org.apache.commons.jxpath.ri.axes.ChildContext
EvalContext that can walk the "child::", "following-sibling::" and "preceding-sibling::" axes.
Returns a NodeIterator that iterates over all children or all children that match the given NodeTest, starting with the specified one.
ClassFunctions - class org.apache.commons.jxpath.ClassFunctions
Extension functions provided by a Java class.
ClassFunctions(Class,String) - constructor for class org.apache.commons.jxpath.ClassFunctions
clone() - method in class org.apache.commons.jxpath.ri.NamespaceResolver
clone() - method in class org.apache.commons.jxpath.ri.model.NodePointer
Pointers are cloneable
clone() - method in class org.apache.commons.jxpath.Pointer
Pointers are cloneable
COLLECTION_POINTER_FACTORY_ORDER - static field in class org.apache.commons.jxpath.ri.model.beans.CollectionPointerFactory
CollectionAttributeNodeIterator - class org.apache.commons.jxpath.ri.model.beans.CollectionAttributeNodeIterator
Combines attribute node iterators of all elements of a collection into one aggregate attribute node iterator.
CollectionChildNodeIterator - class org.apache.commons.jxpath.ri.model.beans.CollectionChildNodeIterator
Combines child node iterators of all elements of a collection into one aggregate child node iterator.
CollectionNodeIterator - class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
Combines node iterators of all elements of a collection into one aggregate node iterator.
CollectionPointer - class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
Transparent pointer to a collection (array or Collection).
CollectionPointer(Object,Locale) - constructor for class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
CollectionPointer(org.apache.commons.jxpath.ri.model.NodePointer,Object) - constructor for class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
CollectionPointerFactory - class org.apache.commons.jxpath.ri.model.beans.CollectionPointerFactory
Implements NodePointerFactory for stand-alone collections.
collectPropertyNames(HashSet,Object) - method in class org.apache.commons.jxpath.servlet.HttpSessionHandler
collectPropertyNames(HashSet,Object) - method in class org.apache.commons.jxpath.servlet.ServletContextHandler
collectPropertyNames(HashSet,Object) - method in class org.apache.commons.jxpath.servlet.ServletRequestHandler
column - field in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
CombiningChar - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
COMMENT - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
Compares two child NodePointers and returns a positive number, zero or a positive number according to the order of the pointers.
compareTo(Object) - method in class org.apache.commons.jxpath.ri.model.NodePointer
compile(String) - static method in class org.apache.commons.jxpath.JXPathContext
Compiles the supplied XPath and returns an internal representation of the path that can then be evaluated.
CompiledExpression - interface org.apache.commons.jxpath.CompiledExpression
Represents a compiled XPath.
compilePath(String) - method in class org.apache.commons.jxpath.JXPathContext
Overridden by each concrete implementation of JXPathContext to perform compilation.
compilePath(String) - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
Compiler - interface org.apache.commons.jxpath.ri.Compiler
The Compiler APIs are completely agnostic to the actual types of objects produced and consumed by the APIs.
compute(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.Constant
compute(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
compute(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperation
compute(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.Expression
compute(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
compute(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.ExtensionFunction
compute(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.LocationPath
compute(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.VariableReference
computeContextDependent() - method in class org.apache.commons.jxpath.ri.compiler.Constant
Returns false
computeContextDependent() - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
Returns true if any argument is context dependent or if the function is last(), position(), boolean(), local-name(), name(), string(), lang(), number().
computeContextDependent() - method in class org.apache.commons.jxpath.ri.compiler.Expression
Implemented by subclasses and result is cached by isContextDependent()
computeContextDependent() - method in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
Returns true if the root expression or any of the predicates or the path steps are context dependent.
computeContextDependent() - method in class org.apache.commons.jxpath.ri.compiler.ExtensionFunction
An extension function gets the current context, therefore it MAY be context dependent.
computeContextDependent() - method in class org.apache.commons.jxpath.ri.compiler.LocationPath
computeContextDependent() - method in class org.apache.commons.jxpath.ri.compiler.NameAttributeTest
computeContextDependent() - method in class org.apache.commons.jxpath.ri.compiler.Operation
computeContextDependent() - method in class org.apache.commons.jxpath.ri.compiler.Path
computeContextDependent() - method in class org.apache.commons.jxpath.ri.compiler.VariableReference
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.Constant
Returns the value of the constant.
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
Computes a built-in function
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperation
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAdd
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAnd
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationDivide
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationEqual
Evaluates the expression.
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThan
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThanOrEqual
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThan
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThanOrEqual
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMod
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMultiply
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNegate
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNotEqual
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationOr
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationSubtract
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationUnion
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.Expression
Evaluates the expression.
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.ExtensionFunction
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.LocationPath
computeValue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.VariableReference
Returns the value of the variable.
Constant - class org.apache.commons.jxpath.ri.compiler.Constant
A compile tree element containing a constant number or string.
Constant(Number) - constructor for class org.apache.commons.jxpath.ri.compiler.Constant
Constant(String) - constructor for class org.apache.commons.jxpath.ri.compiler.Constant
Constants - class org.apache.commons.jxpath.servlet.Constants
String constants for this package.
ConstructorFunction - class org.apache.commons.jxpath.functions.ConstructorFunction
An extension function that creates an instance using a constructor.
ConstructorFunction(Constructor) - constructor for class org.apache.commons.jxpath.functions.ConstructorFunction
Container - interface org.apache.commons.jxpath.Container
A Container is an object implementing an indirection mechanism transparent to JXPath.
CONTAINER_POINTER_FACTORY_ORDER - static field in class org.apache.commons.jxpath.ri.model.container.ContainerPointerFactory
ContainerPointer - class org.apache.commons.jxpath.ri.model.container.ContainerPointer
Transparent pointer to a Container.
ContainerPointer(org.apache.commons.jxpath.Container,Locale) - constructor for class org.apache.commons.jxpath.ri.model.container.ContainerPointer
ContainerPointerFactory - class org.apache.commons.jxpath.ri.model.container.ContainerPointerFactory
Implements NodePointerFactory for Container objects.
contains(Iterator,Object) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationCompare
contextBean - field in class org.apache.commons.jxpath.JXPathContext
convert(Object,Class) - method in class org.apache.commons.jxpath.util.BasicTypeConverter
Converts the supplied object to the specified type.
convert(Object,Class) - method in class org.apache.commons.jxpath.util.TypeConverter
Converts the supplied object to the specified type.
convert(Object,Class) - static method in class org.apache.commons.jxpath.util.TypeUtils
Converts the supplied object to the specified type.
convertNullToPrimitive(Class) - method in class org.apache.commons.jxpath.util.BasicTypeConverter
convertStringToPrimitive(Object,Class) - method in class org.apache.commons.jxpath.util.BasicTypeConverter
CoreFunction - class org.apache.commons.jxpath.ri.compiler.CoreFunction
An element of the compile tree representing one of built-in functions like "position()" or "number()".
CoreFunction(int,args[]) - constructor for class org.apache.commons.jxpath.ri.compiler.CoreFunction
CoreFunctionCall() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
CoreFunctionName() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
CoreOperation - class org.apache.commons.jxpath.ri.compiler.CoreOperation
The common subclass for tree elements representing core operations like "+", "- ", "*" etc.
CoreOperation(args[]) - constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperation
CoreOperationAdd - class org.apache.commons.jxpath.ri.compiler.CoreOperationAdd
Implementation of Expression for the operation "+".
CoreOperationAdd(org.apache.commons.jxpath.ri.compiler.Expression[]) - constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationAdd
CoreOperationAnd - class org.apache.commons.jxpath.ri.compiler.CoreOperationAnd
Implementation of Expression for the operation "and".
CoreOperationAnd(org.apache.commons.jxpath.ri.compiler.Expression[]) - constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationAnd
CoreOperationCompare - class org.apache.commons.jxpath.ri.compiler.CoreOperationCompare
Common superclass for the implementations of Expression for the operations "=" and "!=".
CoreOperationDivide - class org.apache.commons.jxpath.ri.compiler.CoreOperationDivide
Implementation of Expression for the operation "div".
CoreOperationEqual - class org.apache.commons.jxpath.ri.compiler.CoreOperationEqual
Implementation of Expression for the operation "=".
CoreOperationGreaterThan - class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThan
Implementation of Expression for the operation ">".
CoreOperationGreaterThanOrEqual - class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThanOrEqual
Implementation of Expression for the operation ">=".
CoreOperationLessThan - class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThan
Implementation of Expression for the operation "<".
CoreOperationLessThanOrEqual - class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThanOrEqual
Implementation of Expression for the operation "<=".
CoreOperationMod - class org.apache.commons.jxpath.ri.compiler.CoreOperationMod
Implementation of Expression for the operation "mod".
CoreOperationMultiply - class org.apache.commons.jxpath.ri.compiler.CoreOperationMultiply
Implementation of Expression for the operation "*".
CoreOperationNegate - class org.apache.commons.jxpath.ri.compiler.CoreOperationNegate
Implementation of Expression for the operation unary "-".
CoreOperationNegate(org.apache.commons.jxpath.ri.compiler.Expression) - constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationNegate
CoreOperationNotEqual - class org.apache.commons.jxpath.ri.compiler.CoreOperationNotEqual
Implementation of Expression for the operation "!=".
CoreOperationOr - class org.apache.commons.jxpath.ri.compiler.CoreOperationOr
Implementation of Expression for the operation "or".
CoreOperationOr(org.apache.commons.jxpath.ri.compiler.Expression[]) - constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationOr
CoreOperationSubtract - class org.apache.commons.jxpath.ri.compiler.CoreOperationSubtract
Implementation of Expression for the operation "-".
CoreOperationUnion - class org.apache.commons.jxpath.ri.compiler.CoreOperationUnion
Implementation of Expression for the operation "|".
CoreOperationUnion(args[]) - constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationUnion
Called to create a non-existing attribute
Called by a child pointer when it needs to create a parent object for a non-existent collection element.
Called by a child pointer if that child needs to assign the value supplied in the createPath(context, value) call to a non-existent node.
Different axes are serviced by different contexts.
Create a NodePointer for the supplied child object.
Create a NodePointer for the supplied child object.
createNodePointer(org.apache.commons.jxpath.ri.QName,Object,Locale) - method in class org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory
Create a NodePointer for the supplied object.
createNodePointer(org.apache.commons.jxpath.ri.QName,Object,Locale) - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointerFactory
createNodePointer(org.apache.commons.jxpath.ri.QName,Object,Locale) - method in class org.apache.commons.jxpath.ri.model.dom.DOMPointerFactory
createNodePointer(org.apache.commons.jxpath.ri.QName,Object,Locale) - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointerFactory
createNodePointer(org.apache.commons.jxpath.ri.QName,Object,Locale) - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointerFactory
createNodePointer(org.apache.commons.jxpath.ri.QName,Object,Locale) - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMPointerFactory
Create a NodePointer for the supplied object.
Creates a "null pointer" that a) represents the requested path and b) can be used for creation of missing nodes in the path.
The parameters may describe a collection element or an individual object.
createPath(org.apache.commons.jxpath.JXPathContext) - method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
createPath(org.apache.commons.jxpath.JXPathContext) - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
Creates intermediate elements of the path by invoking an AbstractFactory, which should first be installed on the context by calling "setFactory".
createPath(org.apache.commons.jxpath.JXPathContext) - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
createPath(org.apache.commons.jxpath.JXPathContext) - method in class org.apache.commons.jxpath.ri.model.NodePointer
Called by a child pointer when it needs to create a parent object.
createPath(org.apache.commons.jxpath.JXPathContext) - method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
createPath(org.apache.commons.jxpath.JXPathContext) - method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
createPath(org.apache.commons.jxpath.JXPathContext) - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
createPath(org.apache.commons.jxpath.JXPathContext) - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
createPath(org.apache.commons.jxpath.JXPathContext) - method in class org.apache.commons.jxpath.ri.model.VariablePointer
createPath(org.apache.commons.jxpath.JXPathContext,Object) - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
createPath(org.apache.commons.jxpath.JXPathContext,Object) - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
createPath(org.apache.commons.jxpath.JXPathContext,Object) - method in class org.apache.commons.jxpath.ri.model.NodePointer
Called directly by JXPathContext.
createPath(org.apache.commons.jxpath.JXPathContext,Object) - method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
createPath(org.apache.commons.jxpath.JXPathContext,Object) - method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
createPath(org.apache.commons.jxpath.JXPathContext,Object) - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
createPath(org.apache.commons.jxpath.JXPathContext,Object) - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
createPath(org.apache.commons.jxpath.JXPathContext,Object) - method in class org.apache.commons.jxpath.ri.model.VariablePointer
createPath(String) - method in class org.apache.commons.jxpath.JXPathContext
Creates missing elements of the path by invoking an AbstractFactory, which should first be installed on the context by calling "setFactory".
createPath(String) - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
The same as setValue, except it creates intermediate elements of the path by invoking an AbstractFactory, which should first be installed on the context by calling "setFactory".
createPathAndSetValue(String,Object) - method in class org.apache.commons.jxpath.JXPathContext
The same as setValue, except it creates intermediate elements of the path by invoking an AbstractFactory, which should first be installed on the context by calling "setFactory".
createPathAndSetValue(String,Object) - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
curChar - field in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
currentToken - field in class org.apache.commons.jxpath.ri.parser.ParseException
This is the last token that has been consumed successfully.

D

debugStream - field in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
decimalFormats - field in class org.apache.commons.jxpath.JXPathContext
Declare the specified variable
declareVariable(String,Object) - method in class org.apache.commons.jxpath.BasicVariables
Defines a new variable with the specified value or modifies the value of an existing variable.
declareVariable(String,Object) - method in class org.apache.commons.jxpath.servlet.KeywordVariables
Defines a new variable with the specified value or modifies the value of an existing variable.
declareVariable(String,Object) - method in class org.apache.commons.jxpath.Variables
Defines a new variable with the specified value or modifies the value of an existing variable.
DEFAULT - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
DescendantContext - class org.apache.commons.jxpath.ri.axes.DescendantContext
An EvalContext that walks the "descendant::" and "descendant-or-self::" axes.
Digit - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
disable_tracing() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
DIV - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
divide(Object,Object) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing left divided by right
divide(Object,Object) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing left divided by right
DocumentContainer - class org.apache.commons.jxpath.xml.DocumentContainer
An XML document container reads and parses XML only when it is accessed.
DocumentContainer(URL) - constructor for class org.apache.commons.jxpath.xml.DocumentContainer
Use this constructor if the desired model is DOM.
DocumentContainer(URL,String) - constructor for class org.apache.commons.jxpath.xml.DocumentContainer
DOM_POINTER_FACTORY_ORDER - static field in class org.apache.commons.jxpath.ri.model.dom.DOMPointerFactory
DOMAttributeIterator - class org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator
An iterator of attributes of a DOM Node.
DOMAttributePointer - class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
A Pointer that points to a DOM node.
DOMAttributePointer(org.apache.commons.jxpath.ri.model.NodePointer,Attr) - constructor for class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
DOMNamespaceIterator - class org.apache.commons.jxpath.ri.model.dom.DOMNamespaceIterator
An iterator of namespaces of a DOM Node.
DOMNamespaceIterator(org.apache.commons.jxpath.ri.model.NodePointer) - constructor for class org.apache.commons.jxpath.ri.model.dom.DOMNamespaceIterator
DOMNodeIterator - class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
An iterator of children of a DOM Node.
DOMNodePointer - class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
A Pointer that points to a DOM node.
DOMNodePointer(Node,Locale) - constructor for class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
DOMNodePointer(Node,Locale,String) - constructor for class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
DOMNodePointer(org.apache.commons.jxpath.ri.model.NodePointer,Node) - constructor for class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
DOMParser - class org.apache.commons.jxpath.xml.DOMParser
An implementation of the XMLParser interface that produces a DOM Document.
DOMPointerFactory - class org.apache.commons.jxpath.ri.model.dom.DOMPointerFactory
Implements NodePointerFactory for DOM elements.
Done() - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
doubleValue(Object) - static method in class org.apache.commons.jxpath.ri.InfoSetUtil
Converts the supplied object to double
DYNA_BEAN_POINTER_FACTORY_ORDER - static field in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointerFactory
DynaBeanPointer - class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
A Pointer that points to a DynaBean.
DynaBeanPointer(org.apache.commons.jxpath.ri.QName,DynaBean,Locale) - constructor for class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
DynaBeanPointerFactory - class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointerFactory
Implements NodePointerFactory for DynaBeans.
DynaBeanPropertyPointer - class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
Pointer pointing to a property of a DynaBean.
DynaBeanPropertyPointer(org.apache.commons.jxpath.ri.model.NodePointer,DynaBean) - constructor for class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
DYNAMIC_POINTER_FACTORY_ORDER - static field in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointerFactory
DynamicAttributeIterator - class org.apache.commons.jxpath.ri.model.dynamic.DynamicAttributeIterator
DynamicAttributeIterator is different from a regular BeanAttributeIterator in that given a property name it will always find that property (albeit with a null value).
DynamicPointer - class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
A Pointer that points to an object with Dynamic Properties.
DynamicPointerFactory - class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointerFactory
Implements NodePointerFactory for Dynamic classes like Map.
DynamicPropertyHandler - interface org.apache.commons.jxpath.DynamicPropertyHandler
A generic mechanism for accessing collections of name/value pairs.
DynamicPropertyIterator - class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyIterator
DynamicPropertyPointer - class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
Pointer pointing to a property of an object with dynamic properties.

E

enable_tracing() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
endColumn - field in class org.apache.commons.jxpath.ri.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - field in class org.apache.commons.jxpath.ri.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EOF - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
eol - field in class org.apache.commons.jxpath.ri.parser.ParseException
The end of line string for this machine.
EQ - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
equal(Object,Object) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing the comparison: left equals to right
equal(Object,Object) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationCompare
equal(Object,Object) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing the comparison: left equals to right
Compares two values
EqualityExpr() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
equals(Object) - method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
equals(Object) - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
equals(Object) - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
equals(Object) - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
equals(Object) - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
equals(Object) - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
equals(Object) - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
equals(Object) - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
equals(Object) - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
equals(Object) - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
equals(Object) - method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
equals(Object) - method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
equals(Object) - method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
equals(Object) - method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
equals(Object) - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
equals(Object) - method in class org.apache.commons.jxpath.ri.QName
equals(Object) - method in class org.apache.commons.jxpath.ri.model.VariablePointer
EvalContext - class org.apache.commons.jxpath.ri.EvalContext
An XPath evaluation context.
EvalContext(org.apache.commons.jxpath.ri.EvalContext) - constructor for class org.apache.commons.jxpath.ri.EvalContext
evalSteps(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.Path
Given a root context, walks a path therefrom and builds a context that contains all nodes matching the path.
ExpandBuff(boolean) - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
expandCollection(Object,int) - static method in class org.apache.commons.jxpath.util.ValueUtils
Grows the collection if necessary to the specified size.
expectedTokenSequences - field in class org.apache.commons.jxpath.ri.parser.ParseException
Each entry in this array is an array of integers.
Expression - class org.apache.commons.jxpath.ri.compiler.Expression
Common superclass for several types of nodes in the parse tree.
Expression() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
ExpressionContext - interface org.apache.commons.jxpath.ExpressionContext
If an extenstion function has an argument of type ExpressionContext, it can gain access to the current node of an XPath expression context.
ExpressionPath - class org.apache.commons.jxpath.ri.compiler.ExpressionPath
An element of the parse tree that represents an expression path, which is a path that starts with an expression like a function call: getFoo(.) /bar.
expressionPath(Object,Object[],Object[]) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing a filter expression
expressionPath(Object,Object[],Object[]) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing a filter expression
expressionPath(org.apache.commons.jxpath.ri.EvalContext,boolean) - method in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
Walks an expression path (a path that starts with an expression)
Extender - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
ExtensionFunction - class org.apache.commons.jxpath.ri.compiler.ExtensionFunction
Represents an element of the parse tree representing an extension function call.
ExtensionFunction(org.apache.commons.jxpath.ri.QName,args[]) - constructor for class org.apache.commons.jxpath.ri.compiler.ExtensionFunction

F

factory - field in class org.apache.commons.jxpath.JXPathContext
FACTORY_NAME_PROPERTY - static field in class org.apache.commons.jxpath.JXPathContextFactory
The default property
FillBuff() - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
FilterExpr() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
findMatch(Iterator,Iterator) - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationCompare
findVariables(org.apache.commons.jxpath.JXPathContext) - method in class org.apache.commons.jxpath.ri.model.VariablePointer
Function - interface org.apache.commons.jxpath.Function
Extension function interface.
function(int,Object[]) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing the computation of a core function with the supplied arguments.
function(int,Object[]) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing the computation of a core function with the supplied arguments.
function(Object,Object[]) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing the computation of a library function with the supplied arguments.
function(Object,Object[]) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing the computation of a library function with the supplied arguments.
FUNCTION_BOOLEAN - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_BOOLEAN - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_CEILING - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_CEILING - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_CONCAT - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_CONCAT - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_CONTAINS - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_CONTAINS - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_COUNT - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_COUNT - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_FALSE - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_FALSE - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_FLOOR - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_FLOOR - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_FORMAT_NUMBER - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_FORMAT_NUMBER - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_ID - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_ID - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_KEY - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_KEY - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_LANG - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_LANG - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_LAST - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_LAST - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_LOCAL_NAME - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_LOCAL_NAME - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_NAME - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_NAME - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_NAMESPACE_URI - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_NAMESPACE_URI - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_NORMALIZE_SPACE - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_NORMALIZE_SPACE - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_NOT - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_NOT - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_NULL - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_NULL - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_NUMBER - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_NUMBER - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_POSITION - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_POSITION - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_ROUND - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_ROUND - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_STARTS_WITH - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_STARTS_WITH - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_STRING - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_STRING - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_STRING_LENGTH - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_STRING_LENGTH - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_SUBSTRING - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_SUBSTRING - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_SUBSTRING_AFTER - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_SUBSTRING_AFTER - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_SUBSTRING_BEFORE - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_SUBSTRING_BEFORE - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_SUM - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_SUM - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_TRANSLATE - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_TRANSLATE - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
FUNCTION_TRUE - static field in class org.apache.commons.jxpath.ri.Compiler
FUNCTION_TRUE - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
functionBoolean(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
FunctionCall() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
functionCeiling(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionConcat(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionContains(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionCount(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionFalse(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionFloor(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionID(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionKey(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionLang(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionLast(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
FunctionLibrary - class org.apache.commons.jxpath.FunctionLibrary
An object that aggregates Functions objects into a group Functions object.
functionLocalName(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
FunctionName() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
functionName(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionNamespaceURI(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionNormalizeSpace(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionNot(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionNull(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionNumber(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionPosition(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionRound(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functions - field in class org.apache.commons.jxpath.JXPathContext
Functions - interface org.apache.commons.jxpath.Functions
A group of Function objects sharing a common namespace or a set of common namespaces.
functionStartsWith(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionString(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionStringLength(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionSubstring(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionSubstringAfter(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionSubstringBefore(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionSum(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionTranslate(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
functionTrue(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction

G

generateParseException() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
getAbsoluteRootContext() - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
getAbsoluteRootContext() - method in class org.apache.commons.jxpath.ri.axes.RootContext
getAccessibleMethod(Method) - static method in class org.apache.commons.jxpath.util.ValueUtils
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
getApplicationContext(ServletContext) - static method in class org.apache.commons.jxpath.servlet.JXPathServletContexts
Returns a JXPathContext bound to the "application" scope.
getArg1() - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
getArg2() - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
getArg3() - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
getArgumentCount() - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
getArguments() - method in class org.apache.commons.jxpath.ri.compiler.Operation
getAttribute(String) - method in class org.apache.commons.jxpath.servlet.PageScopeContext
getAttributeNames() - method in class org.apache.commons.jxpath.servlet.PageScopeContext
Returns attributes of the pageContext declared in the "page" scope.
getAxis() - method in class org.apache.commons.jxpath.ri.compiler.Step
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
Returns the bean itself
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
The value of the currently selected property.
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
Returns the bean itself
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
Returns the DP object iself.
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
Returns the value of the property, not an element of the collection represented by the property, if any.
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns the value represented by the pointer before indexing.
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
getBaseValue() - method in class org.apache.commons.jxpath.ri.model.VariablePointer
getBean() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
getBeanInfo(Class) - static method in class org.apache.commons.jxpath.JXPathIntrospector
Creates and registers a JXPathBeanInfo object for the supplied class.
getBeginColumn() - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
getBeginLine() - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
getCharacter() - method in class org.apache.commons.jxpath.ri.parser.TokenMgrError
getCollectionHint(Class) - static method in class org.apache.commons.jxpath.util.ValueUtils
Returns 1 if the type is a collection, -1 if it is definitely not and 0 if it may be a collection in some cases.
getColumn() - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
getCompiler() - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
Returns a static instance of TreeCompiler.
getConstantContext(Object) - method in class org.apache.commons.jxpath.ri.axes.RootContext
getContextBean() - method in class org.apache.commons.jxpath.JXPathContext
Returns the JavaBean associated with this context.
getContextNodeList() - method in class org.apache.commons.jxpath.ri.EvalContext
Returns the list of all Pointers in this context for the current position of the parent context.
getContextNodeList() - method in class org.apache.commons.jxpath.ExpressionContext
Get the current context node list.
getContextNodePointer() - method in class org.apache.commons.jxpath.ri.EvalContext
getContextNodePointer() - method in class org.apache.commons.jxpath.ExpressionContext
Get the current context node.
getContextPointer() - method in class org.apache.commons.jxpath.JXPathContext
Returns a Pointer for the context bean.
getContextPointer() - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
getCurrentNodePointer() - method in class org.apache.commons.jxpath.ri.axes.AncestorContext
Returns the current context node.
getCurrentNodePointer() - method in class org.apache.commons.jxpath.ri.axes.AttributeContext
Returns the current context node.
getCurrentNodePointer() - method in class org.apache.commons.jxpath.ri.axes.ChildContext
Returns the current context node.
getCurrentNodePointer() - method in class org.apache.commons.jxpath.ri.axes.DescendantContext
Returns the current context node.
getCurrentNodePointer() - method in class org.apache.commons.jxpath.ri.EvalContext
Returns the current context node.
getCurrentNodePointer() - method in class org.apache.commons.jxpath.ri.axes.InitialContext
Returns the current context node.
getCurrentNodePointer() - method in class org.apache.commons.jxpath.ri.axes.NamespaceContext
Returns the current context node.
getCurrentNodePointer() - method in class org.apache.commons.jxpath.ri.axes.NodeSetContext
Returns the current context node.
getCurrentNodePointer() - method in class org.apache.commons.jxpath.ri.axes.ParentContext
Returns the current context node.
getCurrentNodePointer() - method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
Returns the current context node.
getCurrentNodePointer() - method in class org.apache.commons.jxpath.ri.axes.PredicateContext
Returns the current context node.
getCurrentNodePointer() - method in class org.apache.commons.jxpath.ri.axes.RootContext
Returns the current context node.
getCurrentNodePointer() - method in class org.apache.commons.jxpath.ri.axes.SelfContext
Returns the current context node.
getCurrentPosition() - method in class org.apache.commons.jxpath.ri.EvalContext
getCurrentPosition() - method in class org.apache.commons.jxpath.ri.axes.ParentContext
getCurrentPosition() - method in class org.apache.commons.jxpath.ri.axes.RootContext
getDecimalFormatSymbols(String) - method in class org.apache.commons.jxpath.JXPathContext
getDefaultNamespaceURI() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
getDefaultNamespaceURI() - method in class org.apache.commons.jxpath.ri.model.NodePointer
getDocumentOrder() - method in class org.apache.commons.jxpath.ri.axes.AncestorContext
Determines the document order for this context.
getDocumentOrder() - method in class org.apache.commons.jxpath.ri.EvalContext
Determines the document order for this context.
getDocumentOrder() - method in class org.apache.commons.jxpath.ri.axes.ParentContext
Determines the document order for this context.
getDocumentOrder() - method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
Determines the document order for this context.
getDocumentOrder() - method in class org.apache.commons.jxpath.ri.axes.UnionContext
Determines the document order for this context.
getDynamicPropertyHandler(Class) - static method in class org.apache.commons.jxpath.util.ValueUtils
Returns a shared instance of the dynamic property handler class returned by getDynamicPropertyHandlerClass().
getDynamicPropertyHandlerClass() - method in class org.apache.commons.jxpath.JXPathBasicBeanInfo
For a dynamic class, returns the corresponding DynamicPropertyHandler class.
getDynamicPropertyHandlerClass() - method in class org.apache.commons.jxpath.JXPathBeanInfo
For dynamic objects, returns the class implementing the DynamicPropertyHandler interface.
Implemened by subclasses to produce child/attribute node iterators.
Implemened by subclasses to produce child/attribute node iterators.
getEndColumn() - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
getEndLine() - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
getException() - method in class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
Return the actual exception (if any) that caused this exception to be raised.
getException() - method in class org.apache.commons.jxpath.JXPathException
Return the actual exception (if any) that caused this exception to be raised.
getExpression() - method in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
getExpression() - method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
getFactory() - method in class org.apache.commons.jxpath.JXPathContext
Returns the AbstractFactory installed on this context.
getFunction(org.apache.commons.jxpath.ri.QName,Object[]) - method in class org.apache.commons.jxpath.ri.axes.RootContext
getFunction(String,String,Object[]) - method in class org.apache.commons.jxpath.ClassFunctions
Returns a Function, if any, for the specified namespace, name and parameter types.
getFunction(String,String,Object[]) - method in class org.apache.commons.jxpath.FunctionLibrary
Returns a Function, if any, for the specified namespace, name and parameter types.
getFunction(String,String,Object[]) - method in class org.apache.commons.jxpath.Functions
Returns a Function, if any, for the specified namespace, name and parameter types.
getFunction(String,String,Object[]) - method in class org.apache.commons.jxpath.PackageFunctions
Returns a Function, if any, for the specified namespace, name and parameter types.
getFunctionCode() - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
getFunctionName() - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
getFunctionName() - method in class org.apache.commons.jxpath.ri.compiler.ExtensionFunction
getFunctions() - method in class org.apache.commons.jxpath.JXPathContext
Returns the set of functions installed on the context.
getIdentityManager() - method in class org.apache.commons.jxpath.JXPathContext
Returns this context's identity manager.
GetImage() - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
If index == WHOLE_COLLECTION, the value of the property, otherwise the value of the index'th element of the collection represented by the property.
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
If index == WHOLE_COLLECTION, the value of the property, otherwise the value of the index'th element of the collection represented by the property.
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
If index == WHOLE_COLLECTION, the value of the property, otherwise the value of the index'th element of the collection represented by the property.
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns the object the pointer points to; does not convert it to a "canonical" type.
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
getImmediateNode() - method in class org.apache.commons.jxpath.ri.model.VariablePointer
getImmediateParentPointer() - method in class org.apache.commons.jxpath.ri.model.NodePointer
getImmediateValuePointer() - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
getImmediateValuePointer() - method in class org.apache.commons.jxpath.ri.model.NodePointer
getImmediateValuePointer() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
Returns a NodePointer that can be used to access the currently selected property value.
getImmediateValuePointer() - method in class org.apache.commons.jxpath.ri.model.VariablePointer
getIndex() - method in class org.apache.commons.jxpath.ri.model.NodePointer
If the pointer represents a collection, the index identifies an element of that collection.
getIndexedPropertyLength(Object,IndexedPropertyDescriptor) - static method in class org.apache.commons.jxpath.util.ValueUtils
If there is a regular non-indexed read method for this property, uses this method to obtain the collection and then returns its length.
getJXPathContext() - method in class org.apache.commons.jxpath.ri.EvalContext
getJXPathContext() - method in class org.apache.commons.jxpath.ExpressionContext
Get the JXPathContext in which this function is being evaluated.
getJXPathContext() - method in class org.apache.commons.jxpath.ri.axes.RootContext
Get the JXPathContext in which this function is being evaluated.
getKeyManager() - method in class org.apache.commons.jxpath.JXPathContext
Returns this context's key manager.
getLanguage() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
getLanguage() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
getLength() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
Returns 1.
getLength() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
If the property contains a collection, then the length of that collection, otherwise - 1.
getLength() - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
getLength() - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
getLength() - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
getLength() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
getLength() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
Returns 1.
getLength() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
Returns 1.
getLength() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
getLength() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
getLength() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
getLength() - method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
getLength() - method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
getLength() - method in class org.apache.commons.jxpath.ri.model.NodePointer
If the pointer represents a collection (or collection element), returns the length of the collection.
getLength() - method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
getLength() - method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
getLength() - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
If the property contains a collection, then the length of that collection, otherwise - 1.
getLength() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
If the property contains a collection, then the length of that collection, otherwise - 1.
getLength() - method in class org.apache.commons.jxpath.ri.model.VariablePointer
getLength(Object) - static method in class org.apache.commons.jxpath.util.ValueUtils
Returns the length of the supplied collection.
getLine() - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
getLocale() - method in class org.apache.commons.jxpath.JXPathContext
Returns the locale set with setLocale.
getLocale() - method in class org.apache.commons.jxpath.ri.model.NodePointer
If the Pointer has a parent, returns the parent's locale; otherwise returns the locale specified when this Pointer was created.
getLocalName(Node) - static method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
getLocalName(Object) - static method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
getMessage() - method in class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
Return the message (if any) for this error .
getMessage() - method in class org.apache.commons.jxpath.JXPathException
Return the message (if any) for this error .
getMessage() - method in class org.apache.commons.jxpath.ri.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - method in class org.apache.commons.jxpath.ri.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getName() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
getName() - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
getName() - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
getName() - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
getName() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
getName() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
getName() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
getName() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
getName() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
getName() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
getName() - method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
getName() - method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
getName() - method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns the name of this node.
getName() - method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
getName() - method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
getName() - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
getName() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
getName() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
getName() - method in class org.apache.commons.jxpath.ri.QName
getName() - method in class org.apache.commons.jxpath.ri.model.VariablePointer
getNamespaceContextPointer() - method in class org.apache.commons.jxpath.JXPathContext
Returns the namespace context pointer set with setNamespaceContextPointer() or, if none has been specified, the context pointer otherwise.
getNamespaceContextPointer() - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
getNamespaceContextPointer() - method in class org.apache.commons.jxpath.ri.NamespaceResolver
getNamespaceResolver() - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
getNamespaceResolver() - method in class org.apache.commons.jxpath.ri.model.NodePointer
getNamespaceURI() - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
getNamespaceURI() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
getNamespaceURI() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
getNamespaceURI() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
getNamespaceURI() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
getNamespaceURI() - method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
getNamespaceURI() - method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
getNamespaceURI() - method in class org.apache.commons.jxpath.ri.compiler.NodeNameTest
getNamespaceURI() - method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns the namespace URI associated with this Pointer.
getNamespaceURI(Node) - static method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
getNamespaceURI(String) - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
getNamespaceURI(String) - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
getNamespaceURI(String) - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
getNamespaceURI(String) - method in class org.apache.commons.jxpath.JXPathContext
Given a prefix, returns a registered namespace URI.
getNamespaceURI(String) - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
getNamespaceURI(String) - method in class org.apache.commons.jxpath.ri.NamespaceResolver
Given a prefix, returns a registered namespace URI.
getNamespaceURI(String) - method in class org.apache.commons.jxpath.ri.model.NodePointer
Decodes a namespace prefix to the corresponding URI.
getNameTestExpression() - method in class org.apache.commons.jxpath.ri.compiler.NameAttributeTest
getNextToken() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
getNextToken() - method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
getNode() - method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns the object the pointer points to; does not convert it to a "canonical" type.
getNode() - method in class org.apache.commons.jxpath.Pointer
Returns the raw value of the object, property or collection element this pointer represents.
getNodeName() - method in class org.apache.commons.jxpath.ri.compiler.NodeNameTest
getNodePointer() - method in class org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
getNodePointer() - method in class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
getNodePointer() - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator
getNodePointer() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNamespaceIterator
getNodePointer() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
getNodePointer() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributeIterator
getNodePointer() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator
getNodePointer() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
getNodePointer() - method in class org.apache.commons.jxpath.ri.model.NodeIterator
getNodePointer() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
getNodePointerFactories() - static method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
getNodes() - method in class org.apache.commons.jxpath.BasicNodeSet
getNodes() - method in class org.apache.commons.jxpath.NodeSet
Returns a list of nodes.
getNodeSet() - method in class org.apache.commons.jxpath.ri.EvalContext
Returns the list of all Pointers in this context for all positions of the parent contexts.
getNodeSet() - method in class org.apache.commons.jxpath.ri.axes.NodeSetContext
Returns the list of all Pointers in this context for all positions of the parent contexts.
getNodeTest() - method in class org.apache.commons.jxpath.ri.compiler.Step
getNodeType() - method in class org.apache.commons.jxpath.ri.compiler.NodeTypeTest
getNodeValue() - method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns the object the pointer points to; does not convert it to a "canonical" type.
getOrder() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory
The factory order number determines its position between other factories.
getOrder() - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointerFactory
getOrder() - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointerFactory
getOrder() - method in class org.apache.commons.jxpath.ri.model.dom.DOMPointerFactory
getOrder() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointerFactory
getOrder() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointerFactory
getOrder() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMPointerFactory
getOrder() - method in class org.apache.commons.jxpath.ri.model.NodePointerFactory
The factory order number determines its position between other factories.
getPageContext(PageContext) - static method in class org.apache.commons.jxpath.servlet.JXPathServletContexts
Returns a JXPathContext bound to the "page" scope.
getParent() - method in class org.apache.commons.jxpath.ri.model.NodePointer
getParentContext() - method in class org.apache.commons.jxpath.JXPathContext
Returns the parent context of this context or null.
Traverses the xpath and returns a Pointer.
getPointer(String) - method in class org.apache.commons.jxpath.JXPathContext
Traverses the xpath and returns a Pointer.
getPointer(String) - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
getPointerByID(org.apache.commons.jxpath.JXPathContext,String) - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
Locates a node by ID.
Finds a node by its ID.
getPointerByID(org.apache.commons.jxpath.JXPathContext,String) - method in class org.apache.commons.jxpath.ri.model.NodePointer
Locates a node by ID.
getPointerByID(String) - method in class org.apache.commons.jxpath.JXPathContext
Locates a Node by its ID.
Finds a node by a key value.
getPointerByKey(org.apache.commons.jxpath.JXPathContext,String,String) - method in class org.apache.commons.jxpath.ri.model.NodePointer
Locates a node by key and value.
getPointerByKey(String,String) - method in class org.apache.commons.jxpath.JXPathContext
Locates a Node by a key value.
getPointers() - method in class org.apache.commons.jxpath.BasicNodeSet
getPointers() - method in class org.apache.commons.jxpath.NodeSet
Returns a list of pointers for all nodes in the set.
getPosition() - method in class org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
getPosition() - method in class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
getPosition() - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator
getPosition() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNamespaceIterator
getPosition() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
getPosition() - method in class org.apache.commons.jxpath.ri.EvalContext
getPosition() - method in class org.apache.commons.jxpath.ExpressionContext
Returns the current context position.
getPosition() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributeIterator
getPosition() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator
getPosition() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
getPosition() - method in class org.apache.commons.jxpath.ri.model.NodeIterator
getPosition() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
getPosition() - method in class org.apache.commons.jxpath.ri.parser.TokenMgrError
getPrecedence() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperation
Computes the precedence of the operation.
getPrecedence() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAdd
Computes the precedence of the operation.
getPrecedence() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAnd
getPrecedence() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationDivide
getPrecedence() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationEqual
Computes the precedence of the operation.
getPrecedence() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThan
getPrecedence() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThanOrEqual
getPrecedence() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThan
Computes the precedence of the operation.
getPrecedence() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThanOrEqual
getPrecedence() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMod
Computes the precedence of the operation.
getPrecedence() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMultiply
getPrecedence() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNegate
getPrecedence() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNotEqual
getPrecedence() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationOr
getPrecedence() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationSubtract
getPrecedence() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationUnion
Computes the precedence of the operation.
getPredicates() - method in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
Predicates are the expressions in brackets that may follow the root expression of the path.
getPredicates() - method in class org.apache.commons.jxpath.ri.compiler.Step
getPrefix() - method in class org.apache.commons.jxpath.ri.QName
getPrefix(Node) - static method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
getPrefix(Object) - static method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
getPrefix(String) - method in class org.apache.commons.jxpath.ri.NamespaceResolver
getProperty(Object,String) - method in class org.apache.commons.jxpath.DynamicPropertyHandler
Returns the value of the specified dynamic property.
getProperty(Object,String) - method in class org.apache.commons.jxpath.servlet.HttpSessionHandler
getProperty(Object,String) - method in class org.apache.commons.jxpath.MapDynamicPropertyHandler
Returns the value for the specified key.
getProperty(Object,String) - method in class org.apache.commons.jxpath.servlet.PageContextHandler
Returns pageContext.findAttribute(property).
getProperty(Object,String) - method in class org.apache.commons.jxpath.servlet.PageScopeContextHandler
getProperty(Object,String) - method in class org.apache.commons.jxpath.servlet.ServletContextHandler
getProperty(Object,String) - method in class org.apache.commons.jxpath.servlet.ServletRequestHandler
getPropertyCount() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
Number of the bean's properties.
getPropertyCount() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
Number of the DP object's properties.
getPropertyCount() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
Number of the DP object's properties.
getPropertyCount() - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
getPropertyCount() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
getPropertyDescriptor(String) - method in class org.apache.commons.jxpath.JXPathBasicBeanInfo
getPropertyDescriptor(String) - method in class org.apache.commons.jxpath.JXPathBeanInfo
Returns a PropertyDescriptor for the specified name or null if there is no such property.
getPropertyDescriptors() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
getPropertyDescriptors() - method in class org.apache.commons.jxpath.JXPathBasicBeanInfo
getPropertyDescriptors() - method in class org.apache.commons.jxpath.JXPathBeanInfo
Returns a list of property descriptors for the beans described by this bean info object.
getPropertyIndex() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
Index of the currently selected property in the list of all properties sorted alphabetically.
getPropertyIndex() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
Index of the currently selected property in the list of all properties sorted alphabetically.
getPropertyIndex() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
getPropertyName() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
Name of the currently selected property.
getPropertyName() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
Returns the name of the currently selected property or "*" if none has been selected.
getPropertyName() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
Returns the name of the currently selected property or "*" if none has been selected.
getPropertyName() - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
getPropertyName() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
getPropertyNames() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
Names of all properties, sorted alphabetically
getPropertyNames() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
Names of all properties, sorted alphabetically
getPropertyNames() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
Names of all properties, sorted alphabetically
getPropertyNames() - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
getPropertyNames() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
getPropertyNames(Object) - method in class org.apache.commons.jxpath.DynamicPropertyHandler
Returns a list of dynamic property names for the supplied object.
getPropertyNames(Object) - method in class org.apache.commons.jxpath.MapDynamicPropertyHandler
Returns string representations of all keys in the map.
getPropertyNames(Object) - method in class org.apache.commons.jxpath.servlet.PageContextHandler
getPropertyNames(Object) - method in class org.apache.commons.jxpath.servlet.PageScopeContextHandler
getPropertyNames(Object) - method in class org.apache.commons.jxpath.servlet.ServletContextHandler
getPropertyPointer() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
getPropertyPointer() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
getPropertyPointer() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
getPropertyPointer() - method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
getPropertyPointer() - method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
getPropertyPointer() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
getPropertyPointer() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
getRegisteredValue(int) - method in class org.apache.commons.jxpath.ri.axes.RootContext
getRelativeContext(org.apache.commons.jxpath.Pointer) - method in class org.apache.commons.jxpath.JXPathContext
Returns a JXPathContext that is relative to the current JXPathContext.
getRequestContext(ServletRequest,ServletContext) - static method in class org.apache.commons.jxpath.servlet.JXPathServletContexts
Returns a JXPathContext bound to the "request" scope.
getRootContext() - method in class org.apache.commons.jxpath.ri.EvalContext
Returns the root context of the path, which provides easy access to variables and functions.
getRootContext() - method in class org.apache.commons.jxpath.ri.axes.RootContext
Returns the root context of the path, which provides easy access to variables and functions.
getRootNode() - method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns the node this pointer is based on.
getRootNode() - method in class org.apache.commons.jxpath.Pointer
Returns the node this pointer is based on.
getServletContext() - method in class org.apache.commons.jxpath.servlet.HttpSessionAndServletContext
getServletRequest() - method in class org.apache.commons.jxpath.servlet.ServletRequestAndContext
getSession() - method in class org.apache.commons.jxpath.servlet.HttpSessionAndServletContext
getSession() - method in class org.apache.commons.jxpath.servlet.ServletRequestAndContext
getSessionContext(HttpSession,ServletContext) - static method in class org.apache.commons.jxpath.servlet.JXPathServletContexts
Returns a JXPathContext bound to the "session" scope.
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.EvalContext
Returns the first encountered Pointer that matches the current context's criteria.
getSingleNodePointer() - method in class org.apache.commons.jxpath.ri.axes.InitialContext
Returns the first encountered Pointer that matches the current context's criteria.
getSingleNodePointer() - method in class org.apache.commons.jxpath.ri.axes.SelfContext
Returns the first encountered Pointer that matches the current context's criteria.
getSingleNodePointerForSteps(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.Path
Given a root context, walks a path therefrom and finds the pointer to the first element matching the path.
getSteps() - method in class org.apache.commons.jxpath.ri.compiler.Path
GetSuffix(int) - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
getSymbol() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperation
Returns the XPath symbol for this operation, e.g.
getSymbol() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAdd
Returns the XPath symbol for this operation, e.g.
getSymbol() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAnd
getSymbol() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationDivide
getSymbol() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationEqual
Returns the XPath symbol for this operation, e.g.
getSymbol() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThan
getSymbol() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThanOrEqual
getSymbol() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThan
Returns the XPath symbol for this operation, e.g.
getSymbol() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThanOrEqual
getSymbol() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMod
Returns the XPath symbol for this operation, e.g.
getSymbol() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMultiply
getSymbol() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNegate
getSymbol() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNotEqual
getSymbol() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationOr
getSymbol() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationSubtract
getSymbol() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationUnion
Returns the XPath symbol for this operation, e.g.
getTarget() - method in class org.apache.commons.jxpath.ri.compiler.ProcessingInstructionTest
getToken(int) - method in class org.apache.commons.jxpath.ri.parser.XPathParser
getTypeConverter() - static method in class org.apache.commons.jxpath.util.TypeUtils
Returns the current type converter.
getUsedNamespaces() - method in class org.apache.commons.jxpath.ClassFunctions
Returns a set of one namespace - the one specified in the constructor.
getUsedNamespaces() - method in class org.apache.commons.jxpath.FunctionLibrary
Returns a set containing all namespaces used by the aggregated Functions.
getUsedNamespaces() - method in class org.apache.commons.jxpath.Functions
Returns all namespaces in which this function collection defines functions.
getUsedNamespaces() - method in class org.apache.commons.jxpath.PackageFunctions
Returns the namespace specified in the constructor
getValue() - method in class org.apache.commons.jxpath.Container
Returns the contained value.
getValue() - method in class org.apache.commons.jxpath.xml.DocumentContainer
Reads XML, caches it internally and returns the Document.
getValue() - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
getValue() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
getValue() - method in class org.apache.commons.jxpath.ri.EvalContext
Typically returns the NodeSet by calling getNodeSet(), but will be overridden for contexts that more naturally produce individual values, e.g.
getValue() - method in class org.apache.commons.jxpath.ri.axes.InitialContext
Typically returns the NodeSet by calling getNodeSet(), but will be overridden for contexts that more naturally produce individual values, e.g.
getValue() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
getValue() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
getValue() - method in class org.apache.commons.jxpath.ri.model.NodePointer
By default, returns getNode(), can be overridden to return a "canonical" value, like for instance a DOM element should return its string value.
getValue() - method in class org.apache.commons.jxpath.Pointer
Returns the value of the object, property or collection element this pointer represents.
getValue() - method in class org.apache.commons.jxpath.ri.axes.RootContext
Typically returns the NodeSet by calling getNodeSet(), but will be overridden for contexts that more naturally produce individual values, e.g.
getValue() - method in class org.apache.commons.jxpath.XMLDocumentContainer
Reads XML, caches it internally and returns the Document.
getValue(Object) - static method in class org.apache.commons.jxpath.util.ValueUtils
If the parameter is a container, opens the container and return the contents.
getValue(Object,int) - static method in class org.apache.commons.jxpath.util.ValueUtils
Returns the index'th element of the supplied collection.
getValue(Object,PropertyDescriptor) - static method in class org.apache.commons.jxpath.util.ValueUtils
Returns the value of the bean's property represented by the supplied property descriptor.
getValue(Object,PropertyDescriptor,int) - static method in class org.apache.commons.jxpath.util.ValueUtils
Returns the index'th element of the bean's property represented by the supplied property descriptor.
getValue(org.apache.commons.jxpath.JXPathContext) - method in class org.apache.commons.jxpath.CompiledExpression
Evaluates the xpath and returns the resulting object.
Evaluates the xpath, converts the result to the specified class and returns the resulting object.
getValue(String) - method in class org.apache.commons.jxpath.JXPathContext
Evaluates the xpath and returns the resulting object.
getValue(String) - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
Traverses the xpath and returns the resulting object.
getValue(String,Class) - method in class org.apache.commons.jxpath.JXPathContext
Evaluates the xpath, converts the result to the specified class and returns the resulting object.
getValue(String,Class) - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
Calls getValue(xpath), converts the result to the required type and returns the result of the conversion.
getValuePointer() - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
getValuePointer() - method in class org.apache.commons.jxpath.ri.model.NodePointer
If this pointer manages a transparent container, like a variable, this method returns the pointer to the contents.
getValuePointer() - method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
getValuePointer() - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
getValues() - method in class org.apache.commons.jxpath.BasicNodeSet
getValues() - method in class org.apache.commons.jxpath.NodeSet
Returns a list of values of all contained pointers.
getVariable(String) - method in class org.apache.commons.jxpath.BasicVariables
Returns the value of the variable if it is defined, otherwise, throws IllegalArgumentException
getVariable(String) - method in class org.apache.commons.jxpath.servlet.KeywordVariables
Returns the value of the specified variable.
getVariable(String) - method in class org.apache.commons.jxpath.Variables
Returns the value of the specified variable.
getVariableContext(org.apache.commons.jxpath.ri.QName) - method in class org.apache.commons.jxpath.ri.axes.RootContext
getVariableName() - method in class org.apache.commons.jxpath.ri.compiler.VariableReference
getVariables() - method in class org.apache.commons.jxpath.JXPathContext
Returns the variable pool associated with the context.
getXPath() - method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
greaterThan(Object,Object) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing the comparison: left greater than right
greaterThan(Object,Object) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing the comparison: left greater than right
greaterThanOrEqual(Object,Object) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing the comparison: left greater than or equal to right
greaterThanOrEqual(Object,Object) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing the comparison: left greater than or equal to right
GT - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
GTE - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants

H

hashCode() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
hashCode() - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
hashCode() - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
hashCode() - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
hashCode() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
hashCode() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
hashCode() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
hashCode() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
hashCode() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
hashCode() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
hashCode() - method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
hashCode() - method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
hashCode() - method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
hashCode() - method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
hashCode() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
hashCode() - method in class org.apache.commons.jxpath.ri.QName
hashCode() - method in class org.apache.commons.jxpath.ri.model.VariablePointer
hasNext() - method in class org.apache.commons.jxpath.ri.EvalContext
Returns true if there are mode nodes matching the context's constraints.
hasNext() - method in class org.apache.commons.jxpath.ri.compiler.Expression.PointerIterator
hasNext() - method in class org.apache.commons.jxpath.ri.compiler.Expression.ValueIterator
HttpSessionAndServletContext - class org.apache.commons.jxpath.servlet.HttpSessionAndServletContext
Just a structure to hold a ServletRequest and ServletContext together.
HttpSessionAndServletContext(HttpSession,ServletContext) - constructor for class org.apache.commons.jxpath.servlet.HttpSessionAndServletContext
HttpSessionHandler - class org.apache.commons.jxpath.servlet.HttpSessionHandler
Implementation of the DynamicPropertyHandler interface that provides access to attributes of a HttpSession.

I

IdentityManager - interface org.apache.commons.jxpath.IdentityManager
A delegate of JXPathContext that implements the XPath "id()" function.
Ideographic - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
idManager - field in class org.apache.commons.jxpath.JXPathContext
image - field in class org.apache.commons.jxpath.ri.parser.Token
The string image of the token.
inBuf - field in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
index - field in class org.apache.commons.jxpath.ri.model.NodePointer
InfoSetUtil - class org.apache.commons.jxpath.ri.InfoSetUtil
Type conversions, XPath style.
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(org.apache.commons.jxpath.ri.EvalContext) - constructor for class org.apache.commons.jxpath.ri.axes.InitialContext
input_stream - field in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
inputStream - field in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
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.
Interpret a simple path that starts with the given root and follows the given steps.
invoke(org.apache.commons.jxpath.ExpressionContext,Object[]) - method in class org.apache.commons.jxpath.functions.ConstructorFunction
Converts parameters to suitable types and invokes the constructor.
Computes the value of the function.
invoke(org.apache.commons.jxpath.ExpressionContext,Object[]) - method in class org.apache.commons.jxpath.functions.MethodFunction
Computes the value of the function.
isAbsolute() - method in class org.apache.commons.jxpath.ri.compiler.LocationPath
isActual() - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
isActual() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
isActual() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
isActual() - method in class org.apache.commons.jxpath.ri.model.NodePointer
An actual pointer points to an existing part of an object graph, even if it is null.
isActual() - method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
isActual() - method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
isActual() - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
isActual() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
isActual() - method in class org.apache.commons.jxpath.ri.model.VariablePointer
isActualProperty() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
isActualProperty() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
Returns true if the bean has the currently selected property
isActualProperty() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
A dynamic property is always considered actual - all keys are apparently existing with possibly the value of null.
isActualProperty() - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
isActualProperty() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
isAtomic() - method in class org.apache.commons.jxpath.JXPathBasicBeanInfo
Returns true if objects of this class are treated as atomic objects which have no properties of their own.
isAtomic() - method in class org.apache.commons.jxpath.JXPathBeanInfo
Returns true if objects of this class are treated as atomic objects which have no properties of their own.
isAttribute() - method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns true if the pointer represents the "attribute::" axis.
isChildOrderingRequired() - method in class org.apache.commons.jxpath.ri.axes.DescendantContext
Even if this context has the natural ordering and therefore does not require collecting and sorting all nodes prior to returning them, such operation may be required for any child context.
isChildOrderingRequired() - method in class org.apache.commons.jxpath.ri.EvalContext
Even if this context has the natural ordering and therefore does not require collecting and sorting all nodes prior to returning them, such operation may be required for any child context.
isCoalescing() - method in class org.apache.commons.jxpath.xml.XMLParser2
isCollection() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
Returns false
isCollection() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
isCollection() - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
isCollection() - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
isCollection() - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
isCollection() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
isCollection() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
isCollection() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
isCollection() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
isCollection() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
isCollection() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
isCollection() - method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
isCollection() - method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
isCollection() - method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns true if the value of the pointer is an array or a Collection.
isCollection() - method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
isCollection() - method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
isCollection() - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
isCollection() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
isCollection() - method in class org.apache.commons.jxpath.ri.model.VariablePointer
isCollection(Object) - static method in class org.apache.commons.jxpath.util.ValueUtils
Returns true if the object is an array or a Collection
isContainer() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
This type of node is auxiliary.
isContainer() - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
isContainer() - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
This type of node is auxiliary.
isContainer() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
This type of node is auxiliary.
isContainer() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
This type of node is auxiliary.
isContainer() - method in class org.apache.commons.jxpath.ri.model.NodePointer
If true, this node is axiliary and can only be used as an intermediate in the chain of pointers.
isContainer() - method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
isContainer() - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
isContainer() - method in class org.apache.commons.jxpath.ri.model.VariablePointer
isContextDependent() - method in class org.apache.commons.jxpath.ri.compiler.Constant
Returns false
isContextDependent() - method in class org.apache.commons.jxpath.ri.compiler.Expression
Returns true if this expression should be re-evaluated each time the current position in the context changes.
isContextDependent() - method in class org.apache.commons.jxpath.ri.compiler.Step
isContextDependent() - method in class org.apache.commons.jxpath.ri.compiler.VariableReference
isDeclaredVariable(String) - method in class org.apache.commons.jxpath.BasicVariables
Returns true if the variable has been defined, even if the value of the variable is null.
isDeclaredVariable(String) - method in class org.apache.commons.jxpath.servlet.KeywordVariables
Returns true if the specified variable is declared.
isDeclaredVariable(String) - method in class org.apache.commons.jxpath.Variables
Returns true if the specified variable is declared.
isDefaultNamespace(String) - method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns true if the supplied prefix represents the default namespace in the context of the current node.
isDynamic() - method in class org.apache.commons.jxpath.JXPathBasicBeanInfo
Return true if the corresponding objects have dynamic properties.
isDynamic() - method in class org.apache.commons.jxpath.JXPathBeanInfo
Returns true if the objects of this class have dynamic properties (e.g.
isDynamicPropertyDeclarationSupported() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
isDynamicPropertyDeclarationSupported() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
isExpandEntityReferences() - method in class org.apache.commons.jxpath.xml.XMLParser2
isIgnoringComments() - method in class org.apache.commons.jxpath.xml.XMLParser2
isIgnoringElementContentWhitespace() - method in class org.apache.commons.jxpath.xml.XMLParser2
isIndexedProperty() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
isLanguage(String) - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
Returns true if the xml:lang attribute for the current node or its parent has the specified prefix lang.
isLanguage(String) - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
Returns true if the xml:lang attribute for the current node or its parent has the specified prefix lang.
isLanguage(String) - method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns true if the selected locale name starts with the specified prefix lang, case-insensitive.
isLeaf() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
isLeaf() - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
isLeaf() - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
isLeaf() - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
isLeaf() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
isLeaf() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
isLeaf() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
isLeaf() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
isLeaf() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
isLeaf() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
isLeaf() - method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
isLeaf() - method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
isLeaf() - method in class org.apache.commons.jxpath.ri.model.NodePointer
If true, this node does not have children
isLeaf() - method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
isLeaf() - method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
isLeaf() - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
isLeaf() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
isLeaf() - method in class org.apache.commons.jxpath.ri.model.VariablePointer
isLenient() - method in class org.apache.commons.jxpath.JXPathContext
isNamespaceAware() - method in class org.apache.commons.jxpath.xml.XMLParser2
isNode() - method in class org.apache.commons.jxpath.ri.model.NodePointer
isRoot() - method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns true if this Pointer has no parent.
isSealed() - method in class org.apache.commons.jxpath.ri.NamespaceResolver
isSimpleExpressionPath() - method in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
Recognized paths formatted as $x[3]/foo[2].
isSimplePath() - method in class org.apache.commons.jxpath.ri.compiler.Path
Recognized paths formatted as foo/bar[3]/baz[@name = 'biz'] .
isSimpleStep(org.apache.commons.jxpath.ri.compiler.Step) - method in class org.apache.commons.jxpath.ri.compiler.Path
A Step is "simple" if it takes one of these forms: ".", "/foo", "@bar", "/foo[3]".
isSymmetric() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperation
Returns true if the operation is not sensitive to the order of arguments, e.g.
isSymmetric() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAdd
Returns true if the operation is not sensitive to the order of arguments, e.g.
isSymmetric() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAnd
isSymmetric() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationDivide
isSymmetric() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationEqual
Returns true if the operation is not sensitive to the order of arguments, e.g.
isSymmetric() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThan
isSymmetric() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThanOrEqual
isSymmetric() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThan
Returns true if the operation is not sensitive to the order of arguments, e.g.
isSymmetric() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThanOrEqual
isSymmetric() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMod
Returns true if the operation is not sensitive to the order of arguments, e.g.
isSymmetric() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMultiply
isSymmetric() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNegate
isSymmetric() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNotEqual
isSymmetric() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationOr
isSymmetric() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationSubtract
isSymmetric() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperationUnion
Returns true if the operation is not sensitive to the order of arguments, e.g.
isValidating() - method in class org.apache.commons.jxpath.xml.XMLParser2
isWildcard() - method in class org.apache.commons.jxpath.ri.compiler.NodeNameTest
iterate(Object) - static method in class org.apache.commons.jxpath.util.ValueUtils
Returns an iterator for the supplied collection.
iterate(org.apache.commons.jxpath.JXPathContext) - method in class org.apache.commons.jxpath.CompiledExpression
Traverses the xpath and returns a Iterator of all results found for the path.
iterate(org.apache.commons.jxpath.JXPathContext) - method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
iterate(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.Expression
iterate(String) - method in class org.apache.commons.jxpath.JXPathContext
Traverses the xpath and returns an Iterator of all results found for the path.
iterate(String) - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
Traverses the xpath and returns a Iterator of all results found for the path.
Traverses the xpath and returns an Iterator of Pointers.
iteratePointers(org.apache.commons.jxpath.ri.EvalContext) - method in class org.apache.commons.jxpath.ri.compiler.Expression
iteratePointers(String) - method in class org.apache.commons.jxpath.JXPathContext
Traverses the xpath and returns an Iterator of Pointers.
iteratePointers(String) - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
Traverses the xpath and returns an Iterator of Pointers.

J

JDOM_POINTER_FACTORY_ORDER - static field in class org.apache.commons.jxpath.ri.model.jdom.JDOMPointerFactory
JDOMAttributeIterator - class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributeIterator
An iterator of attributes of a DOM Node.
JDOMAttributePointer - class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
A Pointer that points to a DOM node.
JDOMNamespaceIterator - class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator
An iterator of namespaces of a DOM Node.
JDOMNamespaceIterator(org.apache.commons.jxpath.ri.model.NodePointer) - constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator
JDOMNamespacePointer - class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
Represents a namespace node.
JDOMNamespacePointer(org.apache.commons.jxpath.ri.model.NodePointer,String) - constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
JDOMNodeIterator - class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
An iterator of children of a JDOM Node.
JDOMNodePointer - class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
A Pointer that points to a DOM node.
JDOMNodePointer(Object,Locale) - constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
JDOMNodePointer(Object,Locale,String) - constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
JDOMNodePointer(org.apache.commons.jxpath.ri.model.NodePointer,Object) - constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
JDOMParser - class org.apache.commons.jxpath.xml.JDOMParser
An implementation of the XMLParser interface that produces a JDOM Document.
JDOMPointerFactory - class org.apache.commons.jxpath.ri.model.jdom.JDOMPointerFactory
Implements NodePointerFactory for DOM elements.
jj_nt - field in class org.apache.commons.jxpath.ri.parser.XPathParser
jjFillToken() - method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
jjstrLiteralImages - static field in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
JXPATH_CONTEXT - static field in class org.apache.commons.jxpath.servlet.Constants
Attribute name used in page context, requst, session, and servlet context to store the corresponding JXPathContext.
JXPathBasicBeanInfo - class org.apache.commons.jxpath.JXPathBasicBeanInfo
An implementation of JXPathBeanInfo based on JavaBeans' BeanInfo.
JXPathBasicBeanInfo(Class) - constructor for class org.apache.commons.jxpath.JXPathBasicBeanInfo
JXPathBasicBeanInfo(Class,boolean) - constructor for class org.apache.commons.jxpath.JXPathBasicBeanInfo
JXPathBasicBeanInfo(Class,Class) - constructor for class org.apache.commons.jxpath.JXPathBasicBeanInfo
JXPathBeanInfo - interface org.apache.commons.jxpath.JXPathBeanInfo
JXPathBeanInfo is similar to java.beans.BeanInfo in that it describes properties of a JavaBean class.
JXPathCompiledExpression - class org.apache.commons.jxpath.ri.JXPathCompiledExpression
JXPathContext - class org.apache.commons.jxpath.JXPathContext
JXPathContext provides APIs for the traversal of graphs of JavaBeans using the XPath syntax.
JXPathContext(org.apache.commons.jxpath.JXPathContext,Object) - constructor for class org.apache.commons.jxpath.JXPathContext
This constructor should remain protected - it is to be overridden by subclasses, but never explicitly invoked by clients.
JXPathContextFactory - class org.apache.commons.jxpath.JXPathContextFactory
Defines a factory API that enables applications to obtain a JXPathContext instance.
JXPathContextFactory() - constructor for class org.apache.commons.jxpath.JXPathContextFactory
Thrown when a problem with configuration with the JXPathContextFactories exists.
Create a new JXPathContextFactoryConfigurationError with no detail mesage.
Create a new JXPathContextFactoryConfigurationError with a given Exception base cause of the error.
Create a new JXPathContextFactoryConfigurationError with the given Exception base cause and detail message.
Create a new JXPathContextFactoryConfigurationError with the String specified as an error message.
Default implementation of JXPathContextFactory.
JXPathContextFactoryReferenceImpl() - constructor for class org.apache.commons.jxpath.ri.JXPathContextFactoryReferenceImpl
JXPathContextReferenceImpl - class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
The reference implementation of JXPathContext.
JXPathException - class org.apache.commons.jxpath.JXPathException
Thrown in various situations by JXPath; may contain a nested exception.
JXPathException() - constructor for class org.apache.commons.jxpath.JXPathException
Create a new JXPathException with no detail mesage.
JXPathException(String) - constructor for class org.apache.commons.jxpath.JXPathException
Create a new JXPathException with the String specified as an error message.
JXPathException(String,Throwable) - constructor for class org.apache.commons.jxpath.JXPathException
Create a new JXPathException with the given Exception base cause and detail message.
JXPathException(Throwable) - constructor for class org.apache.commons.jxpath.JXPathException
Create a new JXPathException with a given Throwable base cause of the error.
JXPathIntrospector - class org.apache.commons.jxpath.JXPathIntrospector
JXPathIntrospector maintains a registry of JXPathBeanInfo objects for Java classes.
JXPathServletContexts - class org.apache.commons.jxpath.servlet.JXPathServletContexts
Static methods that allocate and cache JXPathContexts bound to PageContext, ServletRequest, HttpSession and ServletContext.

K

keyManager - field in class org.apache.commons.jxpath.JXPathContext
KeyManager - interface org.apache.commons.jxpath.KeyManager
A delegate of JXPathContext that implements the XPath "key()" function.
KeywordVariables - class org.apache.commons.jxpath.servlet.KeywordVariables
Implementation of the Variables interface that provides access to a single object using a reserved name (keyword).
KeywordVariables(String,Object) - constructor for class org.apache.commons.jxpath.servlet.KeywordVariables
kind - field in class org.apache.commons.jxpath.ri.parser.Token
An integer that describes the kind of this token.

L

LangAttributePointer - class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
A Pointer that points to the "lang" attribute of a JavaBean.
LangAttributePointer(org.apache.commons.jxpath.ri.model.NodePointer) - constructor for class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
lessThan(Object,Object) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing the comparison: left less than right
lessThan(Object,Object) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing the comparison: left less than right
lessThanOrEqual(Object,Object) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing the comparison: left less than or equal to right
lessThanOrEqual(Object,Object) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing the comparison: left less than or equal to right
Letter - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
LexicalError(boolean,int,int,int,String,char) - static method in class org.apache.commons.jxpath.ri.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - static field in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
line - field in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
Literal - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
literal(String) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object that represents a string constant.
literal(String) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object that represents a string constant.
locale - field in class org.apache.commons.jxpath.ri.model.NodePointer
LocationPath - class org.apache.commons.jxpath.ri.compiler.LocationPath
LocationPath() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
locationPath(boolean,Object[]) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing a location path
locationPath(boolean,Object[]) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing a location path
LocationPath(boolean,org.apache.commons.jxpath.ri.compiler.Step[]) - constructor for class org.apache.commons.jxpath.ri.compiler.LocationPath
LocationStep(ArrayList) - method in class org.apache.commons.jxpath.ri.parser.XPathParser
lookingAhead - field in class org.apache.commons.jxpath.ri.parser.XPathParser
lookupConstructor(Class,Object[]) - static method in class org.apache.commons.jxpath.util.MethodLookupUtils
lookupMethod(Class,String,Object[]) - static method in class org.apache.commons.jxpath.util.MethodLookupUtils
lookupStaticMethod(Class,String,Object[]) - static method in class org.apache.commons.jxpath.util.MethodLookupUtils
LT - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
LTE - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants

M

MapDynamicPropertyHandler - class org.apache.commons.jxpath.MapDynamicPropertyHandler
Implements the DynamicPropertyHandler interface for java.util.Map.
maxNextCharInd - field in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
MethodFunction - class org.apache.commons.jxpath.functions.MethodFunction
An XPath extension function implemented as an individual Java method.
MethodFunction(Method) - constructor for class org.apache.commons.jxpath.functions.MethodFunction
MethodLookupUtils - class org.apache.commons.jxpath.util.MethodLookupUtils
Method lookup utilities, which find static and non-static methods as well as constructors based on a name and list of parameters.
MINUS - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
minus(Object) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing unary negation of the argument
minus(Object) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing unary negation of the argument
minus(Object,Object) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing left minus right
minus(Object,Object) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing left minus right
MOD - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
mod(Object,Object) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing left modulo right
mod(Object,Object) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing left modulo right
MODEL_DOM - static field in class org.apache.commons.jxpath.xml.DocumentContainer
MODEL_JDOM - static field in class org.apache.commons.jxpath.xml.DocumentContainer
MultiplicativeExpr() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
multiply(Object,Object) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing left multiplied by right
multiply(Object,Object) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing left multiplied by right

N

NameAttributeTest - class org.apache.commons.jxpath.ri.compiler.NameAttributeTest
Captures the foo[@name=expr] expression.
NamespaceContext - class org.apache.commons.jxpath.ri.axes.NamespaceContext
EvalContext that walks the "namespace::" axis.
namespaceIterator() - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
namespaceIterator() - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
namespaceIterator() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
namespaceIterator() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
namespaceIterator() - method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns a NodeIterator that iterates over all namespaces of the value currently pointed at.
namespaceIterator() - method in class org.apache.commons.jxpath.ri.model.VariablePointer
namespaceMap - field in class org.apache.commons.jxpath.ri.NamespaceResolver
NamespacePointer - class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
Represents a namespace node.
NamespacePointer(org.apache.commons.jxpath.ri.model.NodePointer,String) - constructor for class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
NamespacePointer(org.apache.commons.jxpath.ri.model.NodePointer,String,String) - constructor for class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
namespacePointer(String) - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
namespacePointer(String) - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
namespacePointer(String) - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
namespacePointer(String) - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
namespacePointer(String) - method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns a NodePointer for the specified namespace.
namespacePointer(String) - method in class org.apache.commons.jxpath.ri.model.VariablePointer
namespaceResolver - field in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
NamespaceResolver - class org.apache.commons.jxpath.ri.NamespaceResolver
The reference implementation of JXPathContext.
NCName - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
NCName() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
NCName_Without_CoreFunctions() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
NEQ - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
Allocates an new child NodePointer by iterating through all installed NodePointerFactories until it finds one that can create a pointer.
newContext(Object) - static method in class org.apache.commons.jxpath.JXPathContext
Creates a new JXPathContext with the specified object as the root node.
newContext(org.apache.commons.jxpath.JXPathContext,Object) - static method in class org.apache.commons.jxpath.JXPathContext
Creates a new JXPathContext with the specified bean as the root node and the specified parent context.
Creates a new instance of a JXPathContext using the currently configured parameters.
newInstance() - static method in class org.apache.commons.jxpath.JXPathContextFactory
Obtain a new instance of a JXPathContextFactory.
newNodePointer(org.apache.commons.jxpath.ri.QName,Object,Locale) - static method in class org.apache.commons.jxpath.ri.model.NodePointer
Allocates an entirely new NodePointer by iterating through all installed NodePointerFactories until it finds one that can create a pointer.
newToken(int) - static method in class org.apache.commons.jxpath.ri.parser.Token
Returns a new Token object, by default.
next - field in class org.apache.commons.jxpath.ri.parser.Token
A reference to the next regular (non-special) token from the input stream.
next() - method in class org.apache.commons.jxpath.ri.EvalContext
Returns the next node pointer in the context
next() - method in class org.apache.commons.jxpath.ri.compiler.Expression.PointerIterator
next() - method in class org.apache.commons.jxpath.ri.compiler.Expression.ValueIterator
nextNode() - method in class org.apache.commons.jxpath.ri.axes.AncestorContext
Returns true if there is another object in the current set.
nextNode() - method in class org.apache.commons.jxpath.ri.axes.AttributeContext
Returns true if there is another object in the current set.
nextNode() - method in class org.apache.commons.jxpath.ri.axes.ChildContext
Returns true if there is another object in the current set.
nextNode() - method in class org.apache.commons.jxpath.ri.axes.DescendantContext
Returns true if there is another object in the current set.
nextNode() - method in class org.apache.commons.jxpath.ri.EvalContext
Returns true if there is another object in the current set.
nextNode() - method in class org.apache.commons.jxpath.ri.axes.InitialContext
Returns true if there is another object in the current set.
nextNode() - method in class org.apache.commons.jxpath.ri.axes.NamespaceContext
Returns true if there is another object in the current set.
nextNode() - method in class org.apache.commons.jxpath.ri.axes.NodeSetContext
Returns true if there is another object in the current set.
nextNode() - method in class org.apache.commons.jxpath.ri.axes.ParentContext
Returns true if there is another object in the current set.
nextNode() - method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
Returns true if there is another object in the current set.
nextNode() - method in class org.apache.commons.jxpath.ri.axes.PredicateContext
Returns true if there is another object in the current set.
nextNode() - method in class org.apache.commons.jxpath.ri.axes.RootContext
Returns true if there is another object in the current set.
nextNode() - method in class org.apache.commons.jxpath.ri.axes.SelfContext
Returns true if there is another object in the current set.
nextSet() - method in class org.apache.commons.jxpath.ri.EvalContext
Returns true if there is another sets of objects to interate over.
nextSet() - method in class org.apache.commons.jxpath.ri.axes.InitialContext
Returns true if there is another sets of objects to interate over.
nextSet() - method in class org.apache.commons.jxpath.ri.axes.NodeSetContext
Returns true if there is another sets of objects to interate over.
nextSet() - method in class org.apache.commons.jxpath.ri.axes.PredicateContext
Returns true if there is another sets of objects to interate over.
nextSet() - method in class org.apache.commons.jxpath.ri.axes.RootContext
Returns true if there is another sets of objects to interate over.
NODE - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
NODE_TYPE_COMMENT - static field in class org.apache.commons.jxpath.ri.Compiler
NODE_TYPE_NODE - static field in class org.apache.commons.jxpath.ri.Compiler
NODE_TYPE_PI - static field in class org.apache.commons.jxpath.ri.Compiler
NODE_TYPE_TEXT - static field in class org.apache.commons.jxpath.ri.Compiler
NodeIterator - interface org.apache.commons.jxpath.ri.model.NodeIterator
Definition for an iterator for all kinds of Nodes.
NodeNameTest - class org.apache.commons.jxpath.ri.compiler.NodeNameTest
nodeNameTest(Object) - method in class org.apache.commons.jxpath.ri.Compiler
Produces a NODE_TEST object that represents a node name test.
nodeNameTest(Object) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces a NODE_TEST object that represents a node name test.
NodeNameTest(org.apache.commons.jxpath.ri.QName) - constructor for class org.apache.commons.jxpath.ri.compiler.NodeNameTest
NodeNameTest(org.apache.commons.jxpath.ri.QName,String) - constructor for class org.apache.commons.jxpath.ri.compiler.NodeNameTest
NodePointer - class org.apache.commons.jxpath.ri.model.NodePointer
Common superclass for Pointers of all kinds.
NodePointer(org.apache.commons.jxpath.ri.model.NodePointer) - constructor for class org.apache.commons.jxpath.ri.model.NodePointer
NodePointer(org.apache.commons.jxpath.ri.model.NodePointer,Locale) - constructor for class org.apache.commons.jxpath.ri.model.NodePointer
NodePointerFactory - interface org.apache.commons.jxpath.ri.model.NodePointerFactory
Creates NodePointers for objects of a certain type.
NodeSet - interface org.apache.commons.jxpath.NodeSet
NodeSet interface can be used as the type of an argument of an extension function.
NodeSetContext - class org.apache.commons.jxpath.ri.axes.NodeSetContext
A simple context that is based on a NodeSet.
NodeTest - class org.apache.commons.jxpath.ri.compiler.NodeTest
NodeTest(ArrayList) - method in class org.apache.commons.jxpath.ri.parser.XPathParser
NodeType() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
NodeTypeTest - class org.apache.commons.jxpath.ri.compiler.NodeTypeTest
nodeTypeTest(int) - method in class org.apache.commons.jxpath.ri.Compiler
Produces a NODE_TEST object that represents a node type test.
NodeTypeTest(int) - constructor for class org.apache.commons.jxpath.ri.compiler.NodeTypeTest
nodeTypeTest(int) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces a NODE_TEST object that represents a node type test.
nodeTypeToString(int) - static method in class org.apache.commons.jxpath.ri.compiler.NodeTypeTest
NOT_A_NUMBER - static field in class org.apache.commons.jxpath.ri.compiler.Expression
notEqual(Object,Object) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing the comparison: left is not equal to right
notEqual(Object,Object) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing the comparison: left is not equal to right
NullElementPointer - class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
Used when there is a need to construct a Pointer for a collection element that does not exist.
NullElementPointer(org.apache.commons.jxpath.ri.model.NodePointer,int) - constructor for class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
NullPointer - class org.apache.commons.jxpath.ri.model.beans.NullPointer
NullPointer(Locale,String) - constructor for class org.apache.commons.jxpath.ri.model.beans.NullPointer
Used for the root node
NullPointer(org.apache.commons.jxpath.ri.QName,Locale) - constructor for class org.apache.commons.jxpath.ri.model.beans.NullPointer
NullPropertyPointer - class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
NullPropertyPointer(org.apache.commons.jxpath.ri.model.NodePointer) - constructor for class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
Number - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
number(Object) - static method in class org.apache.commons.jxpath.ri.InfoSetUtil
Converts the supplied object to Number
number(String) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object that represents a numeric constant.
number(String) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object that represents a numeric constant.

O

ONE - static field in class org.apache.commons.jxpath.ri.compiler.Expression
Operation - class org.apache.commons.jxpath.ri.compiler.Operation
Operation(args[]) - constructor for class org.apache.commons.jxpath.ri.compiler.Operation
OR - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
or(arguments[]) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing logical disjunction of all arguments
or(arguments[]) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing logical disjunction of all arguments
OrExpr() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
Public, abstract part of JXPath: interfaces and configuration.
Implementations of Java class-based extension functions.
Reference implementation of JXPath.
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).
JavaCC XPath grammar.
Implementations of JPathContexts bound to various servlet scopes: PageContext, ServletRequest, HttpSession and ServletContext.

P

PackageFunctions - class org.apache.commons.jxpath.PackageFunctions
Extension functions provided by Java classes.
PackageFunctions(String,String) - constructor for class org.apache.commons.jxpath.PackageFunctions
PAGE_SCOPE - static field in class org.apache.commons.jxpath.servlet.Constants
Variable name for PageContext.
PageContextHandler - class org.apache.commons.jxpath.servlet.PageContextHandler
Implementation of the DynamicPropertyHandler interface that provides access to attributes of a PageContext in all scopes.
PageScopeContext - class org.apache.commons.jxpath.servlet.PageScopeContext
A lightweight wrapper for PageContext that restricts access to attributes of the "page" scope.
PageScopeContext(PageContext) - constructor for class org.apache.commons.jxpath.servlet.PageScopeContext
PageScopeContextHandler - class org.apache.commons.jxpath.servlet.PageScopeContextHandler
Implementation of the DynamicPropertyHandler interface that provides access to attributes of a PageScopeContext.
parent - field in class org.apache.commons.jxpath.ri.model.NodePointer
parentContext - field in class org.apache.commons.jxpath.ri.EvalContext
parentContext - field in class org.apache.commons.jxpath.JXPathContext
ParentContext - class org.apache.commons.jxpath.ri.axes.ParentContext
EvalContext that walks the "parent::" axis.
ParseException - class org.apache.commons.jxpath.ri.parser.ParseException
This exception is thrown when parse errors are encountered.
ParseException() - constructor for class org.apache.commons.jxpath.ri.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(org.apache.commons.jxpath.ri.parser.Token,int[][],String[]) - constructor for class org.apache.commons.jxpath.ri.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException(String) - constructor for class org.apache.commons.jxpath.ri.parser.ParseException
parseExpression() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
parseExpression(String,org.apache.commons.jxpath.ri.Compiler) - static method in class org.apache.commons.jxpath.ri.Parser
Parses the XPath expression.
Parser - class org.apache.commons.jxpath.ri.Parser
XPath parser
parseXML(InputStream) - method in class org.apache.commons.jxpath.xml.DocumentContainer
Parses XML using the parser for the specified model.
parseXML(InputStream) - method in class org.apache.commons.jxpath.xml.DOMParser
Reads the supplied XML file and returns the resulting model, which is not necessarily DOM.
parseXML(InputStream) - method in class org.apache.commons.jxpath.xml.JDOMParser
Reads the supplied XML file and returns the resulting model, which is not necessarily DOM.
parseXML(InputStream) - method in class org.apache.commons.jxpath.xml.XMLParser
Reads the supplied XML file and returns the resulting model, which is not necessarily DOM.
parseXML(InputStream) - method in class org.apache.commons.jxpath.xml.XMLParser2
Path - class org.apache.commons.jxpath.ri.compiler.Path
Path(org.apache.commons.jxpath.ri.compiler.Step[]) - constructor for class org.apache.commons.jxpath.ri.compiler.Path
PathExpr() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
PI - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
PLUS - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
pointer - field in class org.apache.commons.jxpath.ri.NamespaceResolver
Pointer - interface org.apache.commons.jxpath.Pointer
Pointers represent locations of objects and their properties in Java object graphs.
Expression.PointerIterator - class org.apache.commons.jxpath.ri.compiler.Expression.PointerIterator
PointerIterator(Iterator,org.apache.commons.jxpath.ri.QName,Locale) - constructor for class org.apache.commons.jxpath.ri.compiler.Expression.PointerIterator
position - field in class org.apache.commons.jxpath.ri.EvalContext
PrecedingOrFollowingContext - class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
EvalContext that walks the "preceding::" and "following::" axes.
Predicate() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
PredicateContext - class org.apache.commons.jxpath.ri.axes.PredicateContext
EvalContext that checks predicates.
prepareForIndividualProperty(String) - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicAttributeIterator
prepareForIndividualProperty(String) - method in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
prevCharIsCR - field in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
prevCharIsLF - field in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
PrimaryExpr() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
printPointerChain() - method in class org.apache.commons.jxpath.ri.model.NodePointer
Print internal structure of a pointer for debugging
ProcessingInstructionTest - class org.apache.commons.jxpath.ri.compiler.ProcessingInstructionTest
processingInstructionTest(String) - method in class org.apache.commons.jxpath.ri.Compiler
Produces a NODE_TEST object that represents a processing instruction test.
ProcessingInstructionTest(String) - constructor for class org.apache.commons.jxpath.ri.compiler.ProcessingInstructionTest
processingInstructionTest(String) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces a NODE_TEST object that represents a processing instruction test.
propertyIndex - field in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
PropertyIterator - class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
Iterates property values of an object pointed at with a PropertyOwnerPointer.
PropertyOwnerPointer - class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
A pointer describing a node that has properties, each of which could be a collection.
PropertyOwnerPointer(org.apache.commons.jxpath.ri.model.NodePointer) - constructor for class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
PropertyOwnerPointer(org.apache.commons.jxpath.ri.model.NodePointer,Locale) - constructor for class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
PropertyPointer - class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
A pointer allocated by a PropertyOwnerPointer to represent the value of a property of the parent object.
PropertyPointer(org.apache.commons.jxpath.ri.model.NodePointer) - constructor for class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
Takes a javabean, a descriptor of a property of that object and an offset within that property (starting with 0).

Q

QName - class org.apache.commons.jxpath.ri.QName
A qualified name: a combination of an optional namespace prefix and an local name.
QName() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
QName(String) - constructor for class org.apache.commons.jxpath.ri.QName
qname(String,String) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an QNAME that represents a name with an optional prefix.
QName(String,String) - constructor for class org.apache.commons.jxpath.ri.QName
qname(String,String) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an QNAME that represents a name with an optional prefix.
QName_Without_CoreFunctions() - method in class org.apache.commons.jxpath.ri.parser.XPathParser

R

readChar() - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
registerAtomicClass(Class) - static method in class org.apache.commons.jxpath.JXPathIntrospector
Automatically creates and registers a JXPathBeanInfo object for the specified class.
registerDynamicClass(Class,Class) - static method in class org.apache.commons.jxpath.JXPathIntrospector
Automatically creates and registers a JXPathBeanInfo object for the specified class.
registerNamespace(String,String) - method in class org.apache.commons.jxpath.JXPathContext
Registers a namespace prefix.
registerNamespace(String,String) - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
registerNamespace(String,String) - method in class org.apache.commons.jxpath.ri.NamespaceResolver
Registers a namespace prefix.
registerXMLParser(String,org.apache.commons.jxpath.xml.XMLParser) - static method in class org.apache.commons.jxpath.xml.DocumentContainer
Add an XML parser.
registerXMLParser(String,String) - static method in class org.apache.commons.jxpath.xml.DocumentContainer
Add a class of a custom XML parser.
ReInit(java.io.InputStream) - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
ReInit(java.io.InputStream) - method in class org.apache.commons.jxpath.ri.parser.XPathParser
ReInit(java.io.InputStream,int,int) - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
ReInit(java.io.InputStream,int,int,int) - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
ReInit(java.io.Reader) - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
ReInit(java.io.Reader) - method in class org.apache.commons.jxpath.ri.parser.XPathParser
ReInit(java.io.Reader,int,int) - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
ReInit(java.io.Reader,int,int,int) - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
ReInit(org.apache.commons.jxpath.ri.parser.XPathParserTokenManager) - method in class org.apache.commons.jxpath.ri.parser.XPathParser
RelationalExpr() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
RelativeLocationPath() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
remove() - method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
remove() - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
remove() - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
remove() - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
remove() - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
remove() - method in class org.apache.commons.jxpath.ri.EvalContext
Operation is not supported
remove() - method in class org.apache.commons.jxpath.ri.compiler.Expression.PointerIterator
remove() - method in class org.apache.commons.jxpath.ri.compiler.Expression.ValueIterator
remove() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
remove() - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
remove() - method in class org.apache.commons.jxpath.ri.model.NodePointer
Remove the node of the object graph this pointer points to.
remove() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
If this is a root node pointer, throws an exception; otherwise forwards the call to the parent node.
remove() - method in class org.apache.commons.jxpath.ri.model.VariablePointer
remove(Object,int) - static method in class org.apache.commons.jxpath.util.ValueUtils
Returns the index'th element from the supplied collection.
remove(org.apache.commons.jxpath.Pointer) - method in class org.apache.commons.jxpath.BasicNodeSet
Remove all graph elements described by this expression
removeAll(String) - method in class org.apache.commons.jxpath.JXPathContext
Removes all elements of the object graph described by the xpath.
removeAll(String) - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
removeFunctions(org.apache.commons.jxpath.Functions) - method in class org.apache.commons.jxpath.FunctionLibrary
Remove functions from the library.
Remove the graph element described by this expression
removePath(String) - method in class org.apache.commons.jxpath.JXPathContext
Removes the element of the object graph described by the xpath.
removePath(String) - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
REQUEST_SCOPE - static field in class org.apache.commons.jxpath.servlet.Constants
Variable name for ServletRequest.
reset() - method in class org.apache.commons.jxpath.ri.axes.AncestorContext
Sets current position = 0, which is the pre-iteration state.
reset() - method in class org.apache.commons.jxpath.ri.axes.AttributeContext
Sets current position = 0, which is the pre-iteration state.
reset() - method in class org.apache.commons.jxpath.ri.axes.ChildContext
Sets current position = 0, which is the pre-iteration state.
reset() - method in class org.apache.commons.jxpath.ri.axes.DescendantContext
Sets current position = 0, which is the pre-iteration state.
reset() - method in class org.apache.commons.jxpath.ri.EvalContext
Sets current position = 0, which is the pre-iteration state.
reset() - method in class org.apache.commons.jxpath.ri.axes.NamespaceContext
Sets current position = 0, which is the pre-iteration state.
reset() - method in class org.apache.commons.jxpath.ri.axes.ParentContext
Sets current position = 0, which is the pre-iteration state.
reset() - method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
Sets current position = 0, which is the pre-iteration state.
reset() - method in class org.apache.commons.jxpath.ri.axes.PredicateContext
Sets current position = 0, which is the pre-iteration state.
reset() - method in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
reset() - method in class org.apache.commons.jxpath.ri.axes.SelfContext
Sets current position = 0, which is the pre-iteration state.
reverseMap - field in class org.apache.commons.jxpath.ri.NamespaceResolver
rootContext - field in class org.apache.commons.jxpath.ri.EvalContext
RootContext - class org.apache.commons.jxpath.ri.axes.RootContext
EvalContext that is used to hold the root node for the path traversal.

S

seal() - method in class org.apache.commons.jxpath.ri.NamespaceResolver
selectNodes(String) - method in class org.apache.commons.jxpath.JXPathContext
Finds all nodes that match the specified XPath.
selectSingleNode(String) - method in class org.apache.commons.jxpath.JXPathContext
Finds the first object that matches the specified XPath.
SelfContext - class org.apache.commons.jxpath.ri.axes.SelfContext
EvalContext that returns the current node from the parent context if the test succeeds.
ServletContextHandler - class org.apache.commons.jxpath.servlet.ServletContextHandler
Implementation of the DynamicPropertyHandler interface that provides access to attributes of a ServletContext.
ServletRequestAndContext - class org.apache.commons.jxpath.servlet.ServletRequestAndContext
Just a structure to hold a ServletRequest and ServletContext together.
ServletRequestAndContext(ServletRequest,ServletContext) - constructor for class org.apache.commons.jxpath.servlet.ServletRequestAndContext
ServletRequestHandler - class org.apache.commons.jxpath.servlet.ServletRequestHandler
Implementation of the DynamicPropertyHandler interface that provides access to attributes and parameters of a ServletRequest.
SESSION_SCOPE - static field in class org.apache.commons.jxpath.servlet.Constants
Variable name for HttpSession.
setAttribute(boolean) - method in class org.apache.commons.jxpath.ri.model.NodePointer
Set to true if the pointer represents the "attribute::" axis.
setAttribute(String,Object) - method in class org.apache.commons.jxpath.servlet.PageScopeContext
setCoalescing(boolean) - method in class org.apache.commons.jxpath.xml.XMLParser2
setCompiler(org.apache.commons.jxpath.ri.Compiler) - method in class org.apache.commons.jxpath.ri.parser.XPathParser
setDebugStream(java.io.PrintStream) - method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
setDecimalFormatSymbols(String,DecimalFormatSymbols) - method in class org.apache.commons.jxpath.JXPathContext
Sets DecimalFormatSymbols for a given name.
setExpandEntityReferences(boolean) - method in class org.apache.commons.jxpath.xml.XMLParser2
setFactory(org.apache.commons.jxpath.AbstractFactory) - method in class org.apache.commons.jxpath.JXPathContext
Install an abstract factory that should be used by the createPath() and createPathAndSetValue() methods.
setFunctions(org.apache.commons.jxpath.Functions) - method in class org.apache.commons.jxpath.JXPathContext
Install a library of extension functions.
Install an identity manager that will be used by the context to look up a node by its ID.
setIgnoringComments(boolean) - method in class org.apache.commons.jxpath.xml.XMLParser2
setIgnoringElementContentWhitespace(boolean) - method in class org.apache.commons.jxpath.xml.XMLParser2
setIndex(int) - method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
setIndex(int) - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
setIndex(int) - method in class org.apache.commons.jxpath.ri.model.NodePointer
setIndex(int) - method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
setIndex(int) - method in class org.apache.commons.jxpath.ri.model.VariablePointer
setKeyManager(org.apache.commons.jxpath.KeyManager) - method in class org.apache.commons.jxpath.JXPathContext
Install a key manager that will be used by the context to look up a node by a key value.
setLenient(boolean) - method in class org.apache.commons.jxpath.JXPathContext
If the context is in the lenient mode, then getValue() returns null for inexistent paths.
setLocale(Locale) - method in class org.apache.commons.jxpath.JXPathContext
Set the locale for this context.
setNameAttributeValue(String) - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
setNamespaceAware(boolean) - method in class org.apache.commons.jxpath.xml.XMLParser2
Namespace prefixes can be defined implicitly by specifying a pointer to a context where the namespaces are defined.
Register a namespace for the expression context.
setNamespaceResolver(org.apache.commons.jxpath.ri.NamespaceResolver) - method in class org.apache.commons.jxpath.ri.model.NodePointer
setPosition(int) - method in class org.apache.commons.jxpath.ri.axes.AncestorContext
Moves the current position to the specified index.
setPosition(int) - method in class org.apache.commons.jxpath.ri.axes.AttributeContext
Moves the current position to the specified index.
setPosition(int) - method in class org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
setPosition(int) - method in class org.apache.commons.jxpath.ri.axes.ChildContext
Moves the current position to the specified index.
setPosition(int) - method in class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
setPosition(int) - method in class org.apache.commons.jxpath.ri.axes.DescendantContext
Moves the current position to the specified index.
setPosition(int) - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator
setPosition(int) - method in class org.apache.commons.jxpath.ri.model.dom.DOMNamespaceIterator
Sets the new current position and returns true if there a node at that position.
setPosition(int) - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
setPosition(int) - method in class org.apache.commons.jxpath.ri.EvalContext
Moves the current position to the specified index.
setPosition(int) - method in class org.apache.commons.jxpath.ri.axes.InitialContext
Moves the current position to the specified index.
setPosition(int) - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributeIterator
setPosition(int) - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator
setPosition(int) - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
setPosition(int) - method in class org.apache.commons.jxpath.ri.axes.NamespaceContext
Moves the current position to the specified index.
setPosition(int) - method in class org.apache.commons.jxpath.ri.model.NodeIterator
Sets the new current position and returns true if there a node at that position.
setPosition(int) - method in class org.apache.commons.jxpath.ri.axes.NodeSetContext
Moves the current position to the specified index.
setPosition(int) - method in class org.apache.commons.jxpath.ri.axes.ParentContext
Moves the current position to the specified index.
setPosition(int) - method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
Moves the current position to the specified index.
setPosition(int) - method in class org.apache.commons.jxpath.ri.axes.PredicateContext
Moves the current position to the specified index.
setPosition(int) - method in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
setPosition(int) - method in class org.apache.commons.jxpath.ri.axes.RootContext
Moves the current position to the specified index.
setPosition(int) - method in class org.apache.commons.jxpath.ri.axes.SelfContext
Moves the current position to the specified index.
setPosition(int) - method in class org.apache.commons.jxpath.ri.axes.UnionContext
Moves the current position to the specified index.
setProperty(Object,String,Object) - method in class org.apache.commons.jxpath.DynamicPropertyHandler
Modifies the value of the specified dynamic property.
setProperty(Object,String,Object) - method in class org.apache.commons.jxpath.servlet.HttpSessionHandler
setProperty(Object,String,Object) - method in class org.apache.commons.jxpath.MapDynamicPropertyHandler
Sets the specified key value.
setProperty(Object,String,Object) - method in class org.apache.commons.jxpath.servlet.PageContextHandler
setProperty(Object,String,Object) - method in class org.apache.commons.jxpath.servlet.PageScopeContextHandler
setProperty(Object,String,Object) - method in class org.apache.commons.jxpath.servlet.ServletContextHandler
setProperty(Object,String,Object) - method in class org.apache.commons.jxpath.servlet.ServletRequestHandler
setPropertyIndex(int) - method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
Selects a property by its offset in the alphabetically sorted list.
setPropertyIndex(int) - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
Index a property by its index in the list of all properties sorted alphabetically.
setPropertyIndex(int) - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
Index a property by its index in the list of all properties sorted alphabetically.
setPropertyIndex(int) - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
setPropertyIndex(int) - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
setPropertyName(String) - method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
Select a property by name
setPropertyName(String) - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
Select a property by name.
setPropertyName(String) - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
Select a property by name.
setPropertyName(String) - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
setPropertyName(String) - method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
setRegisteredValue(Object) - method in class org.apache.commons.jxpath.ri.axes.RootContext
setTypeConverter(org.apache.commons.jxpath.util.TypeConverter) - static method in class org.apache.commons.jxpath.util.TypeUtils
Install an alternative type converter.
setValidating(boolean) - method in class org.apache.commons.jxpath.xml.XMLParser2
setValue(Object) - method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
If index == WHOLE_COLLECTION, change the value of the property, otherwise change the value of the index'th element of the collection represented by the property.
setValue(Object) - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
Modifies the value of the object, property or collection element this pointer represents.
setValue(Object) - method in class org.apache.commons.jxpath.Container
Modifies the value contained by this container.
setValue(Object) - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
setValue(Object) - method in class org.apache.commons.jxpath.xml.DocumentContainer
Throws an UnsupportedOperationException
setValue(Object) - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
Sets the value of this attribute.
setValue(Object) - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
Sets contents of the node to the specified value.
setValue(Object) - method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
If index == WHOLE_COLLECTION, change the value of the property, otherwise change the value of the index'th element of the collection represented by the property.
setValue(Object) - method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
If index == WHOLE_COLLECTION, change the value of the property, otherwise change the value of the index'th element of the collection represented by the property.
setValue(Object) - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
Sets the value of this attribute.
setValue(Object) - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
Throws UnsupportedOperationException.
setValue(Object) - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
setValue(Object) - method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
Throws UnsupportedOperationException.
setValue(Object) - method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
Throws UnsupportedOperationException.
setValue(Object) - method in class org.apache.commons.jxpath.ri.model.NodePointer
Converts the value to the required type and changes the corresponding object to that value.
setValue(Object) - method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
setValue(Object) - method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
setValue(Object) - method in class org.apache.commons.jxpath.Pointer
Modifies the value of the object, property or collection element this pointer represents.
setValue(Object) - method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
Throws an exception if you try to change the root element, otherwise forwards the call to the parent pointer.
setValue(Object) - method in class org.apache.commons.jxpath.ri.model.VariablePointer
setValue(Object) - method in class org.apache.commons.jxpath.XMLDocumentContainer
Throws an UnsupportedOperationException
setValue(Object,int,Object) - static method in class org.apache.commons.jxpath.util.ValueUtils
Modifies the index'th element of the supplied collection.
setValue(Object,PropertyDescriptor,int,Object) - static method in class org.apache.commons.jxpath.util.ValueUtils
Modifies the index'th element of the bean's property represented by the supplied property descriptor.
setValue(Object,PropertyDescriptor,Object) - static method in class org.apache.commons.jxpath.util.ValueUtils
Modifies the value of the bean's property represented by the supplied property descriptor.
Modifies the value of the property described by the supplied xpath.
setValue(String,Object) - method in class org.apache.commons.jxpath.JXPathContext
Modifies the value of the property described by the supplied xpath.
setValue(String,Object) - method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
setVariables(org.apache.commons.jxpath.Variables) - method in class org.apache.commons.jxpath.JXPathContext
Installs a custom implementation of the Variables interface.
SimpleCharStream - class org.apache.commons.jxpath.ri.parser.SimpleCharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(java.io.InputStream) - constructor for class org.apache.commons.jxpath.ri.parser.SimpleCharStream
SimpleCharStream(java.io.InputStream,int,int) - constructor for class org.apache.commons.jxpath.ri.parser.SimpleCharStream
SimpleCharStream(java.io.InputStream,int,int,int) - constructor for class org.apache.commons.jxpath.ri.parser.SimpleCharStream
SimpleCharStream(java.io.Reader) - constructor for class org.apache.commons.jxpath.ri.parser.SimpleCharStream
SimpleCharStream(java.io.Reader,int,int) - constructor for class org.apache.commons.jxpath.ri.parser.SimpleCharStream
SimpleCharStream(java.io.Reader,int,int,int) - constructor for class org.apache.commons.jxpath.ri.parser.SimpleCharStream
SimplePathInterpreter - class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
An evaluation mechanism for simple XPaths, which is much faster than the usual process.
SLASH - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
SLASHSLASH - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
specialConstructor - field in class org.apache.commons.jxpath.ri.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - field in class org.apache.commons.jxpath.ri.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
staticFlag - static field in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
Step - class org.apache.commons.jxpath.ri.compiler.Step
step(int,Object,Object[]) - method in class org.apache.commons.jxpath.ri.Compiler
Produces a STEP object that represents a node test.
step(int,Object,Object[]) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces a STEP object that represents a node test.
stringValue(Object) - static method in class org.apache.commons.jxpath.ri.InfoSetUtil
Converts the supplied object to String
SubtractiveExpr() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
sum(Object[]) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing the sum of all argumens
sum(Object[]) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing the sum of all argumens
SwitchTo(int) - method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager

T

testNode(Node,org.apache.commons.jxpath.ri.compiler.NodeTest) - static method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
testNode(org.apache.commons.jxpath.ri.compiler.NodeTest) - method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
testNode(org.apache.commons.jxpath.ri.compiler.NodeTest) - method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
testNode(org.apache.commons.jxpath.ri.compiler.NodeTest) - method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
testNode(org.apache.commons.jxpath.ri.compiler.NodeTest) - method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
testNode(org.apache.commons.jxpath.ri.compiler.NodeTest) - method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
testNode(org.apache.commons.jxpath.ri.compiler.NodeTest) - method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
testNode(org.apache.commons.jxpath.ri.compiler.NodeTest) - method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
testNode(org.apache.commons.jxpath.ri.compiler.NodeTest) - method in class org.apache.commons.jxpath.ri.model.NodePointer
Checks if this Pointer matches the supplied NodeTest.
testNode(org.apache.commons.jxpath.ri.compiler.NodeTest) - method in class org.apache.commons.jxpath.ri.model.VariablePointer
TEXT - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
Token - class org.apache.commons.jxpath.ri.parser.Token
Describes the input token stream.
token - field in class org.apache.commons.jxpath.ri.parser.XPathParser
token_source - field in class org.apache.commons.jxpath.ri.parser.XPathParser
tokenImage - field in class org.apache.commons.jxpath.ri.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
TokenMgrError - class org.apache.commons.jxpath.ri.parser.TokenMgrError
TokenMgrError() - constructor for class org.apache.commons.jxpath.ri.parser.TokenMgrError
TokenMgrError(boolean,int,int,int,String,char,int) - constructor for class org.apache.commons.jxpath.ri.parser.TokenMgrError
TokenMgrError(String,int) - constructor for class org.apache.commons.jxpath.ri.parser.TokenMgrError
toString() - method in class org.apache.commons.jxpath.BasicNodeSet
toString() - method in class org.apache.commons.jxpath.BasicVariables
toString() - method in class org.apache.commons.jxpath.ri.compiler.Constant
toString() - method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
toString() - method in class org.apache.commons.jxpath.ri.compiler.CoreOperation
toString() - method in class org.apache.commons.jxpath.ri.EvalContext
toString() - method in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
toString() - method in class org.apache.commons.jxpath.ri.compiler.ExtensionFunction
toString() - method in class org.apache.commons.jxpath.JXPathBasicBeanInfo
toString() - method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
toString() - method in class org.apache.commons.jxpath.ri.compiler.LocationPath
toString() - method in class org.apache.commons.jxpath.functions.MethodFunction
toString() - method in class org.apache.commons.jxpath.ri.compiler.NodeNameTest
toString() - method in class org.apache.commons.jxpath.ri.model.NodePointer
toString() - method in class org.apache.commons.jxpath.ri.compiler.NodeTypeTest
toString() - method in class org.apache.commons.jxpath.ri.compiler.ProcessingInstructionTest
toString() - method in class org.apache.commons.jxpath.ri.QName
toString() - method in class org.apache.commons.jxpath.ri.axes.RootContext
toString() - method in class org.apache.commons.jxpath.ri.compiler.Step
toString() - method in class org.apache.commons.jxpath.ri.parser.Token
Returns the image.
toString() - method in class org.apache.commons.jxpath.ri.compiler.VariableReference
TreeCompiler - class org.apache.commons.jxpath.ri.compiler.TreeCompiler
TypeConverter - interface org.apache.commons.jxpath.util.TypeConverter
A type converter can be installed on TypeUtils to introduce additional type conversions for JXPath.
TypeUtils - class org.apache.commons.jxpath.util.TypeUtils
Global type conversion utilities.

U

UnaryExpr() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
undeclareVariable(String) - method in class org.apache.commons.jxpath.BasicVariables
Removes an existing variable.
undeclareVariable(String) - method in class org.apache.commons.jxpath.servlet.KeywordVariables
Removes an existing variable.
undeclareVariable(String) - method in class org.apache.commons.jxpath.Variables
Removes an existing variable.
UnicodeDigit - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
UNION - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
union(Object[]) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing union of all node sets
union(Object[]) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing union of all node sets
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(org.apache.commons.jxpath.ri.EvalContext,contexts[]) - constructor for class org.apache.commons.jxpath.ri.axes.UnionContext
UnionExpr() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
UNKNOWN_NAMESPACE - static field in class org.apache.commons.jxpath.ri.model.NodePointer
UNKNOWN_VALUE - static field in class org.apache.commons.jxpath.ri.axes.RootContext
unmodifiableCollection(Collection) - method in class org.apache.commons.jxpath.util.BasicTypeConverter
UNSPECIFIED_PROPERTY - static field in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
UpdateLineColumn(char) - method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
USE_SOFT_CACHE - static field in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
Change this to false to disable soft caching of CompiledExpressions.

V

Expression.ValueIterator - class org.apache.commons.jxpath.ri.compiler.Expression.ValueIterator
ValueIterator(Iterator) - constructor for class org.apache.commons.jxpath.ri.compiler.Expression.ValueIterator
ValueUtils - class org.apache.commons.jxpath.util.ValueUtils
Collection and property access utilities.
VARIABLE - static field in class org.apache.commons.jxpath.ri.parser.XPathParserConstants
VariablePointer - class org.apache.commons.jxpath.ri.model.VariablePointer
Pointer to a context variable.
VariablePointer(org.apache.commons.jxpath.ri.QName) - constructor for class org.apache.commons.jxpath.ri.model.VariablePointer
VariableReference - class org.apache.commons.jxpath.ri.compiler.VariableReference
An element of the compile tree holding a variable reference.
VariableReference() - method in class org.apache.commons.jxpath.ri.parser.XPathParser
variableReference(Object) - method in class org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing variable reference
variableReference(Object) - method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
Produces an EXPRESSION object representing variable reference
VariableReference(org.apache.commons.jxpath.ri.QName) - constructor for class org.apache.commons.jxpath.ri.compiler.VariableReference
Variables - interface org.apache.commons.jxpath.Variables
Variables provide access to a global set of values accessible via XPath.
vars - field in class org.apache.commons.jxpath.JXPathContext

W

WHOLE_COLLECTION - static field in class org.apache.commons.jxpath.ri.model.NodePointer
WildcardName() - method in class org.apache.commons.jxpath.ri.parser.XPathParser

X

XML_NAMESPACE_URI - static field in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
XML_NAMESPACE_URI - static field in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
XMLDocumentContainer - class org.apache.commons.jxpath.XMLDocumentContainer
An XML document container reads and parses XML only when it is accessed.
XMLDocumentContainer(Source) - constructor for class org.apache.commons.jxpath.XMLDocumentContainer
XMLDocumentContainer(URL) - constructor for class org.apache.commons.jxpath.XMLDocumentContainer
XMLNS_NAMESPACE_URI - static field in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
XMLNS_NAMESPACE_URI - static field in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
XMLParser - interface org.apache.commons.jxpath.xml.XMLParser
Common interface for XML parsers.
XMLParser2 - class org.apache.commons.jxpath.xml.XMLParser2
The abstract superclass of XML parsers that produce DOM Documents.
XPathParser - class org.apache.commons.jxpath.ri.parser.XPathParser
XPathParser(java.io.InputStream) - constructor for class org.apache.commons.jxpath.ri.parser.XPathParser
XPathParser(java.io.Reader) - constructor for class org.apache.commons.jxpath.ri.parser.XPathParser
XPathParser(org.apache.commons.jxpath.ri.parser.XPathParserTokenManager) - constructor for class org.apache.commons.jxpath.ri.parser.XPathParser
XPathParserConstants - interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
XPathParserTokenManager - class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager

Z

ZERO - static field in class org.apache.commons.jxpath.ri.compiler.Expression