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.
AbstractFactory() - Constructor for class org.apache.commons.jxpath.AbstractFactory
 
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(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
 
addNodePointerFactory(NodePointerFactory) - Static method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
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.JavaCharStream
Method to adjust line and column numbers for the start of a token.
allocateConditionally(String, String) - Static method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
Checks if existenceCheckClass exists on the class path.
AncestorContext - class org.apache.commons.jxpath.ri.axes.AncestorContext.
EvalContext that walks the "ancestor::" and "ancestor-or-self::" axes.
AncestorContext(EvalContext, boolean, NodeTest) - Constructor for class org.apache.commons.jxpath.ri.axes.AncestorContext
 
AND - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
and(Object[]) - Method in interface org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing logical conjunction of all arguments
and(Object[]) - Method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
 
AndExpr() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
APPLICATION_SCOPE - Static variable in class org.apache.commons.jxpath.servlet.Constants
Variable name for ServletContext.
areBasicPredicates(Expression[]) - Method in class org.apache.commons.jxpath.ri.compiler.Path
 
args - Variable 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 interface 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.NodePointer
Returns an XPath that maps to this Pointer.
asPath() - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
 
asPath() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
 
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.beans.BeanPointer
If the pointer has a parent, then parent's path.
asPath() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
 
asPath() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
 
asPath() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
 
asPath() - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
 
asPath() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
asPath() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
 
asPath() - Method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
 
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.DynamicPropertyPointer
 
asPath() - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
 
asPath() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
 
asPath() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
 
asPath() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
 
AttributeContext - class org.apache.commons.jxpath.ri.axes.AttributeContext.
EvalContext that walks the "attribute::" axis.
AttributeContext(EvalContext, NodeTest) - Constructor for class org.apache.commons.jxpath.ri.axes.AttributeContext
 
attributeIterator(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(QName) - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
 
attributeIterator(QName) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
 
attributeIterator(QName) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
attributeIterator(QName) - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
 
attributeIterator(QName) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
attributeIterator(QName) - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
 
attributeIterator(QName) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
 
AXIS_ANCESTOR - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
AXIS_ANCESTOR - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
AXIS_ANCESTOR_OR_SELF - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
AXIS_ANCESTOR_OR_SELF - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
AXIS_ATTRIBUTE - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
AXIS_ATTRIBUTE - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
AXIS_CHILD - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
AXIS_CHILD - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
AXIS_DESCENDANT - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
AXIS_DESCENDANT - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
AXIS_DESCENDANT_OR_SELF - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
AXIS_DESCENDANT_OR_SELF - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
AXIS_FOLLOWING - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
AXIS_FOLLOWING - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
AXIS_FOLLOWING_SIBLING - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
AXIS_FOLLOWING_SIBLING - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
AXIS_NAMESPACE - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
AXIS_NAMESPACE - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
AXIS_PARENT - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
AXIS_PARENT - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
AXIS_PRECEDING - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
AXIS_PRECEDING - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
AXIS_PRECEDING_SIBLING - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
AXIS_PRECEDING_SIBLING - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
AXIS_SELF - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
AXIS_SELF - Static variable in interface 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.JavaCharStream
 
BaseChar - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
BasicTypeConverter - class org.apache.commons.jxpath.util.BasicTypeConverter.
The default implementation of TypeConverter.
BasicTypeConverter() - Constructor for class org.apache.commons.jxpath.util.BasicTypeConverter
 
BasicVariables - class org.apache.commons.jxpath.BasicVariables.
A basic implementation of the Variables interface that uses a HashMap.
BasicVariables() - Constructor for class org.apache.commons.jxpath.BasicVariables
 
bean - Variable in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
BEAN_POINTER_FACTORY_ORDER - Static variable 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.
BeanAttributeIterator(PropertyOwnerPointer, QName) - Constructor for class org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
 
BeanPointer - class org.apache.commons.jxpath.ri.model.beans.BeanPointer.
A Pointer that points to a JavaBean or a collection.
BeanPointer(NodePointer, QName, Object, JXPathBeanInfo) - Constructor for class org.apache.commons.jxpath.ri.model.beans.BeanPointer
 
BeanPointer(QName, Object, JXPathBeanInfo, Locale) - Constructor for class org.apache.commons.jxpath.ri.model.beans.BeanPointer
 
BeanPointerFactory - class org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory.
Implements NodePointerFactory for JavaBeans.
BeanPointerFactory() - Constructor for class org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory
 
BeanPropertyPointer - class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer.
Pointer pointing to a property of a JavaBean.
BeanPropertyPointer(NodePointer, JXPathBeanInfo) - Constructor for class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
 
beginColumn - Variable 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 - Variable 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.JavaCharStream
 
booleanValue(Object) - Static method in class org.apache.commons.jxpath.ri.InfoSetUtil
Converts the supplied object to boolean
bufpos - Variable in class org.apache.commons.jxpath.ri.parser.JavaCharStream
 

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) - 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.
canConvert(Object, Class) - Method in interface org.apache.commons.jxpath.util.TypeConverter
Returns true if it can convert the supplied object to the specified class.
ChildContext - class org.apache.commons.jxpath.ri.axes.ChildContext.
EvalContext that can walk the "child::", "following-sibling::" and "preceding-sibling::" axes.
ChildContext(EvalContext, NodeTest, boolean, boolean) - Constructor for class org.apache.commons.jxpath.ri.axes.ChildContext
 
childIterator(NodeTest, boolean, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns a NodeIterator that iterates over all children or all children that match the given NodeTest, starting with the specified one.
childIterator(NodeTest, boolean, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
 
childIterator(NodeTest, boolean, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
 
childIterator(NodeTest, boolean, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
childIterator(NodeTest, boolean, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
 
childIterator(NodeTest, boolean, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
childIterator(NodeTest, boolean, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
 
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 interface org.apache.commons.jxpath.Pointer
Pointers are cloneable
clone() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
 
COLLECTION_POINTER_FACTORY_ORDER - Static variable in class org.apache.commons.jxpath.ri.model.beans.CollectionPointerFactory
 
CollectionPointer - class org.apache.commons.jxpath.ri.model.beans.CollectionPointer.
Transparent pointer to a collection (array or Collection).
CollectionPointer(NodePointer, Object) - Constructor for class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
CollectionPointer(Object, Locale) - 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.
CollectionPointerFactory() - Constructor for class org.apache.commons.jxpath.ri.model.beans.CollectionPointerFactory
 
CombiningChar - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
COMMENT - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
Compares two child NodePointers and returns a positive number, zero or a positive number according to the order of the pointers.
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
 
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
 
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
 
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
 
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
 
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
 
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
 
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
 
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
 
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(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.Expression
 
compute(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperation
 
compute(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
 
compute(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.ExtensionFunction
 
compute(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.LocationPath
 
compute(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.VariableReference
 
compute(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.Constant
 
compute(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
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.Path
 
computeContextDependent() - Method in class org.apache.commons.jxpath.ri.compiler.Operation
 
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.NameAttributeTest
 
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.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().
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.Expression
Evaluates the expression.
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperation
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMod
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThanOrEqual
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAnd
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationEqual
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMultiply
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThan
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationSubtract
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.ExtensionFunction
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.LocationPath
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThanOrEqual
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationOr
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThan
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNotEqual
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.VariableReference
Returns the value of the variable.
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationUnion
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNegate
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.Constant
Returns the value of the constant.
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
Computes a built-in function
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAdd
 
computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationDivide
 
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.
Constants() - Constructor for class org.apache.commons.jxpath.servlet.Constants
 
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 variable 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(Container, Locale) - Constructor for class org.apache.commons.jxpath.ri.model.container.ContainerPointer
 
ContainerPointer(NodePointer, Container) - 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.
ContainerPointerFactory() - Constructor for class org.apache.commons.jxpath.ri.model.container.ContainerPointerFactory
 
contains(Iterator, Object) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationCompare
 
contextBean - Variable 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) - Static method in class org.apache.commons.jxpath.util.TypeUtils
Converts the supplied object to the specified type.
convert(Object, Class) - Method in interface org.apache.commons.jxpath.util.TypeConverter
Converts the supplied object to the specified type.
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, Expression[]) - 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(Expression[]) - 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(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(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 "!=".
CoreOperationCompare(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationCompare
 
CoreOperationDivide - class org.apache.commons.jxpath.ri.compiler.CoreOperationDivide.
Implementation of Expression for the operation "div".
CoreOperationDivide(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationDivide
 
CoreOperationEqual - class org.apache.commons.jxpath.ri.compiler.CoreOperationEqual.
Implementation of Expression for the operation "=".
CoreOperationEqual(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationEqual
 
CoreOperationGreaterThan - class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThan.
Implementation of Expression for the operation ">".
CoreOperationGreaterThan(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThan
 
CoreOperationGreaterThanOrEqual - class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThanOrEqual.
Implementation of Expression for the operation ">=".
CoreOperationGreaterThanOrEqual(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThanOrEqual
 
CoreOperationLessThan - class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThan.
Implementation of Expression for the operation "<".
CoreOperationLessThan(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThan
 
CoreOperationLessThanOrEqual - class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThanOrEqual.
Implementation of Expression for the operation "<=".
CoreOperationLessThanOrEqual(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThanOrEqual
 
CoreOperationMod - class org.apache.commons.jxpath.ri.compiler.CoreOperationMod.
Implementation of Expression for the operation "mod".
CoreOperationMod(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationMod
 
CoreOperationMultiply - class org.apache.commons.jxpath.ri.compiler.CoreOperationMultiply.
Implementation of Expression for the operation "*".
CoreOperationMultiply(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationMultiply
 
CoreOperationNegate - class org.apache.commons.jxpath.ri.compiler.CoreOperationNegate.
Implementation of Expression for the operation unary "-".
CoreOperationNegate(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 "!=".
CoreOperationNotEqual(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationNotEqual
 
CoreOperationOr - class org.apache.commons.jxpath.ri.compiler.CoreOperationOr.
Implementation of Expression for the operation "or".
CoreOperationOr(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 "-".
CoreOperationSubtract(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationSubtract
 
CoreOperationUnion - class org.apache.commons.jxpath.ri.compiler.CoreOperationUnion.
Implementation of Expression for the operation "|".
CoreOperationUnion(Expression[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationUnion
 
createAttribute(JXPathContext, QName) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
Called to create a non-existing attribute
createAttribute(JXPathContext, QName) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
createAttribute(JXPathContext, QName) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
 
createChild(JXPathContext, QName, int) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
Called by a child pointer when it needs to create a parent object for a non-existent collection element.
createChild(JXPathContext, QName, int) - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
 
createChild(JXPathContext, QName, int) - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
 
createChild(JXPathContext, QName, int) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
createChild(JXPathContext, QName, int) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
createChild(JXPathContext, QName, int) - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
 
createChild(JXPathContext, QName, int) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
createChild(JXPathContext, QName, int) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
 
createChild(JXPathContext, QName, int, Object) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
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.
createChild(JXPathContext, QName, int, Object) - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
 
createChild(JXPathContext, QName, int, Object) - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
 
createChild(JXPathContext, QName, int, Object) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
createChild(JXPathContext, QName, int, Object) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
createChild(JXPathContext, QName, int, Object) - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
 
createChild(JXPathContext, QName, int, Object) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
createChild(JXPathContext, QName, int, Object) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
 
createContextForStep(EvalContext, int, NodeTest) - Method in class org.apache.commons.jxpath.ri.compiler.Path
Different axes are serviced by different contexts.
createNodeIterator(String, boolean, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
 
createNodeIterator(String, boolean, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
 
createNodePointer(NodePointer, QName, Object) - Method in interface org.apache.commons.jxpath.ri.model.NodePointerFactory
Create a NodePointer for the supplied child object.
createNodePointer(NodePointer, QName, Object) - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory
 
createNodePointer(NodePointer, QName, Object) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointerFactory
 
createNodePointer(NodePointer, QName, Object) - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointerFactory
 
createNodePointer(NodePointer, QName, Object) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMPointerFactory
 
createNodePointer(NodePointer, QName, Object) - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointerFactory
 
createNodePointer(NodePointer, QName, Object) - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointerFactory
 
createNodePointer(NodePointer, QName, Object) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMPointerFactory
 
createNodePointer(QName, Object, Locale) - Method in interface org.apache.commons.jxpath.ri.model.NodePointerFactory
Create a NodePointer for the supplied object.
createNodePointer(QName, Object, Locale) - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory
 
createNodePointer(QName, Object, Locale) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointerFactory
 
createNodePointer(QName, Object, Locale) - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointerFactory
 
createNodePointer(QName, Object, Locale) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMPointerFactory
 
createNodePointer(QName, Object, Locale) - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointerFactory
 
createNodePointer(QName, Object, Locale) - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointerFactory
 
createNodePointer(QName, Object, Locale) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMPointerFactory
 
createObject(JXPathContext, Pointer, Object, String, int) - Method in class org.apache.commons.jxpath.AbstractFactory
The parameters may describe a collection element or an individual object.
createPath(JXPathContext) - Method in interface org.apache.commons.jxpath.CompiledExpression
Creates intermediate elements of the path by invoking an AbstractFactory, which should first be installed on the context by calling "setFactory".
createPath(JXPathContext) - Method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
 
createPath(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(JXPathContext) - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
 
createPath(JXPathContext) - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
 
createPath(JXPathContext) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
createPath(JXPathContext) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
createPath(JXPathContext) - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
 
createPath(JXPathContext) - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
 
createPath(JXPathContext) - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
 
createPath(JXPathContext) - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
 
createPath(JXPathContext, Object) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
Called directly by JXPathContext.
createPath(JXPathContext, Object) - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
 
createPath(JXPathContext, Object) - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
 
createPath(JXPathContext, Object) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
createPath(JXPathContext, Object) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
createPath(JXPathContext, Object) - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
 
createPath(JXPathContext, Object) - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
 
createPath(JXPathContext, Object) - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
 
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
 
createPath(String, Expression) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
 
createPathAndSetValue(JXPathContext, Object) - Method in interface org.apache.commons.jxpath.CompiledExpression
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(JXPathContext, Object) - Method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
 
createPathAndSetValue(String, Expression, Object) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
 
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 - Variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
 
currentToken - Variable in class org.apache.commons.jxpath.ri.parser.ParseException
This is the last token that has been consumed successfully.

D

debugStream - Variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
 
decimalFormats - Variable in class org.apache.commons.jxpath.JXPathContext
 
declareVariable(JXPathContext, String) - Method in class org.apache.commons.jxpath.AbstractFactory
Declare the specified variable
declareVariable(String, Object) - Method in interface org.apache.commons.jxpath.Variables
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.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
 
DEFAULT - Static variable in interface 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.
DescendantContext(EvalContext, boolean, NodeTest) - Constructor for class org.apache.commons.jxpath.ri.axes.DescendantContext
 
Digit - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
disable_tracing() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
DIV - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
divide(Object, Object) - Method in interface 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
 
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 variable 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.
DOMAttributeIterator(NodePointer, QName) - Constructor for class org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator
 
DOMAttributePointer - class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer.
A Pointer that points to a DOM node.
DOMAttributePointer(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(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.
DOMNodeIterator(NodePointer, NodeTest, boolean, NodePointer) - Constructor for class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
 
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(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.
DOMParser() - Constructor for class org.apache.commons.jxpath.xml.DOMParser
 
DOMPointerFactory - class org.apache.commons.jxpath.ri.model.dom.DOMPointerFactory.
Implements NodePointerFactory for DOM elements.
DOMPointerFactory() - Constructor for class org.apache.commons.jxpath.ri.model.dom.DOMPointerFactory
 
Done() - Method in class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
doubleValue(Object) - Static method in class org.apache.commons.jxpath.ri.InfoSetUtil
Converts the supplied object to double
DYNA_BEAN_POINTER_FACTORY_ORDER - Static variable 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(NodePointer, QName, DynaBean) - Constructor for class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
 
DynaBeanPointer(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.
DynaBeanPointerFactory() - Constructor for class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointerFactory
 
DynaBeanPropertyPointer - class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer.
Pointer pointing to a property of a DynaBean.
DynaBeanPropertyPointer(NodePointer, DynaBean) - Constructor for class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
 
DYNAMIC_POINTER_FACTORY_ORDER - Static variable 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).
DynamicAttributeIterator(PropertyOwnerPointer, QName) - Constructor for class org.apache.commons.jxpath.ri.model.dynamic.DynamicAttributeIterator
 
DynamicPointer - class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer.
A Pointer that points to an object with Dynamic Properties.
DynamicPointer(NodePointer, QName, Object, DynamicPropertyHandler) - Constructor for class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
 
DynamicPointer(QName, Object, DynamicPropertyHandler, Locale) - Constructor for class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
 
DynamicPointerFactory - class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointerFactory.
Implements NodePointerFactory for Dynamic classes like Map.
DynamicPointerFactory() - Constructor for class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointerFactory
 
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.
DynamicPropertyIterator is different from a regular PropertyIterator in that given a property name it will always find that property (albeit with a null value).
DynamicPropertyIterator(PropertyOwnerPointer, String, boolean, NodePointer) - Constructor for 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.
DynamicPropertyPointer(NodePointer, DynamicPropertyHandler) - Constructor for class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
 

E

enable_tracing() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
endColumn - Variable 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 - Variable 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 variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
eol - Variable in class org.apache.commons.jxpath.ri.parser.ParseException
The end of line string for this machine.
EQ - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
equal(EvalContext, Expression, Expression) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationCompare
Compares two values
equal(Object, Object) - Method in interface 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
 
EqualityExpr() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
equals(Object) - Method in class org.apache.commons.jxpath.ri.QName
 
equals(Object) - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
 
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.CollectionPointer
 
equals(Object) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
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.NullElementPointer
 
equals(Object) - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
 
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.DOMNodePointer
 
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.NamespacePointer
 
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.JDOMNodePointer
 
equals(Object) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
 
EvalContext - class org.apache.commons.jxpath.ri.EvalContext.
An XPath evaluation context.
EvalContext(EvalContext) - Constructor for class org.apache.commons.jxpath.ri.EvalContext
 
evalSteps(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.
expandCollection(Object, int) - Static method in class org.apache.commons.jxpath.util.ValueUtils
Grows the collection if necessary to the specified size.
expectedTokenSequences - Variable 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.PointerIterator - class org.apache.commons.jxpath.ri.compiler.Expression.PointerIterator.
 
Expression.PointerIterator(Iterator, QName, Locale) - Constructor for class org.apache.commons.jxpath.ri.compiler.Expression.PointerIterator
 
Expression.ValueIterator - class org.apache.commons.jxpath.ri.compiler.Expression.ValueIterator.
 
Expression.ValueIterator(Iterator) - Constructor for class org.apache.commons.jxpath.ri.compiler.Expression.ValueIterator
 
Expression() - Constructor for class org.apache.commons.jxpath.ri.compiler.Expression
 
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(EvalContext, boolean) - Method in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
Walks an expression path (a path that starts with an expression)
ExpressionPath(Expression, Expression[], Step[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.ExpressionPath
 
expressionPath(Object, Object[], Object[]) - Method in interface 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
 
Extender - Static variable in interface 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(QName, Expression[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.ExtensionFunction
 

F

factory - Variable in class org.apache.commons.jxpath.JXPathContext
 
FACTORY_NAME_PROPERTY - Static variable in class org.apache.commons.jxpath.JXPathContextFactory
The default property
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(JXPathContext) - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
 
Function - interface org.apache.commons.jxpath.Function.
Extension function interface.
FUNCTION_BOOLEAN - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_BOOLEAN - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_CEILING - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_CEILING - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_CONCAT - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_CONCAT - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_CONTAINS - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_CONTAINS - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_COUNT - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_COUNT - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_FALSE - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_FALSE - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_FLOOR - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_FLOOR - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_FORMAT_NUMBER - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_FORMAT_NUMBER - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_ID - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_ID - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_KEY - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_KEY - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_LANG - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_LANG - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_LAST - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_LAST - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_LOCAL_NAME - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_LOCAL_NAME - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_NAME - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_NAME - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_NAMESPACE_URI - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_NAMESPACE_URI - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_NORMALIZE_SPACE - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_NORMALIZE_SPACE - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_NOT - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_NOT - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_NULL - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_NULL - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_NUMBER - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_NUMBER - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_POSITION - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_POSITION - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_ROUND - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_ROUND - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_STARTS_WITH - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_STARTS_WITH - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_STRING - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_STRING - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_STRING_LENGTH - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_STRING_LENGTH - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_SUBSTRING - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_SUBSTRING - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_SUBSTRING_AFTER - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_SUBSTRING_AFTER - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_SUBSTRING_BEFORE - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_SUBSTRING_BEFORE - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_SUM - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_SUM - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_TRANSLATE - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_TRANSLATE - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
FUNCTION_TRUE - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
FUNCTION_TRUE - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
function(int, Object[]) - Method in interface 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
 
function(Object, Object[]) - Method in interface 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
 
functionBoolean(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
FunctionCall() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
functionCeiling(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionConcat(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionContains(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionCount(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionFalse(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionFloor(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionID(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionKey(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionLang(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionLast(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.
FunctionLibrary() - Constructor for class org.apache.commons.jxpath.FunctionLibrary
 
functionLocalName(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
FunctionName() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
functionName(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionNamespaceURI(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionNormalizeSpace(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionNot(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionNull(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionNumber(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionPosition(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionRound(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functions - Variable 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(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionString(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionStringLength(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionSubstring(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionSubstringAfter(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionSubstringBefore(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionSum(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionTranslate(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
functionTrue(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.NodePointer
Returns the value represented by the pointer before indexing.
getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
 
getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
 
getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
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.BeanPointer
Returns the bean itself
getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
 
getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
 
getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
 
getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
 
getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
 
getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
 
getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
 
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.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.dynamic.DynamicPointer
Returns the DP object iself.
getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
 
getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
 
getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
 
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.JavaCharStream
 
getBeginLine() - Method in class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
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.JavaCharStream
Deprecated.  
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 interface org.apache.commons.jxpath.ExpressionContext
Get the current context node list.
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.
getContextNodePointer() - Method in interface org.apache.commons.jxpath.ExpressionContext
Get the current context node.
getContextNodePointer() - Method in class org.apache.commons.jxpath.ri.EvalContext
 
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.EvalContext
Returns the current context node.
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.ChildContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.UnionContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.NamespaceContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.AncestorContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.ParentContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.SelfContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.AttributeContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.DescendantContext
 
getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.InitialContext
 
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.NodePointer
 
getDefaultNamespaceURI() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
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.UnionContext
 
getDocumentOrder() - Method in class org.apache.commons.jxpath.ri.axes.AncestorContext
 
getDocumentOrder() - Method in class org.apache.commons.jxpath.ri.axes.ParentContext
 
getDocumentOrder() - Method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
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 interface org.apache.commons.jxpath.JXPathBeanInfo
For dynamic objects, returns the class implementing the DynamicPropertyHandler interface.
getEndColumn() - Method in class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
getEndLine() - Method in class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
getException() - Method in class org.apache.commons.jxpath.JXPathException
Return the actual exception (if any) that caused this exception to be raised.
getException() - Method in class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
Return the actual exception (if any) that caused this exception to be raised.
getExpandedName() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns a name that consists of the namespaceURI and the local name of the node.
getExpandedName() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
 
getExpandedName() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
getExpandedName() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
 
getExpandedName() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
 
getExpandedName() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
 
getExpression() - Method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
 
getExpression() - Method in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
 
getFactory() - Method in class org.apache.commons.jxpath.JXPathContext
Returns the AbstractFactory installed on this context.
getFunction(QName, Object[]) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
 
getFunction(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.PackageFunctions
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 interface org.apache.commons.jxpath.Functions
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.ExtensionFunction
 
getFunctionName() - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
 
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.JavaCharStream
 
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.VariablePointer
 
getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
 
getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
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.NullElementPointer
 
getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
 
getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
 
getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
 
getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
 
getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
 
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.dynabeans.DynaBeanPointer
 
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.JDOMNodePointer
 
getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
 
getImmediateValuePointer() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
 
getImmediateValuePointer() - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
 
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.container.ContainerPointer
 
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.
getJXPathContext() - Method in interface org.apache.commons.jxpath.ExpressionContext
Get the JXPathContext in which this function is being evaluated.
getJXPathContext() - Method in class org.apache.commons.jxpath.ri.EvalContext
 
getJXPathContext() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
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.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.VariablePointer
 
getLength() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
 
getLength() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
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.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.BeanPointer
Returns 1.
getLength() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
 
getLength() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
 
getLength() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
 
getLength() - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
 
getLength() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
getLength() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
 
getLength() - Method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
 
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.JDOMNodePointer
 
getLength() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
 
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.JavaCharStream
Deprecated.  
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.JXPathException
Return the message (if any) for this error .
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.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.QName
 
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.VariablePointer
 
getName() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
 
getName() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
 
getName() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
getName() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
getName() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
 
getName() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
 
getName() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
 
getName() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
 
getName() - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
 
getName() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
getName() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
 
getName() - Method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
 
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.JDOMNodePointer
 
getName() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
 
getNamespaceURI() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns the namespace URI associated with this Pointer.
getNamespaceURI() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
 
getNamespaceURI() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
getNamespaceURI() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
 
getNamespaceURI() - Method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
 
getNamespaceURI() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
 
getNamespaceURI() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
 
getNamespaceURI() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
 
getNamespaceURI(String) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
Decodes a namespace prefix to the corresponding URI.
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
 
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 interface org.apache.commons.jxpath.Pointer
Returns the raw value of the object, property or collection element this pointer represents.
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.
getNodeName() - Method in class org.apache.commons.jxpath.ri.compiler.NodeNameTest
 
getNodePointer() - Method in interface org.apache.commons.jxpath.ri.model.NodeIterator
 
getNodePointer() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
 
getNodePointer() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
 
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.dom.DOMAttributeIterator
 
getNodePointer() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator
 
getNodePointer() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributeIterator
 
getNodePointer() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
 
getNodePointerFactories() - Static method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
 
getNodes() - Method in interface 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.
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
Deprecated. 1.1 Please use getNode()
getOrder() - Method in interface org.apache.commons.jxpath.ri.model.NodePointerFactory
The factory name determines its position between other factories.
getOrder() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory
 
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
 
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.
getPointer(JXPathContext, String) - Method in interface org.apache.commons.jxpath.CompiledExpression
Traverses the xpath and returns a Pointer.
getPointer(JXPathContext, String) - Method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
 
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
 
getPointer(String, Expression) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
 
getPointerByID(JXPathContext, String) - Method in interface org.apache.commons.jxpath.IdentityManager
Finds a node by its ID.
getPointerByID(JXPathContext, String) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
Locates a node by ID.
getPointerByID(JXPathContext, String) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
Locates a node by ID.
getPointerByID(String) - Method in class org.apache.commons.jxpath.JXPathContext
Locates a Node by its ID.
getPointerByKey(JXPathContext, String, String) - Method in interface org.apache.commons.jxpath.KeyManager
Finds a node by a key value.
getPointerByKey(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 interface org.apache.commons.jxpath.NodeSet
Returns a list of pointers for all nodes in the set.
getPosition() - Method in interface org.apache.commons.jxpath.ExpressionContext
Returns the current context position.
getPosition() - Method in class org.apache.commons.jxpath.ri.EvalContext
 
getPosition() - Method in interface 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.model.beans.BeanAttributeIterator
 
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.model.dom.DOMAttributeIterator
 
getPosition() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator
 
getPosition() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributeIterator
 
getPosition() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
 
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.CoreOperationMod
 
getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThanOrEqual
 
getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAnd
 
getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationEqual
 
getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMultiply
 
getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThan
 
getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationSubtract
 
getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThanOrEqual
 
getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationOr
 
getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThan
 
getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNotEqual
 
getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationUnion
 
getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNegate
 
getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAdd
 
getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationDivide
 
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
 
getProperty(Object, String) - Method in class org.apache.commons.jxpath.MapDynamicPropertyHandler
Returns the value for the specified key.
getProperty(Object, String) - Method in interface org.apache.commons.jxpath.DynamicPropertyHandler
Returns the value of the specified dynamic property.
getProperty(Object, String) - Method in class org.apache.commons.jxpath.servlet.PageScopeContextHandler
 
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.ServletContextHandler
 
getProperty(Object, String) - Method in class org.apache.commons.jxpath.servlet.ServletRequestHandler
 
getProperty(Object, String) - Method in class org.apache.commons.jxpath.servlet.HttpSessionHandler
 
getPropertyCount() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
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.beans.NullPropertyPointer
 
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.
getPropertyDescriptor(String) - Method in class org.apache.commons.jxpath.JXPathBasicBeanInfo
 
getPropertyDescriptor(String) - Method in interface 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.JXPathBasicBeanInfo
 
getPropertyDescriptors() - Method in interface org.apache.commons.jxpath.JXPathBeanInfo
Returns a list of property descriptors for the beans described by this bean info object.
getPropertyDescriptors() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
 
getPropertyIndex() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
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.
getPropertyName() - 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.beans.NullPropertyPointer
 
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.
getPropertyNames() - 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.beans.NullPropertyPointer
 
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(Object) - Method in class org.apache.commons.jxpath.MapDynamicPropertyHandler
Returns string representations of all keys in the map.
getPropertyNames(Object) - Method in interface 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.servlet.PageScopeContextHandler
 
getPropertyNames(Object) - Method in class org.apache.commons.jxpath.servlet.PageContextHandler
 
getPropertyNames(Object) - Method in class org.apache.commons.jxpath.servlet.ServletContextHandler
 
getPropertyNames(Object) - Method in class org.apache.commons.jxpath.servlet.ServletRequestHandler
 
getPropertyNames(Object) - Method in class org.apache.commons.jxpath.servlet.HttpSessionHandler
 
getPropertyPointer() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
 
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.BeanPointer
 
getPropertyPointer() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
 
getPropertyPointer() - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
 
getPropertyPointer() - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
 
getRegisteredValue(int) - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
getRelativeContext(Pointer) - Method in class org.apache.commons.jxpath.JXPathContext
Returns a JXPathContext that is relative to the current JXPathContext.
getRelativeContext(Pointer) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
 
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
 
getRootNode() - Method in interface org.apache.commons.jxpath.Pointer
Returns the node this pointer is based on.
getRootNode() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
 
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.EvalContext
Returns the first encountered Pointer that matches the current context's criteria.
getSingleNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.ChildContext
This method is called on the last context on the path when only one value is needed.
getSingleNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.SelfContext
 
getSingleNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.InitialContext
 
getSingleNodePointerForSteps(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.JavaCharStream
 
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.CoreOperationMod
 
getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThanOrEqual
 
getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAnd
 
getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationEqual
 
getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMultiply
 
getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThan
 
getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationSubtract
 
getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThanOrEqual
 
getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationOr
 
getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThan
 
getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNotEqual
 
getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationUnion
 
getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNegate
 
getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAdd
 
getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationDivide
 
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.PackageFunctions
Returns the namespace 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 interface org.apache.commons.jxpath.Functions
Returns all namespaces in which this function collection defines functions.
getValue() - Method in interface org.apache.commons.jxpath.Container
Returns the contained value.
getValue() - Method in interface 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.XMLDocumentContainer
Deprecated. Reads XML, caches it internally and returns the Document.
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.ri.model.dom.DOMNodePointer
 
getValue() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
 
getValue() - Method in class org.apache.commons.jxpath.xml.DocumentContainer
Reads XML, caches it internally and returns the Document.
getValue(JXPathContext) - Method in interface org.apache.commons.jxpath.CompiledExpression
Evaluates the xpath and returns the resulting object.
getValue(JXPathContext) - Method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
 
getValue(JXPathContext, Class) - Method in interface org.apache.commons.jxpath.CompiledExpression
Evaluates the xpath, converts the result to the specified class and returns the resulting object.
getValue(JXPathContext, Class) - Method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
 
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(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.
getValue(String, Expression) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
 
getValue(String, Expression, Class) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
 
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.CollectionPointer
 
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 interface org.apache.commons.jxpath.NodeSet
Returns a list of values of all contained pointers.
getVariable(String) - Method in interface org.apache.commons.jxpath.Variables
Returns the value of the specified variable.
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
 
getVariableContext(QName) - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
getVariableName() - Method in class org.apache.commons.jxpath.ri.compiler.VariableReference
 
getVariablePointer(QName) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
 
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 interface 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
 
greaterThanOrEqual(Object, Object) - Method in interface 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
 
GT - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
GTE - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 

H

hashCode() - Method in class org.apache.commons.jxpath.ri.QName
 
hashCode() - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
 
hashCode() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
 
hashCode() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
hashCode() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
hashCode() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
 
hashCode() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
 
hashCode() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
 
hashCode() - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
 
hashCode() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
hashCode() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
 
hashCode() - Method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
 
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.JDOMNodePointer
 
hashCode() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
 
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
 
HttpSessionHandler - class org.apache.commons.jxpath.servlet.HttpSessionHandler.
Implementation of the DynamicPropertyHandler interface that provides access to attributes of a HttpSession.
HttpSessionHandler() - Constructor for class org.apache.commons.jxpath.servlet.HttpSessionHandler
 

I

IdentityManager - interface org.apache.commons.jxpath.IdentityManager.
A delegate of JXPathContext that implements the XPath "id()" function.
Ideographic - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
idManager - Variable in class org.apache.commons.jxpath.JXPathContext
 
image - Variable in class org.apache.commons.jxpath.ri.parser.Token
The string image of the token.
index - Variable in class org.apache.commons.jxpath.ri.model.NodePointer
 
InfoSetUtil - class org.apache.commons.jxpath.ri.InfoSetUtil.
Type conversions, XPath style.
InfoSetUtil() - Constructor for class org.apache.commons.jxpath.ri.InfoSetUtil
 
InitialContext - class org.apache.commons.jxpath.ri.axes.InitialContext.
A single-set EvalContext that provides access to the current node of the parent context and nothing else.
InitialContext(EvalContext) - Constructor for class org.apache.commons.jxpath.ri.axes.InitialContext
 
interpretSimpleExpressionPath(EvalContext, NodePointer, Expression[], Step[]) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
Interpret the steps of a simple expression path that starts with the given root, which is the result of evaluation of the root expression of the expression path, applies the given predicates to it and then follows the given steps.
interpretSimpleLocationPath(EvalContext, NodePointer, Step[]) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
Interpret a simple path that starts with the given root and follows the given steps.
invoke(ExpressionContext, Object[]) - Method in interface org.apache.commons.jxpath.Function
Computes the value of the function.
invoke(ExpressionContext, Object[]) - Method in class org.apache.commons.jxpath.functions.MethodFunction
 
invoke(ExpressionContext, Object[]) - Method in class org.apache.commons.jxpath.functions.ConstructorFunction
Converts parameters to suitable types and invokes the constructor.
isAbsolute() - Method in class org.apache.commons.jxpath.ri.compiler.LocationPath
 
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.VariablePointer
 
isActual() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
 
isActual() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
isActual() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
 
isActual() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
 
isActual() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
isActual() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
 
isActual() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
 
isActualProperty() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
isActualProperty() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
 
isActualProperty() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
 
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.
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 interface 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.
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.VariablePointer
 
isCollection() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
 
isCollection() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
isCollection() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
isCollection() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
 
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.NullElementPointer
 
isCollection() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
 
isCollection() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
 
isCollection() - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
 
isCollection() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
isCollection() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
 
isCollection() - Method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
 
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.JDOMNodePointer
 
isCollection() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
 
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.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.VariablePointer
 
isContainer() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
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.NullElementPointer
 
isContainer() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
 
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.
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
 
isContextDependent() - Method in class org.apache.commons.jxpath.ri.compiler.Constant
Returns false
isDeclaredVariable(String) - Method in interface org.apache.commons.jxpath.Variables
Returns true if the specified variable is declared.
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
 
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 interface org.apache.commons.jxpath.JXPathBeanInfo
Returns true if the objects of this class have dynamic properties (e.g.
isIndexedProperty() - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
 
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.
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.
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.VariablePointer
 
isLeaf() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
 
isLeaf() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
isLeaf() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
isLeaf() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
 
isLeaf() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
 
isLeaf() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
 
isLeaf() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
 
isLeaf() - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
 
isLeaf() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
isLeaf() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
 
isLeaf() - Method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
 
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.JDOMNodePointer
 
isLeaf() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
 
isLenient() - Method in class org.apache.commons.jxpath.JXPathContext
 
isNode() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
Deprecated. Please use !isContainer()
isRoot() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
Returns true if this Pointer has no parent.
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'] .
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.CoreOperationMod
 
isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThanOrEqual
 
isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAnd
 
isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationEqual
 
isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMultiply
 
isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThan
 
isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationSubtract
 
isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThanOrEqual
 
isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationOr
 
isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThan
 
isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNotEqual
 
isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationUnion
 
isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNegate
 
isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAdd
 
isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationDivide
 
iterate(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.Expression
 
iterate(JXPathContext) - Method in interface org.apache.commons.jxpath.CompiledExpression
Traverses the xpath and returns a Iterator of all results found for the path.
iterate(JXPathContext) - Method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
 
iterate(Object) - Static method in class org.apache.commons.jxpath.util.ValueUtils
Returns an iterator for the supplied collection.
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.
iterate(String, Expression) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
 
iteratePointers(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.Expression
 
iteratePointers(JXPathContext) - Method in interface org.apache.commons.jxpath.CompiledExpression
Traverses the xpath and returns an Iterator of Pointers.
iteratePointers(JXPathContext) - Method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
 
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.
iteratePointers(String, Expression) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
 

J

JavaCharStream - class org.apache.commons.jxpath.ri.parser.JavaCharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(InputStream) - Constructor for class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
JavaCharStream(InputStream, int, int) - Constructor for class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
JavaCharStream(InputStream, int, int, int) - Constructor for class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
JavaCharStream(Reader) - Constructor for class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
JavaCharStream(Reader, int, int) - Constructor for class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
JavaCharStream(Reader, int, int, int) - Constructor for class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
JDOM_POINTER_FACTORY_ORDER - Static variable 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.
JDOMAttributeIterator(NodePointer, QName) - Constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributeIterator
 
JDOMAttributePointer - class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer.
A Pointer that points to a DOM node.
JDOMAttributePointer(NodePointer, Attribute) - Constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
 
JDOMNamespaceIterator - class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator.
An iterator of namespaces of a DOM Node.
JDOMNamespaceIterator(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(NodePointer, String) - Constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
 
JDOMNamespacePointer(NodePointer, String, 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.
JDOMNodeIterator(NodePointer, NodeTest, boolean, NodePointer) - Constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
 
JDOMNodePointer - class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer.
A Pointer that points to a DOM node.
JDOMNodePointer(NodePointer, Object) - Constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
 
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
 
JDOMParser - class org.apache.commons.jxpath.xml.JDOMParser.
An implementation of the XMLParser interface that produces a JDOM Document.
JDOMParser() - Constructor for class org.apache.commons.jxpath.xml.JDOMParser
 
JDOMPointerFactory - class org.apache.commons.jxpath.ri.model.jdom.JDOMPointerFactory.
Implements NodePointerFactory for DOM elements.
JDOMPointerFactory() - Constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMPointerFactory
 
jj_nt - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
 
jjstrLiteralImages - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
 
JXPATH_CONTEXT - Static variable 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.
 
JXPathCompiledExpression(String, Expression) - Constructor for 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(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
 
JXPathContextFactoryConfigurationError - error org.apache.commons.jxpath.JXPathContextFactoryConfigurationError.
Thrown when a problem with configuration with the JXPathContextFactories exists.
JXPathContextFactoryConfigurationError() - Constructor for class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
Create a new JXPathContextFactoryConfigurationError with no detail mesage.
JXPathContextFactoryConfigurationError(Exception) - Constructor for class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
Create a new JXPathContextFactoryConfigurationError with a given Exception base cause of the error.
JXPathContextFactoryConfigurationError(Exception, String) - Constructor for class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
Create a new JXPathContextFactoryConfigurationError with the given Exception base cause and detail message.
JXPathContextFactoryConfigurationError(String) - Constructor for class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
Create a new JXPathContextFactoryConfigurationError with the String specified as an error message.
JXPathContextFactoryReferenceImpl - class org.apache.commons.jxpath.ri.JXPathContextFactoryReferenceImpl.
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.
JXPathContextReferenceImpl(JXPathContext, Object) - Constructor for class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
 
JXPathContextReferenceImpl(JXPathContext, Object, Pointer) - Constructor for class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
 
JXPathException - exception 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.
JXPathIntrospector() - Constructor for class org.apache.commons.jxpath.JXPathIntrospector
 
JXPathServletContexts - class org.apache.commons.jxpath.servlet.JXPathServletContexts.
Static methods that allocate and cache JXPathContexts bound to PageContext, ServletRequest, HttpSession and ServletContext.
JXPathServletContexts() - Constructor for class org.apache.commons.jxpath.servlet.JXPathServletContexts
 

K

keyManager - Variable 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 - Variable 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(NodePointer) - Constructor for class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
 
lenient - Variable in class org.apache.commons.jxpath.JXPathContext
 
lessThan(Object, Object) - Method in interface 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
 
lessThanOrEqual(Object, Object) - Method in interface 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
 
Letter - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
lexStateNames - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
 
Literal - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
literal(String) - Method in interface 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
 
locale - Variable in class org.apache.commons.jxpath.JXPathContext
 
locale - Variable 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 interface 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
 
LocationPath(boolean, Step[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.LocationPath
 
LocationStep(ArrayList) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
lookingAhead - Variable 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 variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
LTE - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 

M

MapDynamicPropertyHandler - class org.apache.commons.jxpath.MapDynamicPropertyHandler.
Implements the DynamicPropertyHandler interface for java.util.Map.
MapDynamicPropertyHandler() - Constructor for class org.apache.commons.jxpath.MapDynamicPropertyHandler
 
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.
MethodLookupUtils() - Constructor for class org.apache.commons.jxpath.util.MethodLookupUtils
 
MINUS - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
minus(Object) - Method in interface 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
 
minus(Object, Object) - Method in interface 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
 
MOD - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
mod(Object, Object) - Method in interface 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
 
MODEL_DOM - Static variable in class org.apache.commons.jxpath.xml.DocumentContainer
 
MODEL_JDOM - Static variable in class org.apache.commons.jxpath.xml.DocumentContainer
 
MultiplicativeExpr() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
multiply(Object, Object) - Method in interface 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
 

N

NameAttributeTest - class org.apache.commons.jxpath.ri.compiler.NameAttributeTest.
Captures the foo[@name=expr] expression.
NameAttributeTest(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.NameAttributeTest
 
NamespaceContext - class org.apache.commons.jxpath.ri.axes.NamespaceContext.
EvalContext that walks the "namespace::" axis.
NamespaceContext(EvalContext, NodeTest) - Constructor for class org.apache.commons.jxpath.ri.axes.NamespaceContext
 
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
 
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
 
NamespacePointer - class org.apache.commons.jxpath.ri.model.dom.NamespacePointer.
Represents a namespace node.
NamespacePointer(NodePointer, String) - Constructor for class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
 
NamespacePointer(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.NodePointer
Returns a NodePointer for the specified namespace.
namespacePointer(String) - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
 
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
 
NCName - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
NCName_Without_CoreFunctions() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
NCName() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
NEQ - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
newChildNodePointer(NodePointer, QName, Object) - Static method in class org.apache.commons.jxpath.ri.model.NodePointer
Allocates an new child NodePointer by iterating through all installed NodePointerFactories until it finds one that can create a pointer.
newContext(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.
newContext(JXPathContext, Object) - Method in class org.apache.commons.jxpath.JXPathContextFactory
Creates a new instance of a JXPathContext using the currently configured parameters.
newContext(JXPathContext, Object) - Method in class org.apache.commons.jxpath.ri.JXPathContextFactoryReferenceImpl
 
newContext(Object) - Static method in class org.apache.commons.jxpath.JXPathContext
Creates a new JXPathContext with the specified object as the root node.
newInstance() - Static method in class org.apache.commons.jxpath.JXPathContextFactory
Obtain a new instance of a JXPathContextFactory.
newNodePointer(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 - Variable 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.EvalContext
Returns true if there is another object in the current set.
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.ChildContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.UnionContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.NamespaceContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.AncestorContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.ParentContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.SelfContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.AttributeContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.DescendantContext
 
nextNode() - Method in class org.apache.commons.jxpath.ri.axes.InitialContext
 
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.PredicateContext
 
nextSet() - Method in class org.apache.commons.jxpath.ri.axes.UnionContext
 
nextSet() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
nextSet() - Method in class org.apache.commons.jxpath.ri.axes.InitialContext
 
NODE - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
NODE_TYPE_COMMENT - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
NODE_TYPE_NODE - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
NODE_TYPE_PI - Static variable in interface org.apache.commons.jxpath.ri.Compiler
 
NODE_TYPE_TEXT - Static variable in interface 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 interface 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
 
NodeNameTest(QName) - 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(NodePointer) - Constructor for class org.apache.commons.jxpath.ri.model.NodePointer
 
NodePointer(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.
NodeTest - class org.apache.commons.jxpath.ri.compiler.NodeTest.
 
NodeTest() - Constructor for 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 interface org.apache.commons.jxpath.ri.Compiler
Produces a NODE_TEST object that represents a node type test.
nodeTypeTest(int) - Method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
 
NodeTypeTest(int) - Constructor for class org.apache.commons.jxpath.ri.compiler.NodeTypeTest
 
nodeTypeToString(int) - Static method in class org.apache.commons.jxpath.ri.compiler.NodeTypeTest
 
NOT_A_NUMBER - Static variable in class org.apache.commons.jxpath.ri.compiler.Expression
 
notEqual(Object, Object) - Method in interface 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
 
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(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
 
NullPointer(NodePointer, QName) - Constructor for class org.apache.commons.jxpath.ri.model.beans.NullPointer
Used for the root node
NullPointer(QName, Locale) - Constructor for class org.apache.commons.jxpath.ri.model.beans.NullPointer
 
NullPropertyPointer - class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer.
 
NullPropertyPointer(NodePointer) - Constructor for class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
 
Number - Static variable in interface 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 interface 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
 

O

ONE - Static variable in class org.apache.commons.jxpath.ri.compiler.Expression
 
Operation - class org.apache.commons.jxpath.ri.compiler.Operation.
 
Operation(Expression[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.Operation
 
OR - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
or(Object[]) - Method in interface org.apache.commons.jxpath.ri.Compiler
Produces an EXPRESSION object representing logical disjunction of all arguments
or(Object[]) - Method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
 
OrExpr() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
org.apache.commons.jxpath - package org.apache.commons.jxpath
Public, abstract part of JXPath: interfaces and configuration.
org.apache.commons.jxpath.functions - package org.apache.commons.jxpath.functions
Implementations of Java class-based extension functions.
org.apache.commons.jxpath.ri - package org.apache.commons.jxpath.ri
Reference implementation of JXPath.
org.apache.commons.jxpath.ri.axes - package org.apache.commons.jxpath.ri.axes
Implementations of EvalContext used for different XPath axes (child::, parent:: etc).
org.apache.commons.jxpath.ri.compiler - package org.apache.commons.jxpath.ri.compiler
XPath parse tree.
org.apache.commons.jxpath.ri.model - package org.apache.commons.jxpath.ri.model
The "model" package defines APIs that are implemented for every object model to be supported by JXPath.
org.apache.commons.jxpath.ri.model.beans - package org.apache.commons.jxpath.ri.model.beans
Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null.
org.apache.commons.jxpath.ri.model.container - package org.apache.commons.jxpath.ri.model.container
Implementation of "model" APIs for Containers.
org.apache.commons.jxpath.ri.model.dom - package org.apache.commons.jxpath.ri.model.dom
Implementation of "model" APIs for W3C DOM.
org.apache.commons.jxpath.ri.model.dynabeans - package org.apache.commons.jxpath.ri.model.dynabeans
 
org.apache.commons.jxpath.ri.model.dynamic - package org.apache.commons.jxpath.ri.model.dynamic
 
org.apache.commons.jxpath.ri.model.jdom - package org.apache.commons.jxpath.ri.model.jdom
Implementation of "model" APIs for JDOM (see jdom.org).
org.apache.commons.jxpath.ri.parser - package org.apache.commons.jxpath.ri.parser
JavaCC XPath grammar.
org.apache.commons.jxpath.servlet - package org.apache.commons.jxpath.servlet
Implementations of JPathContexts bound to various servlet scopes: PageContext, ServletRequest, HttpSession and ServletContext.
org.apache.commons.jxpath.util - package org.apache.commons.jxpath.util
 
org.apache.commons.jxpath.xml - package org.apache.commons.jxpath.xml
 

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 variable 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.
PageContextHandler() - Constructor for class org.apache.commons.jxpath.servlet.PageContextHandler
 
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.
PageScopeContextHandler() - Constructor for class org.apache.commons.jxpath.servlet.PageScopeContextHandler
 
parent - Variable in class org.apache.commons.jxpath.ri.model.NodePointer
 
parentContext - Variable in class org.apache.commons.jxpath.JXPathContext
 
parentContext - Variable in class org.apache.commons.jxpath.ri.EvalContext
 
ParentContext - class org.apache.commons.jxpath.ri.axes.ParentContext.
EvalContext that walks the "parent::" axis.
ParentContext(EvalContext, NodeTest) - Constructor for class org.apache.commons.jxpath.ri.axes.ParentContext
 
ParseException - exception 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(String) - Constructor for class org.apache.commons.jxpath.ri.parser.ParseException
 
ParseException(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.
parseExpression() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
parseExpression(String, 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
Parser() - Constructor for class org.apache.commons.jxpath.ri.Parser
 
parseXML(InputStream) - Method in class org.apache.commons.jxpath.xml.JDOMParser
 
parseXML(InputStream) - Method in interface 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.DOMParser
 
Path - class org.apache.commons.jxpath.ri.compiler.Path.
 
Path(Step[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.Path
 
PathExpr() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
PI - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
PLUS - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
Pointer - interface org.apache.commons.jxpath.Pointer.
Pointers represent locations of objects and their properties in Java object graphs.
position - Variable 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.
PrecedingOrFollowingContext(EvalContext, NodeTest, boolean) - Constructor for class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
Predicate() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
PredicateContext - class org.apache.commons.jxpath.ri.axes.PredicateContext.
EvalContext that checks predicates.
PredicateContext(EvalContext, Expression) - Constructor for class org.apache.commons.jxpath.ri.axes.PredicateContext
 
prepareForIndividualProperty(String) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
 
prepareForIndividualProperty(String) - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicAttributeIterator
 
prepareForIndividualProperty(String) - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyIterator
 
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 interface org.apache.commons.jxpath.ri.Compiler
Produces a NODE_TEST object that represents a processing instruction test.
processingInstructionTest(String) - Method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
 
ProcessingInstructionTest(String) - Constructor for class org.apache.commons.jxpath.ri.compiler.ProcessingInstructionTest
 
propertyIndex - Variable 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.
PropertyIterator(PropertyOwnerPointer, String, boolean, NodePointer) - Constructor for class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
 
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(NodePointer) - Constructor for class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
 
PropertyOwnerPointer(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(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_Without_CoreFunctions() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
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 interface org.apache.commons.jxpath.ri.Compiler
Produces an QNAME that represents a name with an optional prefix.
qname(String, String) - Method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
 
QName(String, String) - Constructor for class org.apache.commons.jxpath.ri.QName
 

R

readChar() - Method in class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
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.
registerXMLParser(String, XMLParser) - Static method in class org.apache.commons.jxpath.xml.DocumentContainer
Add an XML parser.
ReInit(InputStream) - Method in class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
ReInit(InputStream) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
ReInit(InputStream, int, int) - Method in class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
ReInit(JavaCharStream) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
 
ReInit(JavaCharStream, int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
 
ReInit(Reader) - Method in class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
ReInit(Reader) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
ReInit(Reader, int, int) - Method in class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
ReInit(Reader, int, int, int) - Method in class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
ReInit(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.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.NodePointer
Remove the node of the object graph this pointer points to.
remove() - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
 
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.beans.BeanPropertyPointer
 
remove() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
remove() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
 
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.model.jdom.JDOMAttributePointer
 
remove() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
 
remove(Object, int) - Static method in class org.apache.commons.jxpath.util.ValueUtils
Returns the index'th element from the supplied collection.
removeAll(JXPathContext) - Method in interface org.apache.commons.jxpath.CompiledExpression
Remove all graph elements described by this expression
removeAll(JXPathContext) - Method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
 
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
 
removeAll(String, Expression) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
 
removeFunctions(Functions) - Method in class org.apache.commons.jxpath.FunctionLibrary
Remove functions from the library.
removePath(JXPathContext) - Method in interface org.apache.commons.jxpath.CompiledExpression
Remove the graph element described by this expression
removePath(JXPathContext) - Method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
 
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
 
removePath(String, Expression) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
 
REQUEST_SCOPE - Static variable in class org.apache.commons.jxpath.servlet.Constants
Variable name for ServletRequest.
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.ChildContext
 
reset() - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
 
reset() - Method in class org.apache.commons.jxpath.ri.axes.NamespaceContext
 
reset() - Method in class org.apache.commons.jxpath.ri.axes.AncestorContext
 
reset() - Method in class org.apache.commons.jxpath.ri.axes.ParentContext
 
reset() - Method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
reset() - Method in class org.apache.commons.jxpath.ri.axes.SelfContext
 
reset() - Method in class org.apache.commons.jxpath.ri.axes.AttributeContext
 
reset() - Method in class org.apache.commons.jxpath.ri.axes.DescendantContext
 
reset() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
 
rootContext - Variable 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.
RootContext(JXPathContextReferenceImpl, NodePointer) - Constructor for class org.apache.commons.jxpath.ri.axes.RootContext
 

S

S - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
SelfContext - class org.apache.commons.jxpath.ri.axes.SelfContext.
EvalContext that returns the current node from the parent context if the test succeeds.
SelfContext(EvalContext, NodeTest) - Constructor for class org.apache.commons.jxpath.ri.axes.SelfContext
 
ServletContextHandler - class org.apache.commons.jxpath.servlet.ServletContextHandler.
Implementation of the DynamicPropertyHandler interface that provides access to attributes of a ServletContext.
ServletContextHandler() - Constructor for class org.apache.commons.jxpath.servlet.ServletContextHandler
 
ServletRequestHandler - class org.apache.commons.jxpath.servlet.ServletRequestHandler.
Implementation of the DynamicPropertyHandler interface that provides access to attributes of a ServletRequest.
ServletRequestHandler() - Constructor for class org.apache.commons.jxpath.servlet.ServletRequestHandler
 
SESSION_SCOPE - Static variable 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
 
setCompiler(Compiler) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
setDebugStream(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.
setFactory(AbstractFactory) - Method in class org.apache.commons.jxpath.JXPathContext
Install an abstract factory that should be used by the createPath() and createPathAndSetValue() methods.
setFunctions(Functions) - Method in class org.apache.commons.jxpath.JXPathContext
Install a library of extension functions.
setIdentityManager(IdentityManager) - Method in class org.apache.commons.jxpath.JXPathContext
Install an identity manager that will be used by the context to look up a node by its ID.
setIndex(int) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
 
setIndex(int) - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
 
setIndex(int) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
 
setIndex(int) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
setIndex(int) - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
 
setKeyManager(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
 
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.ChildContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.UnionContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.NamespaceContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.AncestorContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.ParentContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.SelfContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.AttributeContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.DescendantContext
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.InitialContext
 
setPosition(int) - Method in interface 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.model.beans.PropertyIterator
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNamespaceIterator
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator
 
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.JDOMAttributeIterator
 
setPosition(int) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
 
setProperty(Object, String, Object) - Method in class org.apache.commons.jxpath.MapDynamicPropertyHandler
Sets the specified key value.
setProperty(Object, String, Object) - Method in interface 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.PageScopeContextHandler
 
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.ServletContextHandler
 
setProperty(Object, String, Object) - Method in class org.apache.commons.jxpath.servlet.ServletRequestHandler
 
setProperty(Object, String, Object) - Method in class org.apache.commons.jxpath.servlet.HttpSessionHandler
 
setPropertyIndex(int) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
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.beans.NullPropertyPointer
 
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.
setPropertyName(String) - 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.beans.NullPropertyPointer
 
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.
setRegisteredValue(Object) - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
setTypeConverter(TypeConverter) - Static method in class org.apache.commons.jxpath.util.TypeUtils
Install an alternative type converter.
setValue(JXPathContext, Object) - Method in interface org.apache.commons.jxpath.CompiledExpression
Modifies the value of the property described by the supplied xpath.
setValue(JXPathContext, Object) - Method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
 
setValue(Object) - Method in interface org.apache.commons.jxpath.Container
Modifies the value contained by this container.
setValue(Object) - Method in interface 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.XMLDocumentContainer
Deprecated. Throws an 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.VariablePointer
 
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.beans.CollectionPointer
 
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.NullElementPointer
 
setValue(Object) - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
 
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.container.ContainerPointer
 
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.dom.DOMAttributePointer
Sets the value of this attribute.
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.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.JDOMNodePointer
 
setValue(Object) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
Throws UnsupportedOperationException.
setValue(Object) - Method in class org.apache.commons.jxpath.xml.DocumentContainer
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.
setValue(String, Expression, Object) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
 
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(Variables) - Method in class org.apache.commons.jxpath.JXPathContext
Installs a custom implementation of the Variables interface.
SimplePathInterpreter - class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter.
An evaluation mechanism for simple XPaths, which is much faster than the usual process.
SimplePathInterpreter() - Constructor for class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
 
SLASH - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
SLASHSLASH - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
specialConstructor - Variable 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 - Variable 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 variable in class org.apache.commons.jxpath.ri.parser.JavaCharStream
 
Step - class org.apache.commons.jxpath.ri.compiler.Step.
 
Step(int, NodeTest, Expression[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.Step
 
step(int, Object, Object[]) - Method in interface 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
 
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 interface 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
 
SwitchTo(int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
 

T

testNode(NodePointer, Node, NodeTest) - Static method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
testNode(NodePointer, Object, NodeTest) - Static method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
 
testNode(NodeTest) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
Checks if this Pointer matches the supplied NodeTest.
testNode(NodeTest) - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
 
testNode(NodeTest) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
 
testNode(NodeTest) - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
 
testNode(NodeTest) - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
 
testNode(NodeTest) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
testNode(NodeTest) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
 
testNode(NodeTest) - Method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
 
testNode(NodeTest) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
 
TEXT - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
token - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
 
Token - class org.apache.commons.jxpath.ri.parser.Token.
Describes the input token stream.
token_source - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
 
Token() - Constructor for class org.apache.commons.jxpath.ri.parser.Token
 
tokenImage - Variable 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 variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
TokenMgrError - error 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.BasicVariables
 
toString() - Method in class org.apache.commons.jxpath.JXPathBasicBeanInfo
 
toString() - Method in class org.apache.commons.jxpath.functions.MethodFunction
 
toString() - Method in class org.apache.commons.jxpath.ri.QName
 
toString() - Method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
 
toString() - Method in class org.apache.commons.jxpath.ri.EvalContext
 
toString() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
 
toString() - Method in class org.apache.commons.jxpath.ri.compiler.ProcessingInstructionTest
 
toString() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperation
 
toString() - Method in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
 
toString() - Method in class org.apache.commons.jxpath.ri.compiler.Step
 
toString() - Method in class org.apache.commons.jxpath.ri.compiler.ExtensionFunction
 
toString() - Method in class org.apache.commons.jxpath.ri.compiler.LocationPath
 
toString() - Method in class org.apache.commons.jxpath.ri.compiler.NodeNameTest
 
toString() - Method in class org.apache.commons.jxpath.ri.compiler.VariableReference
 
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.NodeTypeTest
 
toString() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
 
toString() - Method in class org.apache.commons.jxpath.ri.parser.Token
Returns the image.
toStrings(Enumeration) - Static method in class org.apache.commons.jxpath.servlet.Util
 
TreeCompiler - class org.apache.commons.jxpath.ri.compiler.TreeCompiler.
 
TreeCompiler() - Constructor for 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.
TypeUtils() - Constructor for class org.apache.commons.jxpath.util.TypeUtils
 

U

UnaryExpr() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
undeclareVariable(String) - Method in interface org.apache.commons.jxpath.Variables
Removes an existing variable.
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
 
UnicodeDigit - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
UNION - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
union(Object[]) - Method in interface 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
 
UnionContext - class org.apache.commons.jxpath.ri.axes.UnionContext.
EvalContext that represents a union between other contexts - result of a union operation like (a | b)
UnionContext(EvalContext, EvalContext[]) - Constructor for class org.apache.commons.jxpath.ri.axes.UnionContext
 
UnionExpr() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
 
UNKNOWN_NAMESPACE - Static variable in class org.apache.commons.jxpath.ri.model.NodePointer
 
UNKNOWN_VALUE - Static variable in class org.apache.commons.jxpath.ri.axes.RootContext
 
UNSPECIFIED_PROPERTY - Static variable in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
 
USE_SOFT_CACHE - Static variable in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
Change this to false to disable soft caching of CompiledExpressions.
Util - class org.apache.commons.jxpath.servlet.Util.
Turns an Enumeration of Strings into an array of Strings.
Util() - Constructor for class org.apache.commons.jxpath.servlet.Util
 

V

ValueUtils - class org.apache.commons.jxpath.util.ValueUtils.
Collection and property access utilities.
ValueUtils() - Constructor for class org.apache.commons.jxpath.util.ValueUtils
 
VARIABLE - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
 
VariablePointer - class org.apache.commons.jxpath.ri.model.VariablePointer.
Pointer to a context variable.
VariablePointer(QName) - Constructor for class org.apache.commons.jxpath.ri.model.VariablePointer
 
VariablePointer(Variables, 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 interface 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
 
VariableReference(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 - Variable in class org.apache.commons.jxpath.JXPathContext
 

W

WHOLE_COLLECTION - Static variable 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 variable in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
XML_NAMESPACE_URI - Static variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
 
XMLDocumentContainer - class org.apache.commons.jxpath.XMLDocumentContainer.
Deprecated. 1.1 Please use org.apache.commons.jxpath.xml.DocumentContainer
XMLDocumentContainer(Source) - Constructor for class org.apache.commons.jxpath.XMLDocumentContainer
Deprecated.  
XMLDocumentContainer(URL) - Constructor for class org.apache.commons.jxpath.XMLDocumentContainer
Deprecated.  
XMLNS_NAMESPACE_URI - Static variable in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
 
XMLNS_NAMESPACE_URI - Static variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
 
XMLParser - interface org.apache.commons.jxpath.xml.XMLParser.
Common interface for XML parsers.
XPathParser - class org.apache.commons.jxpath.ri.parser.XPathParser.
 
XPathParser(InputStream) - Constructor for class org.apache.commons.jxpath.ri.parser.XPathParser
 
XPathParser(Reader) - Constructor for class org.apache.commons.jxpath.ri.parser.XPathParser
 
XPathParser(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.
 
XPathParserTokenManager(JavaCharStream) - Constructor for class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
 
XPathParserTokenManager(JavaCharStream, int) - Constructor for class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
 

Z

ZERO - Static variable in class org.apache.commons.jxpath.ri.compiler.Expression
 

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

Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.