Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbbreviatedAxisSpecifier() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- absolute - Variable in class org.apache.commons.jxpath.ri.compiler.LocationPath
- AbsoluteLocationPath() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- AbstractFactory - Class in org.apache.commons.jxpath
-
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
- actual - Variable in class org.apache.commons.jxpath.ri.model.VariablePointer
- add(NodeSet) - Method in class org.apache.commons.jxpath.BasicNodeSet
-
Add the specified NodeSet to this NodeSet.
- add(Pointer) - Method in class org.apache.commons.jxpath.BasicNodeSet
-
Add a pointer to this NodeSet.
- add_escapes(String) - Method in exception 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.
- ADD_PRECEDENCE - Static variable in class org.apache.commons.jxpath.ri.compiler.CoreOperation
-
add/subtract precedence
- addContent(List) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
Add the specified content to this element.
- addEscapes(String) - Static method in class org.apache.commons.jxpath.ri.Parser
-
Add escapes to the specified String.
- addEscapes(String) - Static method in error 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.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- allFunctions - Variable in class org.apache.commons.jxpath.FunctionLibrary
- allocateCollection(Class) - Method in class org.apache.commons.jxpath.util.BasicTypeConverter
-
Create a collection of a given type.
- allocateConditionally(String, String) - Static method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Checks if existenceCheckClass exists on the class path.
- allocateNumber(Class, double) - Method in class org.apache.commons.jxpath.util.BasicTypeConverter
-
Allocate a number of a given type and value.
- AncestorContext - Class in org.apache.commons.jxpath.ri.axes
-
EvalContext that walks the "ancestor::" and "ancestor-or-self::" axes.
- AncestorContext(EvalContext, boolean, NodeTest) - Constructor for class org.apache.commons.jxpath.ri.axes.AncestorContext
-
Create a new AncestorContext.
- 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
- AND - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
- AND_PRECEDENCE - Static variable in class org.apache.commons.jxpath.ri.compiler.CoreOperation
-
and precedence
- 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
javax.servlet.ServletContext
. - APPROXIMATE_MATCH - Static variable in class org.apache.commons.jxpath.util.MethodLookupUtils
- areBasicPredicates(Expression[]) - Method in class org.apache.commons.jxpath.ri.compiler.Path
-
Learn whether the elements of the specified array are "basic" predicates.
- arg - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser.JJCalls
- args - Variable in class org.apache.commons.jxpath.ri.compiler.Operation
-
Expression[] of arguments
- 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.beans.BeanPointer
-
Returns an XPath that maps to this Pointer.
- asPath() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
- asPath() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
- asPath() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
- asPath() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
- asPath() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
- asPath() - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
- asPath() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
- asPath() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- asPath() - Method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
- asPath() - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
- asPath() - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
- asPath() - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
- asPath() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
- asPath() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
- asPath() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- asPath() - Method in class org.apache.commons.jxpath.ri.model.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.util.BasicTypeConverter.ValuePointer
- assertArgCount(int) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
Assert
count
args. - assertArgRange(int, int) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
Assert at least
min
/at mostmax
args. - atomic - Variable in class org.apache.commons.jxpath.JXPathBasicBeanInfo
- attr - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
- attr - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
- attribute - Variable in class org.apache.commons.jxpath.ri.model.NodePointer
- AttributeContext - Class in org.apache.commons.jxpath.ri.axes
-
EvalContext that walks the "attribute::" axis.
- AttributeContext(EvalContext, NodeTest) - Constructor for class org.apache.commons.jxpath.ri.axes.AttributeContext
-
Create a new AttributeContext.
- attributeIterator(QName) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
- attributeIterator(QName) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
- 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
- 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
- attributes - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator
- attributes - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMNamespaceIterator
- attributes - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributeIterator
- available - Variable in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- availableRegister - Variable in class org.apache.commons.jxpath.ri.axes.RootContext
- axis - Variable in class org.apache.commons.jxpath.ri.compiler.Step
- 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
-
Decode an axis code to its name.
B
- backup(int) - Method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- BaseChar - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
- baseValue - Variable in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
- basic - Variable in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
- basic - Variable in class org.apache.commons.jxpath.ri.compiler.Path
- basicKnown - Variable in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
- basicKnown - Variable in class org.apache.commons.jxpath.ri.compiler.Path
- BasicNodeSet - Class in org.apache.commons.jxpath
-
A simple implementation of
NodeSet
that behaves as a collection of pointers. - BasicNodeSet() - Constructor for class org.apache.commons.jxpath.BasicNodeSet
- BasicTypeConverter - Class in org.apache.commons.jxpath.util
-
The default implementation of TypeConverter.
- BasicTypeConverter() - Constructor for class org.apache.commons.jxpath.util.BasicTypeConverter
- BasicTypeConverter.ValueNodeSet - Class in org.apache.commons.jxpath.util
-
NodeSet implementation
- BasicTypeConverter.ValuePointer - Class in org.apache.commons.jxpath.util
-
Value pointer
- BasicVariables - Class in org.apache.commons.jxpath
-
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.BeanPointer
- bean - Variable in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
-
owning object
- bean - Variable in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
- bean - Variable in class org.apache.commons.jxpath.util.BasicTypeConverter.ValuePointer
- BEAN_POINTER_FACTORY_ORDER - Static variable in class org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory
-
factory order constant
- BeanAttributeIterator - Class in org.apache.commons.jxpath.ri.model.beans
-
An iterator of attributes of a JavaBean.
- BeanAttributeIterator(PropertyOwnerPointer, QName) - Constructor for class org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
-
Create a new BeanAttributeIterator.
- beanInfo - Variable in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
- beanInfo - Variable in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
- BeanPointer - Class in org.apache.commons.jxpath.ri.model.beans
-
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
-
Create a new BeanPointer.
- BeanPointer(QName, Object, JXPathBeanInfo, Locale) - Constructor for class org.apache.commons.jxpath.ri.model.beans.BeanPointer
-
Create a new BeanPointer.
- BeanPointerFactory - Class in org.apache.commons.jxpath.ri.model.beans
-
Implements NodePointerFactory for JavaBeans.
- BeanPointerFactory() - Constructor for class org.apache.commons.jxpath.ri.model.beans.BeanPointerFactory
- BeanPropertyPointer - Class in org.apache.commons.jxpath.ri.model.beans
-
Pointer pointing to a property of a JavaBean.
- BeanPropertyPointer(NodePointer, JXPathBeanInfo) - Constructor for class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
-
Create a new 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.SimpleCharStream
- booleanValue(Object) - Static method in class org.apache.commons.jxpath.ri.InfoSetUtil
-
Converts the supplied object to boolean.
- bufcolumn - Variable in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- buffer - Variable in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- bufline - Variable in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- bufpos - Variable in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- bufsize - Variable in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- buildContextChain(EvalContext, int, boolean) - Method in class org.apache.commons.jxpath.ri.compiler.Path
-
Build a context from a chain of contexts.
- byClass - Static variable in class org.apache.commons.jxpath.JXPathIntrospector
- byInterface - Static variable in class org.apache.commons.jxpath.JXPathIntrospector
- byNameAttribute - Variable in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
- byNamespace - Variable in class org.apache.commons.jxpath.FunctionLibrary
C
- canConvert(Object, Class) - Method in class org.apache.commons.jxpath.util.BasicTypeConverter
-
Returns true if it can convert the supplied object to the specified class.
- canConvert(Object, Class) - Method in class org.apache.commons.jxpath.util.JXPath11CompatibleTypeConverter
- 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.
- canConvert(Object, Class) - Static method in class org.apache.commons.jxpath.util.TypeUtils
-
Returns true if the global converter can convert the supplied object to the specified type.
- canCreateCollection(Class) - Method in class org.apache.commons.jxpath.util.BasicTypeConverter
-
Learn whether this BasicTypeConverter can create a collection of the specified type.
- character - Variable in error org.apache.commons.jxpath.ri.parser.TokenMgrError
- checkSimplePath(Expression) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Checks if the path follows the JXPath restrictions on the type of path that can be passed to create...
- child - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
- child - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
- ChildContext - Class in org.apache.commons.jxpath.ri.axes
-
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
-
Create a new ChildContext.
- 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.beans.PropertyOwnerPointer
- 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
- 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
- children - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
- ClassFunctions - Class in org.apache.commons.jxpath
-
Extension functions provided by a Java class.
- ClassFunctions(Class, String) - Constructor for class org.apache.commons.jxpath.ClassFunctions
-
Create a new ClassFunctions.
- classPrefix - Variable in class org.apache.commons.jxpath.PackageFunctions
- clazz - Variable in class org.apache.commons.jxpath.JXPathBasicBeanInfo
- CLEANUP_THRESHOLD - Static variable in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
- cleanupCount - Static variable in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
- clearCacheLists() - Method in class org.apache.commons.jxpath.BasicNodeSet
-
Clear cache list members.
- clone() - Method in interface org.apache.commons.jxpath.Pointer
-
Pointers are cloneable.
- clone() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Clone this NodePointer.
- clone() - Method in class org.apache.commons.jxpath.ri.NamespaceResolver
- clone() - Method in class org.apache.commons.jxpath.util.BasicTypeConverter.ValuePointer
- coalescing - Variable in class org.apache.commons.jxpath.xml.XMLParser2
- collection - Variable in class org.apache.commons.jxpath.ri.axes.InitialContext
- collection - Variable in class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
- collection - Variable in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
- COLLECTION_POINTER_FACTORY_ORDER - Static variable in class org.apache.commons.jxpath.ri.model.beans.CollectionPointerFactory
-
factory order constant
- CollectionAttributeNodeIterator - Class in org.apache.commons.jxpath.ri.model.beans
-
Combines attribute node iterators of all elements of a collection into one aggregate attribute node iterator.
- CollectionAttributeNodeIterator(CollectionPointer, QName) - Constructor for class org.apache.commons.jxpath.ri.model.beans.CollectionAttributeNodeIterator
-
Create a new CollectionAttributeNodeIterator.
- CollectionChildNodeIterator - Class in org.apache.commons.jxpath.ri.model.beans
-
Combines child node iterators of all elements of a collection into one aggregate child node iterator.
- CollectionChildNodeIterator(CollectionPointer, NodeTest, boolean, NodePointer) - Constructor for class org.apache.commons.jxpath.ri.model.beans.CollectionChildNodeIterator
-
Create a new CollectionChildNodeIterator.
- CollectionNodeIterator - Class in org.apache.commons.jxpath.ri.model.beans
-
Combines node iterators of all elements of a collection into one aggregate node iterator.
- CollectionNodeIterator(CollectionPointer, boolean, NodePointer) - Constructor for class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
-
Create a new CollectionNodeIterator.
- CollectionPointer - Class in org.apache.commons.jxpath.ri.model.beans
-
Transparent pointer to a collection (array or Collection).
- CollectionPointer(Object, Locale) - Constructor for class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
-
Create a new CollectionPointer.
- CollectionPointer(NodePointer, Object) - Constructor for class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
-
Create a new CollectionPointer.
- CollectionPointerFactory - Class in org.apache.commons.jxpath.ri.model.beans
-
Implements NodePointerFactory for stand-alone collections.
- CollectionPointerFactory() - Constructor for class org.apache.commons.jxpath.ri.model.beans.CollectionPointerFactory
- collectNamespaces(List, Node) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNamespaceIterator
-
Collect namespaces from attribute nodes.
- collectNamespaces(Element) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator
-
Collect the namespaces from a JDOM Element.
- column - Variable in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- CombiningChar - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
- COMMENT - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
- compare(Object, Object) - Method in class org.apache.commons.jxpath.util.ReverseComparator
- COMPARE_PRECEDENCE - Static variable in class org.apache.commons.jxpath.ri.compiler.CoreOperation
-
compare precedence
- 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.LangAttributePointer
- 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.PropertyPointer
- 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.DOMAttributePointer
- 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.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.JDOMNamespacePointer
- 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.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
- compareNodePointers(NodePointer, int, NodePointer, int) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Compare node pointers.
- compareTo(Object) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
- compareTo(Object) - Method in class org.apache.commons.jxpath.util.BasicTypeConverter.ValuePointer
- compilationContext - Static variable in class org.apache.commons.jxpath.JXPathContext
- 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.
- compiled - Static variable in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
- CompiledExpression - Interface in org.apache.commons.jxpath
-
Represents a compiled XPath.
- compileExpression(String) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Compile the given expression.
- 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 - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- Compiler - Interface in org.apache.commons.jxpath.ri
-
The Compiler APIs are completely agnostic to the actual types of objects produced and consumed by the APIs.
- COMPILER - Static variable in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
- compute(Object, Object) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationRelationalExpression
-
Compare left to right.
- compute(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.Constant
- compute(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
- compute(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperation
- compute(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.Expression
-
Evaluates the expression.
- 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
- computeContextDependent() - Method in class org.apache.commons.jxpath.ri.compiler.Constant
-
Returns false
- computeContextDependent() - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
Returns true if any argument is context dependent or if the function is last(), position(), boolean(), local-name(), name(), string(), lang(), number().
- computeContextDependent() - Method in class org.apache.commons.jxpath.ri.compiler.Expression
-
Implemented by subclasses and result is cached by isContextDependent()
- computeContextDependent() - Method in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
-
Returns true if the root expression or any of the predicates or the path steps are context dependent.
- computeContextDependent() - Method in class org.apache.commons.jxpath.ri.compiler.ExtensionFunction
-
An extension function gets the current context, therefore it MAY be context dependent.
- computeContextDependent() - Method in class org.apache.commons.jxpath.ri.compiler.LocationPath
- computeContextDependent() - Method in class org.apache.commons.jxpath.ri.compiler.NameAttributeTest
- computeContextDependent() - Method in class org.apache.commons.jxpath.ri.compiler.Operation
- computeContextDependent() - Method in class org.apache.commons.jxpath.ri.compiler.Path
- computeContextDependent() - Method in class org.apache.commons.jxpath.ri.compiler.VariableReference
- computeQuality(NodePointer) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
For a pointer that matches an actual node, returns 0.
- computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.Constant
- computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
- computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperation
- computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAdd
- computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAnd
- computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationCompare
- computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationDivide
- computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMod
- computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMultiply
- computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNegate
- computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationOr
- computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationRelationalExpression
- computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationSubtract
- computeValue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationUnion
- 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.ExpressionPath
- 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.VariableReference
-
Returns the value of the variable.
- Constant - Class in org.apache.commons.jxpath.ri.compiler
-
A compile tree element containing a constant number or string.
- Constant(Number) - Constructor for class org.apache.commons.jxpath.ri.compiler.Constant
-
Create a new Constant.
- Constant(String) - Constructor for class org.apache.commons.jxpath.ri.compiler.Constant
-
Create a new Constant.
- Constants - Class in org.apache.commons.jxpath.servlet
-
String constants for this package.
- Constants() - Constructor for class org.apache.commons.jxpath.servlet.Constants
- constructIterator() - Method in class org.apache.commons.jxpath.ri.EvalContext
-
Construct an iterator.
- constructor - Variable in class org.apache.commons.jxpath.functions.ConstructorFunction
- ConstructorFunction - Class in org.apache.commons.jxpath.functions
-
An extension function that creates an instance using a constructor.
- ConstructorFunction(Constructor) - Constructor for class org.apache.commons.jxpath.functions.ConstructorFunction
-
Create a new ConstructorFunction.
- container - Variable in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
- Container - Interface in org.apache.commons.jxpath
-
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
-
factory order for this factory
- ContainerPointer - Class in org.apache.commons.jxpath.ri.model.container
-
Transparent pointer to a Container.
- ContainerPointer(Container, Locale) - Constructor for class org.apache.commons.jxpath.ri.model.container.ContainerPointer
-
Create a new ContainerPointer.
- ContainerPointer(NodePointer, Container) - Constructor for class org.apache.commons.jxpath.ri.model.container.ContainerPointer
-
Create a new ContainerPointer.
- ContainerPointerFactory - Class in org.apache.commons.jxpath.ri.model.container
-
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
-
Learn whether it contains value.
- containsMatch(Iterator, Object) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationRelationalExpression
-
Learn whether any element returned from an Iterator matches a given value.
- context - Variable in class org.apache.commons.jxpath.ri.model.VariablePointerFactory.VariableContextWrapper
- contextBean - Variable in class org.apache.commons.jxpath.JXPathContext
-
context bean
- contextDependencyKnown - Variable in class org.apache.commons.jxpath.ri.compiler.Expression
- contextDependent - Variable in class org.apache.commons.jxpath.ri.compiler.Expression
- contextFactory - Static variable in class org.apache.commons.jxpath.JXPathContext
- contextPointer - Variable in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
- contexts - Variable in class org.apache.commons.jxpath.ri.axes.UnionContext
- contextWrapper(JXPathContext) - Static method in class org.apache.commons.jxpath.ri.model.VariablePointerFactory
-
VariableContextWrapper factory method.
- convert(Object) - Method in class org.apache.commons.jxpath.ri.compiler.ExtensionFunction
-
Convert any incoming context to a value.
- convert(Object, boolean) - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
-
Convert a value to the appropriate property type.
- convert(Object, Class) - Method in class org.apache.commons.jxpath.util.BasicTypeConverter
-
Converts the supplied object to the specified type.
- convert(Object, Class) - Method in class org.apache.commons.jxpath.util.JXPath11CompatibleTypeConverter
- convert(Object, Class) - Method in interface org.apache.commons.jxpath.util.TypeConverter
-
Converts the supplied object to the specified type.
- convert(Object, Class) - Static method in class org.apache.commons.jxpath.util.TypeUtils
-
Converts the supplied object to the specified type.
- convert(Object, Class) - Static method in class org.apache.commons.jxpath.util.ValueUtils
-
Convert value to type.
- convertNullToPrimitive(Class) - Method in class org.apache.commons.jxpath.util.BasicTypeConverter
-
Convert null to a primitive type.
- convertStringToPrimitive(Object, Class) - Method in class org.apache.commons.jxpath.util.BasicTypeConverter
-
Convert a string to a primitive type.
- CoreFunction - Class in org.apache.commons.jxpath.ri.compiler
-
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
-
Create a new 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 in org.apache.commons.jxpath.ri.compiler
-
The common subclass for tree elements representing core operations like "+", "- ", "*" etc.
- CoreOperation(Expression[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperation
-
Create a new CoreOperation.
- CoreOperationAdd - Class in org.apache.commons.jxpath.ri.compiler
-
Implementation of
Expression
for the operation "+". - CoreOperationAdd(Expression[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationAdd
-
Create a new CoreOperationAdd.
- CoreOperationAnd - Class in org.apache.commons.jxpath.ri.compiler
-
Implementation of
Expression
for the operation "and". - CoreOperationAnd(Expression[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationAnd
-
Create a new CoreOperationAnd.
- CoreOperationCompare - Class in org.apache.commons.jxpath.ri.compiler
-
Common superclass for the implementations of Expression for the operations "=" and "!=".
- CoreOperationCompare(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationCompare
-
Create a new CoreOperationCompare.
- CoreOperationCompare(Expression, Expression, boolean) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationCompare
-
Create a new CoreOperationCompare.
- CoreOperationDivide - Class in org.apache.commons.jxpath.ri.compiler
-
Implementation of
Expression
for the operation "div". - CoreOperationDivide(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationDivide
-
Create a new CoreOperationDivide.
- CoreOperationEqual - Class in org.apache.commons.jxpath.ri.compiler
-
Implementation of
Expression
for the operation "=". - CoreOperationEqual(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationEqual
-
Create a new CoreOperationEqual
- CoreOperationGreaterThan - Class in org.apache.commons.jxpath.ri.compiler
-
Implementation of
Expression
for the operation ">". - CoreOperationGreaterThan(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThan
-
Create a new CoreOperationGreaterThan.
- CoreOperationGreaterThanOrEqual - Class in org.apache.commons.jxpath.ri.compiler
-
Implementation of
Expression
for the operation ">=". - CoreOperationGreaterThanOrEqual(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThanOrEqual
-
Create a new CoreOperationGreaterThanOrEqual.
- CoreOperationLessThan - Class in org.apache.commons.jxpath.ri.compiler
-
Implementation of
Expression
for the operation "<". - CoreOperationLessThan(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThan
-
Create a new CoreOperationLessThan.
- CoreOperationLessThanOrEqual - Class in org.apache.commons.jxpath.ri.compiler
-
Implementation of
Expression
for the operation "<=". - CoreOperationLessThanOrEqual(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThanOrEqual
-
Create a new CoreOperationLessThanOrEqual.
- CoreOperationMod - Class in org.apache.commons.jxpath.ri.compiler
-
Implementation of
Expression
for the operation "mod". - CoreOperationMod(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationMod
-
Create a new CoreOperationMod.
- CoreOperationMultiply - Class in org.apache.commons.jxpath.ri.compiler
-
Implementation of
Expression
for the operation "*". - CoreOperationMultiply(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationMultiply
-
Create a new CoreOperationMultiply.
- CoreOperationNegate - Class in org.apache.commons.jxpath.ri.compiler
-
Implementation of
Expression
for the operation unary "-". - CoreOperationNegate(Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationNegate
-
Create a new CoreOperationNegate.
- CoreOperationNotEqual - Class in org.apache.commons.jxpath.ri.compiler
-
Implementation of
Expression
for the operation "!=". - CoreOperationNotEqual(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationNotEqual
-
Create a new CoreOperationNotEqual.
- CoreOperationOr - Class in org.apache.commons.jxpath.ri.compiler
-
Implementation of
Expression
for the operation "or". - CoreOperationOr(Expression[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationOr
-
Create a new CoreOperationOr.
- CoreOperationRelationalExpression - Class in org.apache.commons.jxpath.ri.compiler
-
Base implementation of Expression for the operations ">", ">=", "<", "<=".
- CoreOperationRelationalExpression(Expression[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationRelationalExpression
-
Create a new CoreOperationRelationalExpression.
- CoreOperationSubtract - Class in org.apache.commons.jxpath.ri.compiler
-
Implementation of
Expression
for the operation "-". - CoreOperationSubtract(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationSubtract
-
Create a new CoreOperationSubtract.
- CoreOperationUnion - Class in org.apache.commons.jxpath.ri.compiler
-
Implementation of
Expression
for the operation "|". - CoreOperationUnion(Expression[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.CoreOperationUnion
-
Create a new CoreOperationUnion.
- 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
- createAttribute(JXPathContext, QName) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Called to create a non-existing attribute
- createBadFactoryException(AbstractFactory) - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
-
Create a "bad factory" JXPathAbstractFactoryException for the specified AbstractFactory.
- 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.NullPointer
- 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.beans.PropertyPointer
- 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) - 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, 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.NullPointer
- 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.beans.PropertyPointer
- 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
- 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
- createChildPointerForStep(PropertyOwnerPointer, Step) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
Create the child pointer for a given step.
- createCollection(JXPathContext, int) - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
-
Create a collection.
- createContextForStep(EvalContext, int, NodeTest) - Method in class org.apache.commons.jxpath.ri.compiler.Path
-
Different axes are serviced by different contexts.
- createNodeFactoryArray() - Static method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Create the default node factory array.
- createNodeIterator(String, boolean, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
-
Create a NodeIterator.
- createNodeIterator(String, boolean, NodePointer) - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
- 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(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.VariablePointerFactory
- 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
- 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.VariablePointerFactory
- createNullPointer(EvalContext, NodePointer, Step[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
Creates a "null pointer" that a) represents the requested path and b) can be used for creation of missing nodes in the path.
- createNullPointerForPredicates(EvalContext, NodePointer, Step[], int, Expression[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
Creates a "null pointer" that starts with predicates.
- 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(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 callingJXPathContext.setFactory(org.apache.commons.jxpath.AbstractFactory)
. - createPath(String) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
- createPath(String, Expression) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Create the given path.
- 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 callingJXPathContext.setFactory(org.apache.commons.jxpath.AbstractFactory)
. - createPath(JXPathContext) - Method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
- 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.CollectionPointer
- 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.NullPointer
- createPath(JXPathContext) - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
- createPath(JXPathContext) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
- createPath(JXPathContext) - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
- 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, 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.NullElementPointer
- 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.NullPropertyPointer
- 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.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
- 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 callingJXPathContext.setFactory(org.apache.commons.jxpath.AbstractFactory)
. - createPathAndSetValue(String, Object) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
- createPathAndSetValue(String, Expression, Object) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Create the given path setting its value to value.
- 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 callingJXPathContext.setFactory(org.apache.commons.jxpath.AbstractFactory)
. - createPathAndSetValue(JXPathContext, Object) - Method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
- curChar - Variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- curLexState - Variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- currentNodePointer - Variable in class org.apache.commons.jxpath.ri.axes.AncestorContext
- currentNodePointer - Variable in class org.apache.commons.jxpath.ri.axes.AttributeContext
- currentNodePointer - Variable in class org.apache.commons.jxpath.ri.axes.DescendantContext
- currentNodePointer - Variable in class org.apache.commons.jxpath.ri.axes.NamespaceContext
- currentNodePointer - Variable in class org.apache.commons.jxpath.ri.axes.ParentContext
- currentNodePointer - Variable in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
- currentRootLocation - Variable in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
- currentToken - Variable in exception org.apache.commons.jxpath.ri.parser.ParseException
-
This is the last token that has been consumed successfully.
D
- debug - Static variable in class org.apache.commons.jxpath.JXPathContextFactory
-
Temp debug code - this will be removed after we test everything
- debugStream - Variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- decimalFormats - Variable in class org.apache.commons.jxpath.JXPathContext
-
decimal format map
- 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
- 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(JXPathContext, String) - Method in class org.apache.commons.jxpath.AbstractFactory
-
Declare the specified variable
- DEFAULT - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
- DEFAULT_FACTORY_CLASS - Static variable in class org.apache.commons.jxpath.JXPathContextFactory
-
The default factory class
- defaultLexState - Variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- defaultNamespace - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- delegate - Variable in class org.apache.commons.jxpath.util.KeyManagerUtils.SingleNodeExtendedKeyManager
- delegate - Variable in class org.apache.commons.jxpath.XMLDocumentContainer
-
Deprecated.
- DescendantContext - Class in org.apache.commons.jxpath.ri.axes
-
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
-
Create a new DescendantContext.
- describePosition(String, int) - Static method in class org.apache.commons.jxpath.ri.Parser
-
Describe a parse position.
- 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
- document - Variable in class org.apache.commons.jxpath.xml.DocumentContainer
- document - Variable in class org.apache.commons.jxpath.XMLDocumentContainer
-
Deprecated.
- DocumentContainer - Class in org.apache.commons.jxpath.xml
-
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
-
Construct a new DocumentContainer.
- DOM_POINTER_FACTORY_ORDER - Static variable in class org.apache.commons.jxpath.ri.model.dom.DOMPointerFactory
-
factory order
- DOMAttributeIterator - Class in org.apache.commons.jxpath.ri.model.dom
-
An iterator of attributes of a DOM Node.
- DOMAttributeIterator(NodePointer, QName) - Constructor for class org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator
-
Create a new DOMAttributeIterator.
- DOMAttributePointer - Class in org.apache.commons.jxpath.ri.model.dom
-
A Pointer that points to a DOM node.
- DOMAttributePointer(NodePointer, Attr) - Constructor for class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
-
Create a new DOMAttributePointer.
- DOMNamespaceIterator - Class in org.apache.commons.jxpath.ri.model.dom
-
An iterator of namespaces of a DOM Node.
- DOMNamespaceIterator(NodePointer) - Constructor for class org.apache.commons.jxpath.ri.model.dom.DOMNamespaceIterator
-
Create a new DOMNamespaceIterator.
- DOMNodeIterator - Class in org.apache.commons.jxpath.ri.model.dom
-
An iterator of children of a DOM Node.
- DOMNodeIterator(NodePointer, NodeTest, boolean, NodePointer) - Constructor for class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
-
Create a new DOMNodeIterator.
- DOMNodePointer - Class in org.apache.commons.jxpath.ri.model.dom
-
A Pointer that points to a DOM node.
- DOMNodePointer(NodePointer, Node) - Constructor for class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
Create a new DOMNodePointer.
- DOMNodePointer(Node, Locale) - Constructor for class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
Create a new DOMNodePointer.
- DOMNodePointer(Node, Locale, String) - Constructor for class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
Create a new DOMNodePointer.
- DOMParser - Class in org.apache.commons.jxpath.xml
-
An implementation of the XMLParser interface that produces a DOM Document.
- DOMParser() - Constructor for class org.apache.commons.jxpath.xml.DOMParser
- DOMPointerFactory - Class in org.apache.commons.jxpath.ri.model.dom
-
Implements NodePointerFactory for DOM elements.
- DOMPointerFactory() - Constructor for class org.apache.commons.jxpath.ri.model.dom.DOMPointerFactory
- done - Variable in class org.apache.commons.jxpath.ri.axes.PredicateContext
- done - Variable in class org.apache.commons.jxpath.ri.EvalContext
- Done() - Method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- doPredicate(EvalContext, NodePointer, Step[], int, Expression[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
Evaluates predicates and proceeds with the subsequent steps of the path.
- doPredicateIndex(EvalContext, NodePointer, Step[], int, Expression[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
Evaluate a subscript predicate: see if the node is a collection and if the index is inside the collection.
- doPredicateName(EvalContext, NodePointer, Step[], int, Expression[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
Execute a NameAttributeTest predicate
- doPredicatesStandard(EvalContext, List, Step[], int, Expression[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
Called exclusively for standard InfoSet nodes, e.g.
- doStep(EvalContext, NodePointer, Step[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
Recursive evaluation of a path.
- doStepNoPredicatesPropertyOwner(EvalContext, PropertyOwnerPointer, Step[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
We have a step that starts with a property owner (bean, map, etc) and has no predicates.
- doStepNoPredicatesStandard(EvalContext, NodePointer, Step[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
A path that starts with a standard InfoSet node (e.g.
- doStepPredicatesPropertyOwner(EvalContext, PropertyOwnerPointer, Step[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
A path that starts with a property owner.
- doStepPredicatesStandard(EvalContext, NodePointer, Step[], int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
A path that starts with a standard InfoSet node, e.g.
- 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
-
factory order constant
- dynaBean - Variable in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
- dynaBean - Variable in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
- DynaBeanPointer - Class in org.apache.commons.jxpath.ri.model.dynabeans
-
A Pointer that points to a
DynaBean
. - DynaBeanPointer(NodePointer, QName, DynaBean) - Constructor for class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
-
Create a new DynaBeanPointer.
- DynaBeanPointer(QName, DynaBean, Locale) - Constructor for class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
-
Create a new DynaBeanPointer.
- DynaBeanPointerFactory - Class in org.apache.commons.jxpath.ri.model.dynabeans
-
Implements NodePointerFactory for DynaBeans.
- DynaBeanPointerFactory() - Constructor for class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointerFactory
- DynaBeanPropertyPointer - Class in org.apache.commons.jxpath.ri.model.dynabeans
-
Pointer pointing to a property of a
DynaBean
. - DynaBeanPropertyPointer(NodePointer, DynaBean) - Constructor for class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
-
Create a new DynaBeanPropertyPointer.
- DYNAMIC_POINTER_FACTORY_ORDER - Static variable in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointerFactory
-
Factory order constant.
- DynamicAttributeIterator - Class in org.apache.commons.jxpath.ri.model.dynamic
-
DynamicAttributeIterator
is different from a regularBeanAttributeIterator
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
-
Create a new DynamicAttributeIterator.
- DynamicPointer - Class in org.apache.commons.jxpath.ri.model.dynamic
-
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
-
Create a new DynamicPointer.
- DynamicPointer(QName, Object, DynamicPropertyHandler, Locale) - Constructor for class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
-
Create a new DynamicPointer.
- DynamicPointerFactory - Class in org.apache.commons.jxpath.ri.model.dynamic
-
Implements NodePointerFactory for Dynamic classes like Map.
- DynamicPointerFactory() - Constructor for class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointerFactory
- DynamicPropertyHandler - Interface in org.apache.commons.jxpath
-
A generic mechanism for accessing collections of name/value pairs.
- dynamicPropertyHandlerClass - Variable in class org.apache.commons.jxpath.JXPathBasicBeanInfo
- dynamicPropertyHandlerMap - Static variable in class org.apache.commons.jxpath.util.ValueUtils
- DynamicPropertyIterator - Class in org.apache.commons.jxpath.ri.model.dynamic
-
Deprecated.- no longer needed, as it is identical to PropertyIterator.
- DynamicPropertyIterator(PropertyOwnerPointer, String, boolean, NodePointer) - Constructor for class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyIterator
-
Deprecated.Create a new DynamicPropertyIterator
- dynamicPropertyPointer - Variable in class org.apache.commons.jxpath.ri.axes.PredicateContext
- DynamicPropertyPointer - Class in org.apache.commons.jxpath.ri.model.dynamic
-
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
-
Create a new DynamicPropertyPointer.
E
- ELEMENT_NODE_TEST - Static variable in class org.apache.commons.jxpath.ri.axes.DescendantContext
- empty - Variable in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
- EMPTY_ARRAY - Static variable in class org.apache.commons.jxpath.ClassFunctions
- EMPTY_ARRAY - Static variable in class org.apache.commons.jxpath.functions.ConstructorFunction
- EMPTY_ARRAY - Static variable in class org.apache.commons.jxpath.functions.MethodFunction
- EMPTY_ARRAY - Static variable in class org.apache.commons.jxpath.PackageFunctions
- 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 exception 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(Object, Object) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationCompare
-
Learn whether l equals r in XPath terms.
- 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.TreeCompiler
- equal(EvalContext, Expression, Expression) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationCompare
-
Compares two values.
- EqualityExpr() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- equalObjects(Object, Object) - Static method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
-
Learn whether two objects are == || .equals().
- equals(Object) - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
- equals(Object) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
- equals(Object) - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
- equals(Object) - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
- equals(Object) - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
- equals(Object) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
- equals(Object) - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
- equals(Object) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
- equals(Object) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- equals(Object) - Method in class org.apache.commons.jxpath.ri.model.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.JDOMNamespacePointer
- equals(Object) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- equals(Object) - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
- equals(Object) - Method in class org.apache.commons.jxpath.ri.QName
- equalStrings(String, String) - Static method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator
-
Test whether two strings are == or .equals()
- equalStrings(String, String) - Static method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
Test string equality.
- equalStrings(String, String) - Static method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
Learn whether two strings are == or .equals()
- equalStrings(String, String) - Static method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Compare two strings, either of which may be null, for equality.
- errorCode - Variable in error org.apache.commons.jxpath.ri.parser.TokenMgrError
-
Indicates the reason why the exception is thrown.
- escape(String) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Return a string escaping single and double quotes.
- EvalContext - Class in org.apache.commons.jxpath.ri
-
An XPath evaluation context.
- EvalContext(EvalContext) - Constructor for class org.apache.commons.jxpath.ri.EvalContext
-
Create a new 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.
- evaluateCompare(int) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThan
- evaluateCompare(int) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThanOrEqual
- evaluateCompare(int) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThan
- evaluateCompare(int) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThanOrEqual
- evaluateCompare(int) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationRelationalExpression
-
Template method for subclasses to evaluate the result of a comparison.
- EXACT_MATCH - Static variable in class org.apache.commons.jxpath.util.MethodLookupUtils
- exception - Variable in error org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
- exception - Variable in exception org.apache.commons.jxpath.JXPathException
- ExpandBuff(boolean) - Method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- expandCollection(Object, int) - Static method in class org.apache.commons.jxpath.util.ValueUtils
-
Grows the collection if necessary to the specified size.
- expandEntityRef - Variable in class org.apache.commons.jxpath.xml.XMLParser2
- expectedTokenSequences - Variable in exception org.apache.commons.jxpath.ri.parser.ParseException
-
Each entry in this array is an array of integers.
- expression - Variable in class org.apache.commons.jxpath.ri.axes.PredicateContext
- expression - Variable in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
- expression - Variable in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
- Expression - Class in org.apache.commons.jxpath.ri.compiler
-
Common superclass for several types of nodes in the parse tree.
- Expression() - Constructor for class org.apache.commons.jxpath.ri.compiler.Expression
- Expression() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- Expression.PointerIterator - Class in org.apache.commons.jxpath.ri.compiler
-
Pointer iterator
- Expression.ValueIterator - Class in org.apache.commons.jxpath.ri.compiler
-
Value Iterator
- ExpressionContext - Interface in org.apache.commons.jxpath
-
If an extenstion function has an argument of type ExpressionContext, it can gain access to the current node of an XPath expression context.
- 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
- 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 - Class in org.apache.commons.jxpath.ri.compiler
-
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(Expression, Expression[], Step[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.ExpressionPath
-
Create a new ExpressionPath.
- ExtendedKeyManager - Interface in org.apache.commons.jxpath
-
More complete implementation for the XPath
"key()"
function. - Extender - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
- ExtensionFunction - Class in org.apache.commons.jxpath.ri.compiler
-
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
-
Create a new ExtensionFunction.
F
- factory - Variable in class org.apache.commons.jxpath.JXPathContext
-
AbstractFactory
- FACTORY_NAME_PROPERTY - Static variable in class org.apache.commons.jxpath.JXPathContextFactory
-
The default property
- factoryImplName - Static variable in class org.apache.commons.jxpath.JXPathContextFactory
-
Avoid reading all the files when the findFactory method is called the second time ( cache the result of finding the default impl )
- FillBuff() - Method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- FilterExpr() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- findDynamicBeanInfo(Class) - Static method in class org.apache.commons.jxpath.JXPathIntrospector
-
Find a dynamic bean info if available for any superclasses or interfaces.
- findEnclosingAttribute(Object, String, Namespace) - Static method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
Find the nearest occurrence of the specified attribute on the specified and enclosing elements.
- findEnclosingAttribute(Node, String) - Static method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
Find the nearest occurrence of the specified attribute on the specified and enclosing elements.
- findFactory(String, String) - Static method in class org.apache.commons.jxpath.JXPathContextFactory
-
Private implementation method - will find the implementation class in the specified order.
- findInformant(Class) - Static method in class org.apache.commons.jxpath.JXPathIntrospector
-
find a JXPathBeanInfo instance for the specified class.
- findMatch(Iterator, Iterator) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationCompare
-
Learn whether lit intersects rit.
- findMatch(Iterator, Iterator) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationRelationalExpression
-
Learn whether there is an intersection between two Iterators.
- findVariables(JXPathContext) - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
-
Assimilate the Variables instance associated with the specified context.
- first - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser.JJCalls
- 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
- Function - Interface in org.apache.commons.jxpath
-
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
- functionBoolean(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
boolean() implementation.
- FunctionCall() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- functionCeiling(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
ceiling() implementation.
- functionClass - Variable in class org.apache.commons.jxpath.ClassFunctions
- functionCode - Variable in class org.apache.commons.jxpath.ri.compiler.CoreFunction
- functionConcat(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
concat() implementation.
- functionContains(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
contains() implementation.
- functionCount(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
count() implementation.
- functionFalse(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
false() implementation.
- functionFloor(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
floor() implementation.
- functionFormatNumber(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
format-number() implementation.
- functionID(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
id() implementation.
- functionKey(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
key() implementation.
- functionLang(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
lang() implementation.
- functionLast(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
last() implementation.
- FunctionLibrary - Class in org.apache.commons.jxpath
-
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
-
local-name() implementation.
- functionName - Variable in class org.apache.commons.jxpath.ri.compiler.ExtensionFunction
- functionName(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
name() implementation.
- FunctionName() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- functionNamespaceURI(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
namespace-uri() implementation.
- functionNormalizeSpace(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
normalize-space() implementation.
- functionNot(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
not() implementation.
- functionNull(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
null() implementation.
- functionNumber(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
number() implementation.
- functionPosition(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
position() implementation.
- functionRound(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
round() implementation.
- functions - Variable in class org.apache.commons.jxpath.JXPathContext
-
functions
- Functions - Interface in org.apache.commons.jxpath
-
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
-
starts-with() implementation.
- functionString(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
string() implementation.
- functionStringLength(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
string-length() implementation.
- functionSubstring(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
substring() implementation.
- functionSubstringAfter(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
substring-after() implementation.
- functionSubstringBefore(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
substring-before() implementation.
- functionSum(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
sum() implementation.
- functionTranslate(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
translate() implementation.
- functionTrue(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
true() implementation.
G
- gen - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser.JJCalls
- generateParseException() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- GENERIC_FUNCTIONS - Static variable in class org.apache.commons.jxpath.JXPathContext
- getAbsoluteRootContext() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
-
Get absolute root context
- getAbsoluteRootContext() - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Get the absolute root context.
- getAbsoluteRootPointer() - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Get absolute root pointer.
- getAbstractFactory(JXPathContext) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Get the AbstractFactory associated with the specified JXPathContext.
- 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.
- getAccessibleMethodFromInterfaceNest(Class, String, Class[]) - 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, by scanning through all implemented interfaces and subinterfaces.
- getArg1() - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
Convenience method to return the first argument.
- getArg2() - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
Convenience method to return the second argument.
- getArg3() - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
Convenience method to return the third argument.
- getArgumentCount() - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
Return the number of argument Expressions.
- getArguments() - Method in class org.apache.commons.jxpath.ri.compiler.Operation
-
Get the arguments.
- getAttribute(Element, QName) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator
-
Get the named attribute.
- getAxis() - Method in class org.apache.commons.jxpath.ri.compiler.Step
-
Get the axis code.
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
-
Get the value of the currently selected property.
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
-
Returns the DP object iself.
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
-
Returns the value of the property, not an element of the collection represented by the property, if any.
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Returns the value represented by the pointer before indexing.
- getBaseValue() - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
- getBean() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
-
Get the parent bean.
- getBeanInfo(Class) - Static method in class org.apache.commons.jxpath.JXPathIntrospector
-
Creates and registers a JXPathBeanInfo object for the supplied class.
- getBeginColumn() - Method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- getBeginLine() - Method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- getCause() - Method in exception org.apache.commons.jxpath.JXPathException
-
Same as
getException()
- getCharacter() - Method in error org.apache.commons.jxpath.ri.parser.TokenMgrError
- getCollectionHint(Class) - Static method in class org.apache.commons.jxpath.util.ValueUtils
-
Returns 1 if the type is a collection, -1 if it is definitely not and 0 if it may be a collection in some cases.
- getColumn() - Method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
-
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
-
Get a context that points to the specified object.
- getContext() - Method in class org.apache.commons.jxpath.ri.model.VariablePointerFactory.VariableContextWrapper
-
Get the original (unwrapped) context.
- getContextBean() - Method in class org.apache.commons.jxpath.JXPathContext
-
Returns the JavaBean associated with this context.
- getContextFactory() - Static method in class org.apache.commons.jxpath.JXPathContext
-
Acquires a context factory and caches it.
- 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.axes.AncestorContext
- getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.AttributeContext
- getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.ChildContext
- getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.DescendantContext
- getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.InitialContext
- getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.NamespaceContext
- getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.NodeSetContext
- getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.ParentContext
- getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
- getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
- getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
- getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.SelfContext
- getCurrentNodePointer() - Method in class org.apache.commons.jxpath.ri.EvalContext
-
Returns the current context node.
- getCurrentPosition() - Method in class org.apache.commons.jxpath.ri.axes.ParentContext
- getCurrentPosition() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
- getCurrentPosition() - Method in class org.apache.commons.jxpath.ri.EvalContext
-
Get the current position.
- getDecimalFormatSymbols(String) - Method in class org.apache.commons.jxpath.JXPathContext
-
Get the named DecimalFormatSymbols.
- getDefaultNamespaceURI() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- getDefaultNamespaceURI() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Get the default ns uri
- getDocumentOrder() - Method in class org.apache.commons.jxpath.ri.axes.AncestorContext
- getDocumentOrder() - Method in class org.apache.commons.jxpath.ri.axes.ParentContext
- getDocumentOrder() - Method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
- getDocumentOrder() - Method in class org.apache.commons.jxpath.ri.axes.UnionContext
- getDocumentOrder() - Method in class org.apache.commons.jxpath.ri.EvalContext
-
Determines the document order for this context.
- getDynamicPropertyHandler(Class) - Static method in class org.apache.commons.jxpath.util.ValueUtils
-
Returns a shared instance of the dynamic property handler class returned by
getDynamicPropertyHandlerClass()
. - getDynamicPropertyHandlerClass() - Method in class org.apache.commons.jxpath.JXPathBasicBeanInfo
-
For a dynamic class, returns the corresponding DynamicPropertyHandler class.
- getDynamicPropertyHandlerClass() - Method in interface org.apache.commons.jxpath.JXPathBeanInfo
-
For dynamic objects, returns the class implementing the
DynamicPropertyHandler
interface. - getElementNodeIterator(NodePointer) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionAttributeNodeIterator
- getElementNodeIterator(NodePointer) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionChildNodeIterator
- getElementNodeIterator(NodePointer) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
-
Implemented by subclasses to produce child/attribute node iterators.
- getEndColumn() - Method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- getEndLine() - Method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- getEvalContext() - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Get the evaluation context.
- getException() - Method in error org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
-
Return the actual exception (if any) that caused this exception to be raised.
- getException() - Method in exception org.apache.commons.jxpath.JXPathException
-
Return the actual exception (if any) that caused this exception to be raised.
- getExpression() - Method in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
-
Get the expression.
- getExpression() - Method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
-
Get the compiled expression.
- getExtendedKeyManager(KeyManager) - Static method in class org.apache.commons.jxpath.util.KeyManagerUtils
-
Get an ExtendedKeyManager from the specified KeyManager.
- getExternallyRegisteredNamespaceURI(String) - Method in class org.apache.commons.jxpath.ri.NamespaceResolver
-
Given a prefix, returns an externally registered namespace URI.
- getExternallyRegisteredPrefix(String) - Method in class org.apache.commons.jxpath.ri.NamespaceResolver
-
Get the nearest prefix found that matches an externally-registered namespace.
- getFactory() - Method in class org.apache.commons.jxpath.JXPathContext
-
Returns the AbstractFactory installed on this context.
- getFunction(String, String, Object[]) - Method in class org.apache.commons.jxpath.ClassFunctions
-
Returns a
Function
, if any, for the specified namespace, name and parameter types. - getFunction(String, String, Object[]) - Method in class org.apache.commons.jxpath.FunctionLibrary
-
Returns a Function, if any, for the specified namespace, name and parameter types.
- getFunction(String, String, Object[]) - Method in interface org.apache.commons.jxpath.Functions
-
Returns a Function, if any, for the specified namespace, name and parameter types.
- getFunction(String, String, Object[]) - Method in class org.apache.commons.jxpath.PackageFunctions
-
Returns a
Function
, if found, for the specified namespace, name and parameter types. - getFunction(QName, Object[]) - Method in class org.apache.commons.jxpath.ri.axes.RootContext
-
Get the specified function from the context.
- getFunction(QName, Object[]) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Get the named Function.
- getFunctionCode() - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
Get the function code.
- getFunctionName() - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
-
Get the name of this function.
- getFunctionName() - Method in class org.apache.commons.jxpath.ri.compiler.ExtensionFunction
-
Get the function name
- getFunctions() - Method in class org.apache.commons.jxpath.JXPathContext
-
Returns the set of functions installed on the context.
- getIdentityManager() - Method in class org.apache.commons.jxpath.JXPathContext
-
Returns this context's identity manager.
- GetImage() - Method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
-
If index == WHOLE_COLLECTION, the value of the property, otherwise the value of the index'th element of the collection represented by the property.
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
-
If index == WHOLE_COLLECTION, the value of the property, otherwise the value of the index'th element of the collection represented by the property.
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
-
If index == WHOLE_COLLECTION, the value of the property, otherwise the value of the index'th element of the collection represented by the property.
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- getImmediateNode() - Method in class org.apache.commons.jxpath.ri.model.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
- getImmediateParentPointer() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Get the immediate parent pointer.
- 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
- getImmediateValuePointer() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
- getImmediateValuePointer() - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
- getIndex() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
If the pointer represents a collection, the index identifies an element of that collection.
- getIndexedPropertyLength(Object, IndexedPropertyDescriptor) - Static method in class org.apache.commons.jxpath.util.ValueUtils
-
If there is a regular non-indexed read method for this property, uses this method to obtain the collection and then returns its length.
- getJXPathContext() - Method in 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.axes.RootContext
- getJXPathContext() - Method in class org.apache.commons.jxpath.ri.EvalContext
- 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
-
Get the language attribute for this node.
- getLanguage() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
Get the language of this element.
- getLength() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
-
If the pointer represents a collection (or collection element), returns the length of the collection.
- getLength() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
-
If the property contains a collection, then the length of that collection, otherwise - 1.
- getLength() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
- getLength() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
- getLength() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
- getLength() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
- getLength() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
- getLength() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
-
Computes length for the current pointer - ignores any exceptions.
- 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.container.ContainerPointer
- getLength() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
- getLength() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- getLength() - Method in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
- getLength() - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
- getLength() - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
-
Returns 1.
- getLength() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
- getLength() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
- getLength() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- getLength() - Method in class org.apache.commons.jxpath.ri.model.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(Object) - Static method in class org.apache.commons.jxpath.util.ValueUtils
-
Returns the length of the supplied collection.
- getLine() - Method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
-
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(Object) - Static method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
Get the local name of the specified node.
- getLocalName(Node) - Static method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
Get the local name of the specified node.
- getMessage() - Method in error org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
-
Return the message (if any) for this error .
- getMessage() - Method in exception org.apache.commons.jxpath.JXPathException
-
Return the message (if any) for this error .
- getMessage() - Method in exception 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 error org.apache.commons.jxpath.ri.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getName() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
- getName() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
- getName() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
- getName() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
- getName() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
- getName() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
- getName() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
- getName() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
- getName() - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
- getName() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
- getName() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- getName() - Method in class org.apache.commons.jxpath.ri.model.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.JDOMNamespacePointer
- getName() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- 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.QName
-
Get the local name.
- getNamespaceContextPointer() - Method in class org.apache.commons.jxpath.JXPathContext
-
Returns the namespace context pointer set with
setNamespaceContextPointer()
or, if none has been specified, the context pointer otherwise. - getNamespaceContextPointer() - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
- getNamespaceContextPointer() - Method in class org.apache.commons.jxpath.ri.NamespaceResolver
-
Get the namespace context pointer.
- getNamespaceResolver() - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Get the namespace resolver.
- getNamespaceResolver() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- getNamespaceResolver() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- getNamespaceResolver() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Get the NamespaceResolver associated with this NodePointer.
- getNamespaceURI() - Method in class org.apache.commons.jxpath.ri.compiler.NodeNameTest
-
Get the ns URI.
- getNamespaceURI() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
- getNamespaceURI() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
- getNamespaceURI() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- getNamespaceURI() - Method in class org.apache.commons.jxpath.ri.model.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.JDOMNamespacePointer
- getNamespaceURI() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- getNamespaceURI() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Returns the namespace URI associated with this Pointer.
- getNamespaceURI(Object) - Static method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
Get the ns uri of the specified node.
- getNamespaceURI(String) - Method in class org.apache.commons.jxpath.JXPathContext
-
Given a prefix, returns a registered namespace URI.
- getNamespaceURI(String) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
- getNamespaceURI(String) - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
- getNamespaceURI(String) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- getNamespaceURI(String) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- getNamespaceURI(String) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Decodes a namespace prefix to the corresponding URI.
- getNamespaceURI(String) - Method in class org.apache.commons.jxpath.ri.NamespaceResolver
-
Given a prefix, returns a registered namespace URI.
- getNamespaceURI(Node) - Static method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
Get the ns uri of the specified node.
- getNameTestExpression() - Method in class org.apache.commons.jxpath.ri.compiler.NameAttributeTest
-
Get the name test expression.
- 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.
- getNode() - Method in class org.apache.commons.jxpath.util.BasicTypeConverter.ValuePointer
- getNodeIterator(EvalContext, NodePointer, Step) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
Get a NodeIterator.
- getNodeName() - Method in class org.apache.commons.jxpath.ri.compiler.NodeNameTest
-
Get the node name.
- getNodePointer() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
- getNodePointer() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
- getNodePointer() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
- getNodePointer() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator
- getNodePointer() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNamespaceIterator
- getNodePointer() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
- getNodePointer() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributeIterator
- getNodePointer() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator
- getNodePointer() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
- getNodePointer() - Method in interface org.apache.commons.jxpath.ri.model.NodeIterator
-
Get the NodePointer at the current position.
- getNodePointerFactories() - Static method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Get the registered NodePointerFactories.
- getNodes() - Method in class org.apache.commons.jxpath.BasicNodeSet
- getNodes() - Method in interface org.apache.commons.jxpath.NodeSet
-
Returns a list of nodes.
- getNodes() - Method in class org.apache.commons.jxpath.util.BasicTypeConverter.ValueNodeSet
- getNodeSet() - Method in class org.apache.commons.jxpath.ri.axes.NodeSetContext
- 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.
- getNodeSetByKey(String, Object) - Method in class org.apache.commons.jxpath.JXPathContext
-
Locates a NodeSet by key/value.
- getNodeSetByKey(JXPathContext, String, Object) - Method in interface org.apache.commons.jxpath.ExtendedKeyManager
-
Find a NodeSet by key/value.
- getNodeSetByKey(JXPathContext, String, Object) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Find a NodeSet by key/value.
- getNodeSetByKey(JXPathContext, String, Object) - Method in class org.apache.commons.jxpath.util.KeyManagerUtils.SingleNodeExtendedKeyManager
- getNodeTest() - Method in class org.apache.commons.jxpath.ri.compiler.Step
-
Get the step test.
- getNodeType() - Method in class org.apache.commons.jxpath.ri.compiler.NodeTypeTest
-
Get the nodeType.
- getNodeValue() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Deprecated.1.1 Please use getNode()
- 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
- getOrder() - Method in interface org.apache.commons.jxpath.ri.model.NodePointerFactory
-
The factory order number determines its position between other factories.
- getOrder() - Method in class org.apache.commons.jxpath.ri.model.VariablePointerFactory
- getParent() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Get the parent pointer.
- getParentContext() - Method in class org.apache.commons.jxpath.JXPathContext
-
Returns the parent context of this context or null.
- getParser(String) - Static method in class org.apache.commons.jxpath.xml.DocumentContainer
-
Maps a model type to a parser.
- 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
-
Get a pointer to the specified path/expression.
- 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
- getPointerByID(String) - Method in class org.apache.commons.jxpath.JXPathContext
-
Locates a Node by its ID.
- 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.dom.DOMNodePointer
-
Locates a node by ID.
- getPointerByID(JXPathContext, String) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Locates a node by ID.
- getPointerByKey(String, String) - Method in class org.apache.commons.jxpath.JXPathContext
-
Locates a Node by a key value.
- getPointerByKey(JXPathContext, String, String) - Method in interface org.apache.commons.jxpath.KeyManager
-
Find a node by key/value.
- getPointerByKey(JXPathContext, String, String) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Locates a node by key and value.
- getPointerByKey(JXPathContext, String, String) - Method in class org.apache.commons.jxpath.util.KeyManagerUtils.SingleNodeExtendedKeyManager
- getPointers() - Method in class org.apache.commons.jxpath.BasicNodeSet
- getPointers() - Method in interface org.apache.commons.jxpath.NodeSet
-
Returns a list of pointers for all nodes in the set.
- getPointers() - Method in class org.apache.commons.jxpath.util.BasicTypeConverter.ValueNodeSet
- 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 class org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
- getPosition() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
- getPosition() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
- getPosition() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator
- getPosition() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNamespaceIterator
- getPosition() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
- getPosition() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributeIterator
- getPosition() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator
- getPosition() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
- getPosition() - Method in interface org.apache.commons.jxpath.ri.model.NodeIterator
-
Get the current iterator position.
- getPosition() - Method in error org.apache.commons.jxpath.ri.parser.TokenMgrError
- getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperation
-
Computes the precedence of the operation.
- getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAdd
- getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAnd
- getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationCompare
- getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationDivide
- getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMod
- getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMultiply
- getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNegate
- getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationOr
- getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationRelationalExpression
- getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationSubtract
- getPrecedence() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationUnion
- 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
-
Get the predicates.
- getPrefix() - Method in class org.apache.commons.jxpath.ri.QName
-
Get the prefix of this QName.
- getPrefix(Object) - Static method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
Get the prefix from a given node.
- getPrefix(String) - Method in class org.apache.commons.jxpath.JXPathContext
-
Get the prefix associated with the specifed namespace URI.
- getPrefix(String) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Get the prefix associated with the specifed namespace URI.
- getPrefix(String) - Method in class org.apache.commons.jxpath.ri.NamespaceResolver
-
Get the prefix associated with the specifed namespace URI.
- getPrefix(NodePointer, String) - Static method in class org.apache.commons.jxpath.ri.NamespaceResolver
-
Find the namespace prefix for the specified namespace URI and NodePointer.
- getPrefix(Node) - Static method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
Get any prefix from the specified node.
- 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.MapDynamicPropertyHandler
- getPropertyCount() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
- getPropertyCount() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
- getPropertyCount() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
-
Count the number of properties represented.
- getPropertyCount() - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
- getPropertyCount() - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
-
Number of the DP object's properties.
- getPropertyDescriptor() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
-
Finds the property descriptor corresponding to the current property index.
- 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
-
Get all PropertyDescriptors.
- getPropertyIndex() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
-
Get the property index.
- 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.BeanPropertyPointer
-
Get the 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.beans.PropertyPointer
-
Get the property name.
- 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.BeanPropertyPointer
-
Get the names of all properties, sorted alphabetically
- getPropertyNames() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
- getPropertyNames() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
-
Get the names of the included properties.
- getPropertyNames() - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
- getPropertyNames() - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
-
Names of all properties, sorted alphabetically.
- 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.MapDynamicPropertyHandler
- getPropertyPointer() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
- getPropertyPointer() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
-
Get the property pointer for this.
- getPropertyPointer() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
- getPropertyPointer() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
-
Get the property pointer.
- getPropertyPointer() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
-
Get a PropertyPointer for this PropertyOwnerPointer.
- 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
-
Get a registered value.
- 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
- getRelativePositionByName() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
Get relative position of this among like-named siblings.
- getRelativePositionByName() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
Get relative position of this among like-named siblings.
- getRelativePositionOfElement() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
Get relative position of this among all siblings.
- getRelativePositionOfElement() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
Get relative position of this among all siblings.
- getRelativePositionOfPI() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
Get the relative position of this among same-target processing instruction siblings.
- getRelativePositionOfPI() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
Get the relative position of this among same-target processing instruction siblings.
- getRelativePositionOfTextNode() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
Get the relative position of this among sibling text nodes.
- getRelativePositionOfTextNode() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
Get the relative position of this among sibling text nodes.
- getRootContext() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
- 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.
- 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
-
Get the root node.
- getRootNode() - Method in class org.apache.commons.jxpath.util.BasicTypeConverter.ValuePointer
- getSingleNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.ChildContext
-
This method is called on the last context on the path when only one value is needed.
- getSingleNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.InitialContext
- getSingleNodePointer() - Method in class org.apache.commons.jxpath.ri.axes.SelfContext
- getSingleNodePointer() - Method in class org.apache.commons.jxpath.ri.EvalContext
-
Returns the first encountered Pointer that matches the current context's criteria.
- 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
-
Get the steps.
- GetSuffix(int) - Method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperation
-
Returns the XPath symbol for this operation, e.g.
- getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAdd
- getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAnd
- getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationDivide
- getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationEqual
- getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThan
- getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationGreaterThanOrEqual
- getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThan
- getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationLessThanOrEqual
- getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMod
- getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMultiply
- getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNegate
- getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNotEqual
- getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationOr
- getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationSubtract
- getSymbol() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationUnion
- getTarget() - Method in class org.apache.commons.jxpath.ri.compiler.ProcessingInstructionTest
-
Get the target.
- getToken(int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- getTypeConverter() - Static method in class org.apache.commons.jxpath.util.TypeUtils
-
Returns the current type converter.
- getUsedNamespaces() - Method in class org.apache.commons.jxpath.ClassFunctions
-
Returns a set of one namespace - the one specified in the constructor.
- getUsedNamespaces() - Method in class org.apache.commons.jxpath.FunctionLibrary
-
Returns a set containing all namespaces used by the aggregated Functions.
- getUsedNamespaces() - Method in interface org.apache.commons.jxpath.Functions
-
Returns all namespaces in which this function collection defines functions.
- getUsedNamespaces() - Method in class org.apache.commons.jxpath.PackageFunctions
-
Returns the namespace specified in the constructor
- getValue() - Method in 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.ri.axes.InitialContext
- getValue() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
- getValue() - Method in class org.apache.commons.jxpath.ri.EvalContext
-
Typically returns the NodeSet by calling getNodeSet(), but will be overridden for contexts that more naturally produce individual values, e.g.
- getValue() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
- getValue() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- getValue() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
- getValue() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- getValue() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
By default, returns
getNode()
, can be overridden to return a "canonical" value, like for instance a DOM element should return its string value. - getValue() - Method in class org.apache.commons.jxpath.util.BasicTypeConverter.ValuePointer
- getValue() - Method in class org.apache.commons.jxpath.xml.DocumentContainer
-
Reads XML, caches it internally and returns the Document.
- getValue() - Method in class org.apache.commons.jxpath.XMLDocumentContainer
-
Deprecated.Reads XML, caches it internally and returns the Document.
- getValue(Object) - Static method in class org.apache.commons.jxpath.util.ValueUtils
-
If the parameter is a container, opens the container and return the contents.
- getValue(Object, int) - Static method in class org.apache.commons.jxpath.util.ValueUtils
-
Returns the index'th element of the supplied collection.
- getValue(Object, PropertyDescriptor) - Static method in class org.apache.commons.jxpath.util.ValueUtils
-
Returns the value of the bean's property represented by the supplied property descriptor.
- getValue(Object, PropertyDescriptor, int) - Static method in class org.apache.commons.jxpath.util.ValueUtils
-
Returns the index'th element of the bean's property represented by the supplied property descriptor.
- getValue(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
-
Get the value indicated.
- getValue(String, Expression, Class) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Get the value indicated.
- 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
- 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
- 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.
- getValues() - Method in class org.apache.commons.jxpath.BasicNodeSet
- getValues() - Method in interface org.apache.commons.jxpath.NodeSet
-
Returns a list of values of all contained pointers.
- getValues() - Method in class org.apache.commons.jxpath.util.BasicTypeConverter.ValueNodeSet
- 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
- getVariable(String) - Method in interface org.apache.commons.jxpath.Variables
-
Returns the value of the specified variable.
- getVariableContext(QName) - Method in class org.apache.commons.jxpath.ri.axes.RootContext
-
Get variable context.
- getVariableName() - Method in class org.apache.commons.jxpath.ri.compiler.VariableReference
-
Get the variable name.
- getVariablePointer(QName) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Get a VariablePointer for the given variable name.
- 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
-
Get the source expression.
- 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
- handler - Variable in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
- handler - Variable in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
- hashCode() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
- hashCode() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
- hashCode() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
- hashCode() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
- hashCode() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
- hashCode() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
- hashCode() - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
- hashCode() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
- hashCode() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- hashCode() - Method in class org.apache.commons.jxpath.ri.model.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.JDOMNamespacePointer
- hashCode() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- hashCode() - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
- hashCode() - Method in class org.apache.commons.jxpath.ri.QName
- hasNext() - Method in class org.apache.commons.jxpath.ri.compiler.Expression.PointerIterator
- hasNext() - Method in class org.apache.commons.jxpath.ri.compiler.Expression.ValueIterator
- hasNext() - Method in class org.apache.commons.jxpath.ri.EvalContext
-
Returns true if there are mode nodes matching the context's constraints.
- hasPerformedIteratorStep - Variable in class org.apache.commons.jxpath.ri.EvalContext
I
- id - Variable in class org.apache.commons.jxpath.ri.model.beans.NullPointer
- id - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- id - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- IdentityManager - Interface in org.apache.commons.jxpath
-
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
-
IdentityManager
- ignoreComments - Variable in class org.apache.commons.jxpath.xml.XMLParser2
- image - Variable in class org.apache.commons.jxpath.ri.parser.Token
-
The string image of the token.
- inBuf - Variable in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- includeSelf - Variable in class org.apache.commons.jxpath.ri.axes.AncestorContext
- includeSelf - Variable in class org.apache.commons.jxpath.ri.axes.DescendantContext
- includeStart - Variable in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
- includeXmlLang - Variable in class org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
- index - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
- index - Variable in class org.apache.commons.jxpath.ri.model.NodePointer
-
Index for this NodePointer
- indexFromPredicate(EvalContext, Expression) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
Extract an integer from a subscript predicate.
- InfoSetUtil - Class in org.apache.commons.jxpath.ri
-
Type conversions, XPath style.
- InfoSetUtil() - Constructor for class org.apache.commons.jxpath.ri.InfoSetUtil
- InitialContext - Class in org.apache.commons.jxpath.ri.axes
-
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
-
Create a new InitialContext.
- input_stream - Variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- inputStream - Variable in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- INSTANCE - Static variable in class org.apache.commons.jxpath.util.ReverseComparator
-
Singleton reverse comparator instance.
- instantiate(Class, String) - Static method in class org.apache.commons.jxpath.JXPathIntrospector
-
Try to create an instance of a named class.
- 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.
- INVALID_LEXICAL_STATE - Static variable in error org.apache.commons.jxpath.ri.parser.TokenMgrError
-
Tried to change to an invalid lexical state.
- invert - Variable in class org.apache.commons.jxpath.ri.compiler.CoreOperationCompare
- 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.ConstructorFunction
-
Converts parameters to suitable types and invokes the constructor.
- invoke(ExpressionContext, Object[]) - Method in class org.apache.commons.jxpath.functions.MethodFunction
- isAbsolute() - Method in class org.apache.commons.jxpath.ri.compiler.LocationPath
-
Learn whether this LocationPath is absolute.
- isActual() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
- isActual() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
- isActual() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
- isActual() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
- isActual() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
- isActual() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- isActual() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
- isActual() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
An actual pointer points to an existing part of an object graph, even if it is null.
- isActual() - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
- 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.beans.PropertyPointer
-
Learn whether this pointer references an actual property.
- 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.
- isChildOrderingRequired() - Method in class org.apache.commons.jxpath.ri.axes.DescendantContext
- isChildOrderingRequired() - Method in class org.apache.commons.jxpath.ri.EvalContext
-
Even if this context has the natural ordering and therefore does not require collecting and sorting all nodes prior to returning them, such operation may be required for any child context.
- isCoalescing() - Method in class org.apache.commons.jxpath.xml.XMLParser2
-
Learn whether the underlying parser is coalescing.
- isCollection() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
-
Returns
true
if the value of the pointer is an array or a Collection. - isCollection() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
- isCollection() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
- isCollection() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
- isCollection() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
- isCollection() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
- isCollection() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
- isCollection() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
- isCollection() - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
- isCollection() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
- isCollection() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- isCollection() - Method in class org.apache.commons.jxpath.ri.model.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.JDOMNamespacePointer
- isCollection() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- 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(Object) - Static method in class org.apache.commons.jxpath.util.ValueUtils
-
Returns true if the object is an array or a Collection.
- isCollectionElement(NodePointer, int) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
Returns true if the pointer is a collection and the index is withing the bounds of the collection.
- isContainer() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
-
This type of node is auxiliary.
- isContainer() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
- isContainer() - Method in class org.apache.commons.jxpath.ri.model.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.
- isContainer() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
If true, this node is auxiliary and can only be used as an intermediate in the chain of pointers.
- isContainer() - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
- isContextDependent() - Method in class org.apache.commons.jxpath.ri.compiler.Constant
-
Returns false
- isContextDependent() - Method in class org.apache.commons.jxpath.ri.compiler.Expression
-
Returns true if this expression should be re-evaluated each time the current position in the context changes.
- isContextDependent() - Method in class org.apache.commons.jxpath.ri.compiler.Step
-
Learn whether this step contains any predicate that is context dependent.
- isContextDependent() - Method in class org.apache.commons.jxpath.ri.compiler.VariableReference
- isDeclaredVariable(String) - Method in class org.apache.commons.jxpath.BasicVariables
-
Returns true if the variable has been defined, even if the value of the variable is null.
- isDeclaredVariable(String) - Method in class org.apache.commons.jxpath.servlet.KeywordVariables
- isDeclaredVariable(String) - Method in interface org.apache.commons.jxpath.Variables
-
Returns true if the specified variable is declared.
- isDefaultNamespace(String) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Returns true if the supplied prefix represents the default namespace in the context of the current node.
- isDynamic() - Method in class org.apache.commons.jxpath.JXPathBasicBeanInfo
-
Return true if the corresponding objects have dynamic properties.
- isDynamic() - Method in interface org.apache.commons.jxpath.JXPathBeanInfo
-
Returns true if the objects of this class have dynamic properties (e.g.
- isDynamicPropertyDeclarationSupported() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
-
Learn whether dynamic property declaration is supported.
- isDynamicPropertyDeclarationSupported() - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
- isExpandEntityReferences() - Method in class org.apache.commons.jxpath.xml.XMLParser2
-
Learn whether the underlying parser expands entity references.
- isIgnoringComments() - Method in class org.apache.commons.jxpath.xml.XMLParser2
-
Learn whether the underlying parser ignores comments.
- isIgnoringElementContentWhitespace() - Method in class org.apache.commons.jxpath.xml.XMLParser2
-
Learn whether the underlying parser is ignoring whitespace.
- isIndexedProperty() - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
-
Learn whether the property referenced is an indexed property.
- isLangAttribute(QName) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
Learn whether
name
is a lang attribute. - isLanguage(String) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
Returns true if the xml:lang attribute for the current node or its parent has the specified prefix lang.
- isLanguage(String) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
Returns true if the xml:lang attribute for the current node or its parent has the specified prefix lang.
- isLanguage(String) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Check whether our locale matches the specified language.
- isLeaf() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
- isLeaf() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
- isLeaf() - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
- isLeaf() - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
- isLeaf() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPointer
- isLeaf() - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
- isLeaf() - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
- isLeaf() - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
- isLeaf() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
- isLeaf() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- isLeaf() - Method in class org.apache.commons.jxpath.ri.model.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.JDOMNamespacePointer
- isLeaf() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- 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
- isLenient() - Method in class org.apache.commons.jxpath.JXPathContext
-
Learn whether this JXPathContext is lenient.
- isNameAttributeEqual(NodePointer, String) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
Returns true if the pointer has an attribute called "name" and its value is equal to the supplied string.
- isNameAttributeTest(Expression) - Method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
-
Learn whether arg is a name attribute test.
- isNamespaceAware() - Method in class org.apache.commons.jxpath.xml.XMLParser2
-
Learn whether the underlying parser is ns-aware.
- isNode() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Deprecated.Please use !isContainer()
- isRecursive() - Method in class org.apache.commons.jxpath.ri.axes.DescendantContext
-
Checks if we are reentering a bean we have already seen and if so returns true to prevent infinite recursion.
- isRoot() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Returns true if this Pointer has no parent.
- isSealed() - Method in class org.apache.commons.jxpath.ri.NamespaceResolver
-
Learn whether this NamespaceResolver has been sealed.
- 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
-
Recognizes paths formatted as
foo/bar[3]/baz[@name = 'biz']
. - isSimpleStep(Step) - Method in class org.apache.commons.jxpath.ri.compiler.Path
-
A Step is "simple" if it takes one of these forms: ".", "/foo", "@bar", "/foo[3]".
- isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperation
-
Returns true if the operation is not sensitive to the order of arguments, e.g.
- isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAdd
- isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationAnd
- isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationCompare
- isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationDivide
- isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMod
- isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationMultiply
- isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationNegate
- isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationOr
- isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationRelationalExpression
- isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationSubtract
- isSymmetric() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationUnion
- isValidating() - Method in class org.apache.commons.jxpath.xml.XMLParser2
-
Learn whether the underlying parser is validating.
- isValidProperty(QName) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
-
Learn whether
name
is a valid child name for this PropertyOwnerPointer. - isWildcard() - Method in class org.apache.commons.jxpath.ri.compiler.NodeNameTest
-
Learn whether this is a wildcard test.
- 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
-
Traverses the xpath and returns a Iterator of all results found for the path.
- 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(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.Expression
-
Iterate over the values from the specified context.
- 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
-
Traverses the xpath and returns an Iterator of Pointers.
- 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(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.Expression
-
Iterate over the pointers from the specified context.
- iterator - Variable in class org.apache.commons.jxpath.ri.axes.AttributeContext
- iterator - Variable in class org.apache.commons.jxpath.ri.axes.ChildContext
- iterator - Variable in class org.apache.commons.jxpath.ri.axes.NamespaceContext
- iterator - Variable in class org.apache.commons.jxpath.ri.compiler.Expression.PointerIterator
- iterator - Variable in class org.apache.commons.jxpath.ri.compiler.Expression.ValueIterator
J
- JDOM_POINTER_FACTORY_ORDER - Static variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMPointerFactory
-
factory order constant
- JDOMAttributeIterator - Class in org.apache.commons.jxpath.ri.model.jdom
-
An iterator of attributes of a DOM Node.
- JDOMAttributeIterator(NodePointer, QName) - Constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributeIterator
-
Create a new JDOMAttributeIterator.
- JDOMAttributePointer - Class in org.apache.commons.jxpath.ri.model.jdom
-
A Pointer that points to a DOM node.
- JDOMAttributePointer(NodePointer, Attribute) - Constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
-
Create a JDOMAttributePointer.
- JDOMNamespaceIterator - Class in org.apache.commons.jxpath.ri.model.jdom
-
An iterator of namespaces of a DOM Node.
- JDOMNamespaceIterator(NodePointer) - Constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator
-
Create a new JDOMNamespaceIterator.
- JDOMNamespacePointer - Class in org.apache.commons.jxpath.ri.model.jdom
-
Represents a namespace node.
- JDOMNamespacePointer(NodePointer, String) - Constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
-
Create a new JDOMNamespacePointer.
- JDOMNamespacePointer(NodePointer, String, String) - Constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
-
Create a new JDOMNamespacePointer.
- JDOMNodeIterator - Class in org.apache.commons.jxpath.ri.model.jdom
-
An iterator of children of a JDOM Node.
- JDOMNodeIterator(NodePointer, NodeTest, boolean, NodePointer) - Constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
-
Create a new JDOMNodeIterator.
- JDOMNodePointer - Class in org.apache.commons.jxpath.ri.model.jdom
-
A Pointer that points to a DOM node.
- JDOMNodePointer(Object, Locale) - Constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
Create a new JDOMNodePointer.
- JDOMNodePointer(Object, Locale, String) - Constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
Create a new JDOMNodePointer.
- JDOMNodePointer(NodePointer, Object) - Constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
Create a new JDOMNodePointer.
- JDOMParser - Class in org.apache.commons.jxpath.xml
-
An implementation of the XMLParser interface that produces a JDOM Document.
- JDOMParser() - Constructor for class org.apache.commons.jxpath.xml.JDOMParser
- JDOMPointerFactory - Class in org.apache.commons.jxpath.ri.model.jdom
-
Implements NodePointerFactory for DOM elements.
- JDOMPointerFactory() - Constructor for class org.apache.commons.jxpath.ri.model.jdom.JDOMPointerFactory
- jj_2_1(int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_2_2(int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_2_3(int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_2_4(int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_2_5(int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_2_6(int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_2_rtns - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3_1() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3_2() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3_3() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3_4() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3_5() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3_6() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_100() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_101() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_102() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_103() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_104() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_105() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_106() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_107() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_108() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_109() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_110() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_111() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_112() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_113() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_114() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_115() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_116() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_117() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_118() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_119() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_120() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_121() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_122() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_123() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_124() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_125() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_126() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_127() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_128() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_129() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_130() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_131() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_132() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_133() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_134() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_135() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_136() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_137() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_138() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_139() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_140() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_141() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_142() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_143() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_144() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_145() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_146() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_147() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_148() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_149() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_15() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_150() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_151() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_152() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_153() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_154() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_155() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_156() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_157() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_158() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_159() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_16() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_160() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_161() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_162() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_163() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_164() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_165() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_166() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_167() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_168() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_169() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_17() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_170() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_171() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_172() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_173() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_174() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_175() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_176() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_177() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_178() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_179() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_18() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_180() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_181() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_182() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_183() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_184() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_185() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_186() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_187() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_188() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_189() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_19() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_190() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_191() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_192() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_193() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_20() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_21() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_22() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_23() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_24() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_25() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_26() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_27() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_28() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_29() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_30() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_31() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_32() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_33() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_34() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_35() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_36() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_37() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_38() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_39() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_40() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_41() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_42() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_43() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_44() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_45() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_46() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_47() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_48() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_49() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_50() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_51() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_52() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_53() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_54() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_55() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_56() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_57() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_58() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_59() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_60() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_61() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_62() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_63() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_64() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_65() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_66() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_67() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_68() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_69() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_70() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_71() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_72() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_73() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_74() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_75() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_76() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_77() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_78() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_79() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_80() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_81() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_82() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_83() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_84() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_85() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_86() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_87() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_88() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_89() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_90() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_91() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_92() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_93() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_94() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_95() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_96() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_97() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_98() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_3R_99() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_add_error_token(int, int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_consume_token(int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_endpos - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_expentries - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_expentry - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_gc - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_gen - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_input_stream - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_kind - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_la - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_la1 - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_la1_0 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_la1_0() - Static method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_la1_1 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_la1_1() - Static method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_la1_2 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_la1_2() - Static method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_lastpos - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_lasttokens - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_nt - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_rescan - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_rescan_token() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_save(int, int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_scan_token(int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_scanpos - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jj_semLA - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- jjAddStates(int, int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec0 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec10 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec11 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec12 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec13 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec14 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec15 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec16 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec17 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec18 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec19 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec2 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec20 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec21 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec22 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec23 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec24 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec25 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec26 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec27 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec28 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec29 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec3 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec30 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec31 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec32 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec33 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec34 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec35 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec36 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec37 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec38 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec39 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec4 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec40 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec41 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec5 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec6 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec7 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec8 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjbitVec9 - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- JJCalls() - Constructor for class org.apache.commons.jxpath.ri.parser.XPathParser.JJCalls
- jjCanMove_0(int, int, int, long, long) - Static method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjCanMove_1(int, int, int, long, long) - Static method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjCanMove_2(int, int, int, long, long) - Static method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjCheckNAdd(int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjCheckNAddStates(int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjCheckNAddStates(int, int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjCheckNAddTwoStates(int, int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjFillToken() - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjmatchedKind - Variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjmatchedPos - Variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveNfa_0(int, int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa0_0() - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa1_0(long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa10_0(long, long, long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa11_0(long, long, long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa12_0(long, long, long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa13_0(long, long, long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa14_0(long, long, long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa15_0(long, long, long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa16_0(long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa17_0(long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa18_0(long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa19_0(long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa2_0(long, long, long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa20_0(long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa21_0(long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa3_0(long, long, long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa4_0(long, long, long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa5_0(long, long, long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa6_0(long, long, long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa7_0(long, long, long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa8_0(long, long, long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjMoveStringLiteralDfa9_0(long, long, long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjnewStateCnt - Variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjnextStates - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjround - Variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjrounds - Variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjStartNfa_0(int, long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjStartNfaWithStates_0(int, int, int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjstateSet - Variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjStopAtPos(int, int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjStopStringLiteralDfa_0(int, long, long) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjstrLiteralImages - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjtoSkip - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- jjtoToken - 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
. - JXPath11CompatibleTypeConverter - Class in org.apache.commons.jxpath.util
-
TypeConverter implementation to circumvent automagic
NodeSet
decoding. - JXPath11CompatibleTypeConverter() - Constructor for class org.apache.commons.jxpath.util.JXPath11CompatibleTypeConverter
- JXPathAbstractFactoryException - Exception in org.apache.commons.jxpath
-
Thrown when an
AbstractFactory
cannot generate an object for the requested path. - JXPathAbstractFactoryException(String) - Constructor for exception org.apache.commons.jxpath.JXPathAbstractFactoryException
-
Create a new JXPathAbstractFactoryException.
- JXPathBasicBeanInfo - Class in org.apache.commons.jxpath
-
An implementation of JXPathBeanInfo based on JavaBeans' BeanInfo.
- JXPathBasicBeanInfo(Class) - Constructor for class org.apache.commons.jxpath.JXPathBasicBeanInfo
-
Create a new JXPathBasicBeanInfo.
- JXPathBasicBeanInfo(Class, boolean) - Constructor for class org.apache.commons.jxpath.JXPathBasicBeanInfo
-
Create a new JXPathBasicBeanInfo.
- JXPathBasicBeanInfo(Class, Class) - Constructor for class org.apache.commons.jxpath.JXPathBasicBeanInfo
-
Create a new JXPathBasicBeanInfo.
- JXPathBeanInfo - Interface in org.apache.commons.jxpath
-
JXPathBeanInfo is similar to
BeanInfo
in that it describes properties of a JavaBean class. - JXPathCompiledExpression - Class in org.apache.commons.jxpath.ri
-
RI of CompiledExpression.
- JXPathCompiledExpression(String, Expression) - Constructor for class org.apache.commons.jxpath.ri.JXPathCompiledExpression
-
Create a new JXPathCompiledExpression.
- jxpathContext - Variable in class org.apache.commons.jxpath.ri.axes.RootContext
- JXPathContext - Class in org.apache.commons.jxpath
-
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 in org.apache.commons.jxpath
-
Defines a factory API that enables applications to obtain a
JXPathContext
instance. - JXPathContextFactory() - Constructor for class org.apache.commons.jxpath.JXPathContextFactory
-
Create a new JXPathContextFactory.
- JXPathContextFactoryConfigurationError - Error in org.apache.commons.jxpath
-
Thrown when a problem with configuration with the
JXPathContextFactories
exists. - JXPathContextFactoryConfigurationError() - Constructor for error org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
-
Create a new
JXPathContextFactoryConfigurationError
with no detail mesage. - JXPathContextFactoryConfigurationError(Exception) - Constructor for error org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
-
Create a new
JXPathContextFactoryConfigurationError
with a givenException
base cause of the error. - JXPathContextFactoryConfigurationError(Exception, String) - Constructor for error org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
-
Create a new
JXPathContextFactoryConfigurationError
with the givenException
base cause and detail message. - JXPathContextFactoryConfigurationError(String) - Constructor for error org.apache.commons.jxpath.JXPathContextFactoryConfigurationError
-
Create a new
JXPathContextFactoryConfigurationError
with theString
specified as an error message. - JXPathContextFactoryReferenceImpl - Class in org.apache.commons.jxpath.ri
-
Default implementation of JXPathContextFactory.
- JXPathContextFactoryReferenceImpl() - Constructor for class org.apache.commons.jxpath.ri.JXPathContextFactoryReferenceImpl
-
Create a new JXPathContextFactoryReferenceImpl.
- JXPathContextReferenceImpl - Class in org.apache.commons.jxpath.ri
-
The reference implementation of JXPathContext.
- JXPathContextReferenceImpl(JXPathContext, Object) - Constructor for class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Create a new JXPathContextReferenceImpl.
- JXPathContextReferenceImpl(JXPathContext, Object, Pointer) - Constructor for class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Create a new JXPathContextReferenceImpl.
- JXPathException - Exception in org.apache.commons.jxpath
-
Thrown in various situations by JXPath; may contain a nested exception.
- JXPathException() - Constructor for exception org.apache.commons.jxpath.JXPathException
-
Create a new
JXPathException
with no detail mesage. - JXPathException(String) - Constructor for exception org.apache.commons.jxpath.JXPathException
-
Create a new
JXPathException
with theString
specified as an error message. - JXPathException(String, Throwable) - Constructor for exception org.apache.commons.jxpath.JXPathException
-
Create a new
JXPathException
with the givenException
base cause and detail message. - JXPathException(Throwable) - Constructor for exception org.apache.commons.jxpath.JXPathException
-
Create a new
JXPathException
with a givenThrowable
base cause of the error. - JXPathFunctionNotFoundException - Exception in org.apache.commons.jxpath
-
Thrown when JXPath encounters an unknown extension function.
- JXPathFunctionNotFoundException(String) - Constructor for exception org.apache.commons.jxpath.JXPathFunctionNotFoundException
-
Create a new JXPathFunctionNotFoundException.
- JXPathIntrospector - Class in org.apache.commons.jxpath
-
JXPathIntrospector maintains a registry of
JXPathBeanInfo
objects for Java classes. - JXPathIntrospector() - Constructor for class org.apache.commons.jxpath.JXPathIntrospector
- JXPathInvalidAccessException - Exception in org.apache.commons.jxpath
-
Similary to
InvocationTargetException
in that it is thrown when JXPath cannot access properties, collection etc on the target object model. - JXPathInvalidAccessException(String) - Constructor for exception org.apache.commons.jxpath.JXPathInvalidAccessException
-
Create a new JXPathInvalidAccessException.
- JXPathInvalidAccessException(String, Throwable) - Constructor for exception org.apache.commons.jxpath.JXPathInvalidAccessException
-
Create a new JXPathInvalidAccessException.
- JXPathInvalidSyntaxException - Exception in org.apache.commons.jxpath
-
Thrown when JXPath cannot parse a supplied XPath.
- JXPathInvalidSyntaxException(String) - Constructor for exception org.apache.commons.jxpath.JXPathInvalidSyntaxException
-
Create a new JXPathInvalidSyntaxException.
- JXPathNotFoundException - Exception in org.apache.commons.jxpath
-
Thrown when JXPath cannot find a requested path.
- JXPathNotFoundException(String) - Constructor for exception org.apache.commons.jxpath.JXPathNotFoundException
-
Create a new JXPathNotFoundException.
- JXPathTypeConversionException - Exception in org.apache.commons.jxpath
-
Thrown when JXPath cannot convert supplied value to the required type.
- JXPathTypeConversionException(String) - Constructor for exception org.apache.commons.jxpath.JXPathTypeConversionException
-
Create a new JXPathTypeConversionException.
- JXPathTypeConversionException(String, Exception) - Constructor for exception org.apache.commons.jxpath.JXPathTypeConversionException
-
Create a new JXPathTypeConversionException.
K
- keyFromPredicate(EvalContext, Expression) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
Extracts the string value of the expression from a predicate like [@name=expression].
- keyManager - Variable in class org.apache.commons.jxpath.JXPathContext
-
KeyManager
- KeyManager - Interface in org.apache.commons.jxpath
-
A delegate of
JXPathContext
that implements the XPath"key()"
function. - KeyManagerUtils - Class in org.apache.commons.jxpath.util
-
Utility class.
- KeyManagerUtils() - Constructor for class org.apache.commons.jxpath.util.KeyManagerUtils
- KeyManagerUtils.SingleNodeExtendedKeyManager - Class in org.apache.commons.jxpath.util
-
Adapt KeyManager to implement ExtendedKeyManager.
- keyword - Variable in class org.apache.commons.jxpath.servlet.KeywordVariables
- KeywordVariables - Class in org.apache.commons.jxpath.servlet
-
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
-
Create a new KeywordVariables.
- kind - Variable in class org.apache.commons.jxpath.ri.parser.Token
-
An integer that describes the kind of this token.
L
- LangAttributePointer - Class in org.apache.commons.jxpath.ri.model.beans
-
A Pointer that points to the "lang" attribute of a JavaBean.
- LangAttributePointer(NodePointer) - Constructor for class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
-
Create a new LangAttributePointer.
- lenient - Variable in class org.apache.commons.jxpath.JXPathContext
- lenientSet - 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
- LEXICAL_ERROR - Static variable in error org.apache.commons.jxpath.ri.parser.TokenMgrError
-
Lexical error occured.
- LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.commons.jxpath.ri.parser.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexStateNames - Static variable in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- line - Variable in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- 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
- Literal - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
- locale - Variable in class org.apache.commons.jxpath.JXPathContext
- locale - Variable in class org.apache.commons.jxpath.ri.compiler.Expression.PointerIterator
- locale - Variable in class org.apache.commons.jxpath.ri.model.NodePointer
-
Locale
- localNamespaceResolver - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- localNamespaceResolver - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- 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 - Class in org.apache.commons.jxpath.ri.compiler
- LocationPath(boolean, Step[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.LocationPath
-
Create a new LocationPath.
- LocationPath() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- 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
-
Look up a constructor.
- lookupMethod(Class, String, Object[]) - Static method in class org.apache.commons.jxpath.util.MethodLookupUtils
-
Look up a method.
- lookupStaticMethod(Class, String, Object[]) - Static method in class org.apache.commons.jxpath.util.MethodLookupUtils
-
Look up a static method.
- LOOP_DETECTED - Static variable in error org.apache.commons.jxpath.ri.parser.TokenMgrError
-
Detected (and bailed out of) an infinite loop in the token manager.
- 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 in org.apache.commons.jxpath
-
Implements the DynamicPropertyHandler interface for
Map
. - MapDynamicPropertyHandler() - Constructor for class org.apache.commons.jxpath.MapDynamicPropertyHandler
- matchParameterTypes(Class[], Object[]) - Static method in class org.apache.commons.jxpath.util.MethodLookupUtils
-
Return a match code of objects to types.
- matchType(Class, Object) - Static method in class org.apache.commons.jxpath.util.MethodLookupUtils
-
Return a match code between an object and type.
- MAX_REGISTER - Static variable in class org.apache.commons.jxpath.ri.axes.RootContext
- maxNextCharInd - Variable in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- method - Variable in class org.apache.commons.jxpath.functions.MethodFunction
- MethodFunction - Class in org.apache.commons.jxpath.functions
-
An XPath extension function implemented as an individual Java method.
- MethodFunction(Method) - Constructor for class org.apache.commons.jxpath.functions.MethodFunction
-
Create a new MethodFunction.
- MethodLookupUtils - Class in org.apache.commons.jxpath.util
-
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(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
- MINUS - 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
- MOD - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
- model - Variable in class org.apache.commons.jxpath.xml.DocumentContainer
- MODEL_DOM - Static variable in class org.apache.commons.jxpath.xml.DocumentContainer
-
DOM constant
- MODEL_JDOM - Static variable in class org.apache.commons.jxpath.xml.DocumentContainer
-
JDOM constant
- 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
- MULTIPLY_PRECEDENCE - Static variable in class org.apache.commons.jxpath.ri.compiler.CoreOperation
-
multiply/divide/mod precedence
N
- name - Variable in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
- name - Variable in class org.apache.commons.jxpath.ri.model.beans.CollectionAttributeNodeIterator
- name - Variable in class org.apache.commons.jxpath.ri.model.beans.NullPointer
- name - Variable in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
- name - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator
- name - Variable in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
- name - Variable in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
- name - Variable in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
- name - Variable in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
- name - Variable in class org.apache.commons.jxpath.ri.model.VariablePointer
- name - Variable in class org.apache.commons.jxpath.ri.QName
- NameAttributeTest - Class in org.apache.commons.jxpath.ri.compiler
-
Captures the
foo[@name=expr]
expression. - NameAttributeTest(Expression, Expression) - Constructor for class org.apache.commons.jxpath.ri.compiler.NameAttributeTest
-
Create a new NameAttributeTest.
- names - Variable in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
- names - Variable in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
- names - Variable in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
- namespace - Variable in class org.apache.commons.jxpath.ClassFunctions
- namespace - Variable in class org.apache.commons.jxpath.PackageFunctions
- namespaceAware - Variable in class org.apache.commons.jxpath.xml.XMLParser2
- NamespaceContext - Class in org.apache.commons.jxpath.ri.axes
-
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.beans.CollectionPointer
- namespaceIterator() - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
- namespaceIterator() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- namespaceIterator() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- namespaceIterator() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Returns a NodeIterator that iterates over all namespaces of the value currently pointed at.
- namespaceIterator() - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
- namespaceMap - Variable in class org.apache.commons.jxpath.ri.NamespaceResolver
-
namespace map
- namespacePointer(String) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
- namespacePointer(String) - Method in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
- namespacePointer(String) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- namespacePointer(String) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- namespacePointer(String) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Returns a NodePointer for the specified namespace.
- namespacePointer(String) - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
- NamespacePointer - Class in org.apache.commons.jxpath.ri.model.dom
-
Represents a namespace node.
- NamespacePointer(NodePointer, String) - Constructor for class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
-
Create a new NamespacePointer.
- NamespacePointer(NodePointer, String, String) - Constructor for class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
-
Create a new NamespacePointer.
- namespaceResolver - Variable in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Namespace resolver
- namespaceResolver - Variable in class org.apache.commons.jxpath.ri.model.NodePointer
- NamespaceResolver - Class in org.apache.commons.jxpath.ri
-
Namespace resolver for
JXPathContextReferenceImpl
. - NamespaceResolver() - Constructor for class org.apache.commons.jxpath.ri.NamespaceResolver
-
Create a new NamespaceResolver.
- NamespaceResolver(NamespaceResolver) - Constructor for class org.apache.commons.jxpath.ri.NamespaceResolver
-
Create a new NamespaceResolver.
- namespaces - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- namespaces - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator
- namespaceURI - Variable in class org.apache.commons.jxpath.ri.compiler.NodeNameTest
- namespaceURI - Variable in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
- namespaceURI - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
- nameTestExpression - Variable in class org.apache.commons.jxpath.ri.axes.PredicateContext
- NCName - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
- NCName() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- NCName_Without_CoreFunctions() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- NEGATE_PRECEDENCE - Static variable in class org.apache.commons.jxpath.ri.compiler.CoreOperation
-
negate precedence
- 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(Object) - Static method in class org.apache.commons.jxpath.JXPathContext
-
Creates a new JXPathContext with the specified object as the root node.
- 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
- 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 - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser.JJCalls
- next() - Method in class org.apache.commons.jxpath.ri.compiler.Expression.PointerIterator
- next() - Method in class org.apache.commons.jxpath.ri.compiler.Expression.ValueIterator
- 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.model.dom.DOMNodeIterator
-
Set the next position.
- next() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
-
Iterate to next pointer.
- nextNode() - Method in class org.apache.commons.jxpath.ri.axes.AncestorContext
- nextNode() - Method in class org.apache.commons.jxpath.ri.axes.AttributeContext
- nextNode() - Method in class org.apache.commons.jxpath.ri.axes.ChildContext
- nextNode() - Method in class org.apache.commons.jxpath.ri.axes.DescendantContext
- nextNode() - Method in class org.apache.commons.jxpath.ri.axes.InitialContext
- nextNode() - Method in class org.apache.commons.jxpath.ri.axes.NamespaceContext
- nextNode() - Method in class org.apache.commons.jxpath.ri.axes.NodeSetContext
- nextNode() - Method in class org.apache.commons.jxpath.ri.axes.ParentContext
- nextNode() - Method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
- nextNode() - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
- nextNode() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
- nextNode() - Method in class org.apache.commons.jxpath.ri.axes.SelfContext
- nextNode() - Method in class org.apache.commons.jxpath.ri.EvalContext
-
Returns true if there is another object in the current set.
- nextSet() - Method in class org.apache.commons.jxpath.ri.axes.InitialContext
- nextSet() - Method in class org.apache.commons.jxpath.ri.axes.NodeSetContext
- nextSet() - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
- nextSet() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
- nextSet() - Method in class org.apache.commons.jxpath.ri.EvalContext
-
Returns true if there is another sets of objects to interate over.
- NO_MATCH - Static variable in class org.apache.commons.jxpath.util.MethodLookupUtils
- node - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
- node - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- node - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- 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
- nodeFactories - Static variable in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
- nodeFactoryArray - Static variable in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
- NodeIterator - Interface in org.apache.commons.jxpath.ri.model
-
Definition for an iterator for all kinds of Nodes.
- 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 - Class in org.apache.commons.jxpath.ri.compiler
- NodeNameTest(QName) - Constructor for class org.apache.commons.jxpath.ri.compiler.NodeNameTest
-
Create a new NodeNameTest.
- NodeNameTest(QName, String) - Constructor for class org.apache.commons.jxpath.ri.compiler.NodeNameTest
-
Create a new NodeNameTest.
- nodeParent(Object) - Static method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
Get the parent of the specified node.
- nodePointer - Variable in class org.apache.commons.jxpath.ri.axes.InitialContext
- nodePointer - Variable in class org.apache.commons.jxpath.ri.axes.SelfContext
- NodePointer - Class in org.apache.commons.jxpath.ri.model
-
Common superclass for Pointers of all kinds.
- NodePointer(NodePointer) - Constructor for class org.apache.commons.jxpath.ri.model.NodePointer
-
Create a new NodePointer.
- NodePointer(NodePointer, Locale) - Constructor for class org.apache.commons.jxpath.ri.model.NodePointer
-
Create a new NodePointer.
- NodePointerFactory - Interface in org.apache.commons.jxpath.ri.model
-
Creates NodePointers for objects of a certain type.
- nodes - Variable in class org.apache.commons.jxpath.BasicNodeSet
- nodeSet - Variable in class org.apache.commons.jxpath.ri.axes.NodeSetContext
- NodeSet - Interface in org.apache.commons.jxpath
-
NodeSet interface can be used as the type of an argument of an extension function.
- NodeSetContext - Class in org.apache.commons.jxpath.ri.axes
-
A simple context that is based on a
NodeSet
. - NodeSetContext(EvalContext, NodeSet) - Constructor for class org.apache.commons.jxpath.ri.axes.NodeSetContext
-
Create a new NodeSetContext.
- nodeTest - Variable in class org.apache.commons.jxpath.ri.axes.AncestorContext
- nodeTest - Variable in class org.apache.commons.jxpath.ri.axes.AttributeContext
- nodeTest - Variable in class org.apache.commons.jxpath.ri.axes.ChildContext
- nodeTest - Variable in class org.apache.commons.jxpath.ri.axes.DescendantContext
- nodeTest - Variable in class org.apache.commons.jxpath.ri.axes.NamespaceContext
- nodeTest - Variable in class org.apache.commons.jxpath.ri.axes.ParentContext
- nodeTest - Variable in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
- nodeTest - Variable in class org.apache.commons.jxpath.ri.axes.SelfContext
- nodeTest - Variable in class org.apache.commons.jxpath.ri.compiler.Step
- nodeTest - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
- nodeTest - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
- NodeTest - Class in org.apache.commons.jxpath.ri.compiler
- NodeTest() - Constructor for class org.apache.commons.jxpath.ri.compiler.NodeTest
- NodeTest(ArrayList) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- nodeType - Variable in class org.apache.commons.jxpath.ri.compiler.NodeTypeTest
- NodeType() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- 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 - Class in org.apache.commons.jxpath.ri.compiler
- NodeTypeTest(int) - Constructor for class org.apache.commons.jxpath.ri.compiler.NodeTypeTest
-
Create a new NodeTypeTest.
- nodeTypeToString(int) - Static method in class org.apache.commons.jxpath.ri.compiler.NodeTypeTest
-
Render the given node type as a String.
- NOT_A_NUMBER - Static variable in class org.apache.commons.jxpath.ri.compiler.Expression
-
NaN
- NOT_A_NUMBER - Static variable in class org.apache.commons.jxpath.ri.InfoSetUtil
- 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 in org.apache.commons.jxpath.ri.model.beans
-
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
-
Create a new NullElementPointer.
- NullPointer - Class in org.apache.commons.jxpath.ri.model.beans
-
Pointer whose value is
null
. - NullPointer(Locale, String) - Constructor for class org.apache.commons.jxpath.ri.model.beans.NullPointer
-
Create a new 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
-
Create a new NullPointer.
- NullPropertyPointer - Class in org.apache.commons.jxpath.ri.model.beans
- NullPropertyPointer(NodePointer) - Constructor for class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
-
Create a new NullPropertyPointer.
- 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
- Number - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
O
- object - Variable in class org.apache.commons.jxpath.servlet.KeywordVariables
- ONE - Static variable in class org.apache.commons.jxpath.ri.compiler.Expression
-
one
- ONE - Static variable in class org.apache.commons.jxpath.ri.InfoSetUtil
- Operation - Class in org.apache.commons.jxpath.ri.compiler
- Operation(Expression[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.Operation
-
Create a new Operation.
- 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
- OR - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
- OR_PRECEDENCE - Static variable in class org.apache.commons.jxpath.ri.compiler.CoreOperation
-
or precedence
- 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
-
Implementation of "model" APIs for Commons BeanUtils DynaBeans.
- org.apache.commons.jxpath.ri.model.dynamic - package org.apache.commons.jxpath.ri.model.dynamic
-
Implementation of "model" APIs for dynamic property objects e.g.
- 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 JXPathContexts bound to various servlet scopes: PageContext, ServletRequest, HttpSession and ServletContext.
- org.apache.commons.jxpath.util - package org.apache.commons.jxpath.util
-
Utility classes to assist with JXPath implementation(s) and/or usage.
- org.apache.commons.jxpath.xml - package org.apache.commons.jxpath.xml
-
Support classes for working with XML.
P
- PackageFunctions - Class in org.apache.commons.jxpath
-
Extension functions provided by Java classes.
- PackageFunctions(String, String) - Constructor for class org.apache.commons.jxpath.PackageFunctions
-
Create a new PackageFunctions.
- PAGE_SCOPE - Static variable in class org.apache.commons.jxpath.servlet.Constants
-
Variable name for
javax.servlet.jsp.PageContext
. - parent - Variable in class org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
- parent - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator
- parent - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMNamespaceIterator
- parent - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
- parent - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributeIterator
- parent - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator
- parent - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
- parent - Variable in class org.apache.commons.jxpath.ri.model.NodePointer
-
Parent pointer
- parent - Variable in class org.apache.commons.jxpath.ri.NamespaceResolver
-
Parent NamespaceResolver
- parentContext - Variable in class org.apache.commons.jxpath.JXPathContext
-
parent context
- parentContext - Variable in class org.apache.commons.jxpath.ri.EvalContext
-
parent context
- ParentContext - Class in org.apache.commons.jxpath.ri.axes
-
EvalContext that walks the "parent::" axis.
- ParentContext(EvalContext, NodeTest) - Constructor for class org.apache.commons.jxpath.ri.axes.ParentContext
-
Create a new ParentContext.
- parenthesize(Expression, boolean) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperation
-
Wrap an expression in parens if necessary.
- ParseException - Exception in org.apache.commons.jxpath.ri.parser
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception 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 exception org.apache.commons.jxpath.ri.parser.ParseException
- ParseException(Token, int[][], String[]) - Constructor for exception 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 - Static variable in class org.apache.commons.jxpath.ri.Parser
- Parser - Class in org.apache.commons.jxpath.ri
-
XPath parser
- Parser() - Constructor for class org.apache.commons.jxpath.ri.Parser
- parserClasses - Static variable in class org.apache.commons.jxpath.xml.DocumentContainer
- parsers - Static variable in class org.apache.commons.jxpath.xml.DocumentContainer
- parseXML(InputStream) - Method in class org.apache.commons.jxpath.xml.DocumentContainer
-
Parses XML using the parser for the specified model.
- parseXML(InputStream) - Method in class org.apache.commons.jxpath.xml.DOMParser
- 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.XMLParser2
- Path - Class in org.apache.commons.jxpath.ri.compiler
- Path(Step[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.Path
-
Create a new Path.
- PathExpr() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- PERFECT_MATCH - Static variable in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
- performIteratorStep() - Method in class org.apache.commons.jxpath.ri.EvalContext
-
Moves the iterator forward by one position
- 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 - Variable in class org.apache.commons.jxpath.ri.axes.RootContext
- pointer - Variable in class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
- pointer - Variable in class org.apache.commons.jxpath.ri.NamespaceResolver
-
pointer
- Pointer - Interface in org.apache.commons.jxpath
-
Pointers represent locations of objects and their properties in Java object graphs.
- pointerIterator - Variable in class org.apache.commons.jxpath.ri.EvalContext
- PointerIterator(Iterator, QName, Locale) - Constructor for class org.apache.commons.jxpath.ri.compiler.Expression.PointerIterator
-
Deprecated.Use the method that takes a NamespaceManager
- pointers - Variable in class org.apache.commons.jxpath.BasicNodeSet
- pointers - Variable in class org.apache.commons.jxpath.util.BasicTypeConverter.ValueNodeSet
- position - Variable in class org.apache.commons.jxpath.ri.EvalContext
-
position
- position - Variable in class org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
- position - Variable in class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
- position - Variable in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
- position - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator
- position - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMNamespaceIterator
- position - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
- position - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributeIterator
- position - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator
- position - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
- position - Variable in error org.apache.commons.jxpath.ri.parser.TokenMgrError
- PrecedingOrFollowingContext - Class in org.apache.commons.jxpath.ri.axes
-
EvalContext that walks the "preceding::" and "following::" axes.
- PrecedingOrFollowingContext(EvalContext, NodeTest, boolean) - Constructor for class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
-
Create a new PrecedingOrFollowingContext.
- Predicate() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- PredicateContext - Class in org.apache.commons.jxpath.ri.axes
-
EvalContext that checks predicates.
- PredicateContext(EvalContext, Expression) - Constructor for class org.apache.commons.jxpath.ri.axes.PredicateContext
-
Create a new PredicateContext.
- predicates - Variable in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
- predicates - Variable in class org.apache.commons.jxpath.ri.compiler.Step
- prefix - Variable in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
- prefix - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
- prefix - Variable in class org.apache.commons.jxpath.ri.QName
- prefixes - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator
- prepare() - Method in class org.apache.commons.jxpath.ri.axes.ChildContext
-
Allocates a PropertyIterator.
- prepare() - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
-
Prepare...
- prepareCache() - Method in class org.apache.commons.jxpath.FunctionLibrary
-
Prepare the cache.
- prepared - Variable in class org.apache.commons.jxpath.ri.axes.UnionContext
- prepareForIndividualProperty(String) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
-
Prepare for an individual property.
- prepareForIndividualProperty(String) - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicAttributeIterator
- prevCharIsCR - Variable in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- prevCharIsLF - Variable in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- previous() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
-
Set the previous position.
- previous() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
-
This is actually never invoked during the normal evaluation of xpaths - an iterator is always going forward, never backwards.
- PrimaryExpr() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- PRIMITIVE_TYPE_MAP - Static variable in class org.apache.commons.jxpath.util.TypeUtils
- printDeep(NodePointer, String) - Static method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Print deep
- printPointerChain() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Print internal structure of a pointer for debugging
- 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 - Class in org.apache.commons.jxpath.ri.compiler
- ProcessingInstructionTest(String) - Constructor for class org.apache.commons.jxpath.ri.compiler.ProcessingInstructionTest
-
Create a new ProcessingInstructionTest.
- PROPERTY_DESCRIPTOR_COMPARATOR - Static variable in class org.apache.commons.jxpath.JXPathBasicBeanInfo
- propertyDescriptor - Variable in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
- propertyDescriptorMap - Variable in class org.apache.commons.jxpath.JXPathBasicBeanInfo
- propertyDescriptors - Variable in class org.apache.commons.jxpath.JXPathBasicBeanInfo
- propertyDescriptors - Variable in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
- propertyIndex - Variable in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
-
property index
- PropertyIterator - Class in org.apache.commons.jxpath.ri.model.beans
-
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
-
Create a new PropertyIterator.
- propertyName - Variable in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
- propertyName - Variable in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
- propertyNodePointer - Variable in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
- PropertyOwnerPointer - Class in org.apache.commons.jxpath.ri.model.beans
-
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
-
Create a new PropertyOwnerPointer.
- PropertyOwnerPointer(NodePointer, Locale) - Constructor for class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
-
Create a new PropertyOwnerPointer.
- PropertyPointer - Class in org.apache.commons.jxpath.ri.model.beans
-
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 - Variable in class org.apache.commons.jxpath.ri.compiler.Expression.PointerIterator
- qname - Variable in class org.apache.commons.jxpath.ri.compiler.NodeNameTest
- 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 - Class in org.apache.commons.jxpath.ri
-
A qualified name: a combination of an optional namespace prefix and an local name.
- QName(String) - Constructor for class org.apache.commons.jxpath.ri.QName
-
Create a new QName.
- QName(String, String) - Constructor for class org.apache.commons.jxpath.ri.QName
-
Create a new QName.
- QName() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- QNAME_NAME - Static variable in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
- QNAME_NAME - Static variable in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
- QName_Without_CoreFunctions() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- qualifiedName - Variable in class org.apache.commons.jxpath.ri.QName
R
- readChar() - Method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- readOnlyPointers - Variable in class org.apache.commons.jxpath.BasicNodeSet
- reduce(Object) - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperationRelationalExpression
-
Reduce an operand for comparison.
- registerAtomicClass(Class) - Static method in class org.apache.commons.jxpath.JXPathIntrospector
-
Automatically creates and registers a JXPathBeanInfo object for the specified class.
- registerDynamicClass(Class, Class) - Static method in class org.apache.commons.jxpath.JXPathIntrospector
-
Automatically creates and registers a
JXPathBeanInfo
object for the specified class. - registerNamespace(String, String) - Method in class org.apache.commons.jxpath.JXPathContext
-
Registers a namespace prefix.
- registerNamespace(String, String) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
- registerNamespace(String, String) - Method in class org.apache.commons.jxpath.ri.NamespaceResolver
-
Registers a namespace prefix.
- registers - Variable in class org.apache.commons.jxpath.ri.axes.RootContext
- registerXMLParser(String, String) - Static method in class org.apache.commons.jxpath.xml.DocumentContainer
-
Add a class of a custom XML parser.
- 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.SimpleCharStream
- 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.SimpleCharStream
- ReInit(InputStream, int, int, int) - Method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- ReInit(Reader) - Method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- 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.SimpleCharStream
- ReInit(Reader, int, int, int) - Method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- ReInit(SimpleCharStream) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- ReInit(SimpleCharStream, int) - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- ReInit(XPathParserTokenManager) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- ReInitRounds() - Method in class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- RELATIONAL_EXPR_PRECEDENCE - Static variable in class org.apache.commons.jxpath.ri.compiler.CoreOperation
-
relational expression precedence
- 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.compiler.Expression.PointerIterator
-
Unsupported.
- remove() - Method in class org.apache.commons.jxpath.ri.compiler.Expression.ValueIterator
-
Unsupported.
- remove() - Method in class org.apache.commons.jxpath.ri.EvalContext
-
Operation is not supported
- remove() - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
- 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.dom.DOMAttributePointer
- remove() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- remove() - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
- remove() - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
- remove() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
- remove() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- remove() - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Remove the node of the object graph this pointer points to.
- remove() - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
- remove(Object, int) - Static method in class org.apache.commons.jxpath.util.ValueUtils
-
Remove the index'th element from the supplied collection.
- remove(Pointer) - Method in class org.apache.commons.jxpath.BasicNodeSet
-
Remove a pointer from this NodeSet.
- 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
-
Remove all matching nodes.
- 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
- removeFunctions(Functions) - Method in class org.apache.commons.jxpath.FunctionLibrary
-
Remove functions from the library.
- removeKey() - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
-
Remove the current property.
- 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
-
Remove the specified path.
- 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
- REQUEST_SCOPE - Static variable in class org.apache.commons.jxpath.servlet.Constants
-
Variable name for
javax.servlet.ServletRequest
. - requiredPropertyName - Variable in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
- reset() - Method in class org.apache.commons.jxpath.ri.axes.AncestorContext
- reset() - Method in class org.apache.commons.jxpath.ri.axes.AttributeContext
- reset() - Method in class org.apache.commons.jxpath.ri.axes.ChildContext
- reset() - Method in class org.apache.commons.jxpath.ri.axes.DescendantContext
- reset() - Method in class org.apache.commons.jxpath.ri.axes.NamespaceContext
- reset() - Method in class org.apache.commons.jxpath.ri.axes.ParentContext
- reset() - Method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
- reset() - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
- reset() - Method in class org.apache.commons.jxpath.ri.axes.SelfContext
- 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.model.beans.PropertyIterator
-
Reset property iteration.
- reverse - Variable in class org.apache.commons.jxpath.ri.axes.ChildContext
- reverse - Variable in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
- reverse - Variable in class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
- reverse - Variable in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
- reverse - Variable in class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
- reverse - Variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
- ReverseComparator - Class in org.apache.commons.jxpath.util
-
Reverse comparator.
- ReverseComparator() - Constructor for class org.apache.commons.jxpath.util.ReverseComparator
-
Create a new ReverseComparator.
- reverseMap - Variable in class org.apache.commons.jxpath.ri.NamespaceResolver
-
reverse lookup map
- rootContext - Variable in class org.apache.commons.jxpath.ri.EvalContext
-
root context
- RootContext - Class in org.apache.commons.jxpath.ri.axes
-
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
-
Create a new RootContext.
- rootNode - Variable in class org.apache.commons.jxpath.ri.model.NodePointer
- rootPointer - Variable in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
S
- seal() - Method in class org.apache.commons.jxpath.ri.NamespaceResolver
-
Seal this
NamespaceResolver
. - sealed - Variable in class org.apache.commons.jxpath.ri.NamespaceResolver
- searchForPath(EvalContext) - Method in class org.apache.commons.jxpath.ri.compiler.Path
-
The idea here is to return a NullPointer rather than null if that's at all possible.
- selectNodes(String) - Method in class org.apache.commons.jxpath.JXPathContext
-
Finds all nodes that match the specified XPath.
- selectSingleNode(String) - Method in class org.apache.commons.jxpath.JXPathContext
-
Finds the first object that matches the specified XPath.
- SelfContext - Class in org.apache.commons.jxpath.ri.axes
-
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
-
Create a new SelfContext.
- serialVersionUID - Static variable in class org.apache.commons.jxpath.BasicVariables
- serialVersionUID - Static variable in exception org.apache.commons.jxpath.JXPathAbstractFactoryException
- serialVersionUID - Static variable in class org.apache.commons.jxpath.JXPathBasicBeanInfo
- serialVersionUID - Static variable in exception org.apache.commons.jxpath.JXPathException
- serialVersionUID - Static variable in exception org.apache.commons.jxpath.JXPathFunctionNotFoundException
- serialVersionUID - Static variable in exception org.apache.commons.jxpath.JXPathInvalidAccessException
- serialVersionUID - Static variable in exception org.apache.commons.jxpath.JXPathInvalidSyntaxException
- serialVersionUID - Static variable in exception org.apache.commons.jxpath.JXPathNotFoundException
- serialVersionUID - Static variable in exception org.apache.commons.jxpath.JXPathTypeConversionException
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.beans.BeanPointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.beans.NullPointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.dom.NamespacePointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributePointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.model.VariablePointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.NamespaceResolver
- serialVersionUID - Static variable in class org.apache.commons.jxpath.ri.QName
- serialVersionUID - Static variable in class org.apache.commons.jxpath.servlet.KeywordVariables
- serialVersionUID - Static variable in class org.apache.commons.jxpath.util.BasicTypeConverter.ValuePointer
- serialVersionUID - Static variable in class org.apache.commons.jxpath.util.ReverseComparator
- serialVersionUID - Static variable in class org.apache.commons.jxpath.xml.DocumentContainer
- SESSION_SCOPE - Static variable in class org.apache.commons.jxpath.servlet.Constants
-
Variable name for
javax.servlet.http.HttpSession
. - setAttribute(boolean) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Set to true if the pointer represents the "attribute::" axis.
- setCoalescing(boolean) - Method in class org.apache.commons.jxpath.xml.XMLParser2
-
Set whether the underlying parser is coalescing.
- 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. - setExpandEntityReferences(boolean) - Method in class org.apache.commons.jxpath.xml.XMLParser2
-
Set whether the underlying parser expands entity references.
- setFactory(AbstractFactory) - Method in class org.apache.commons.jxpath.JXPathContext
-
Install an abstract factory that should be used by the
createPath()
andcreatePathAndSetValue()
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.
- setIgnoringComments(boolean) - Method in class org.apache.commons.jxpath.xml.XMLParser2
-
Set whether the underlying parser ignores comments.
- setIgnoringElementContentWhitespace(boolean) - Method in class org.apache.commons.jxpath.xml.XMLParser2
-
Set whether the underlying parser is ignoring whitespace.
- setIndex(int) - Method in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
- setIndex(int) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
- setIndex(int) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
- setIndex(int) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Set the index of this NodePointer.
- setIndex(int) - Method in class org.apache.commons.jxpath.ri.model.VariablePointer
- 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
-
Set the name attribute.
- setNamespaceAware(boolean) - Method in class org.apache.commons.jxpath.xml.XMLParser2
-
Set whether the underlying parser is ns-aware.
- setNamespaceContextPointer(Pointer) - Method in class org.apache.commons.jxpath.JXPathContext
-
Namespace prefixes can be defined implicitly by specifying a pointer to a context where the namespaces are defined.
- setNamespaceContextPointer(Pointer) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
- setNamespaceContextPointer(NodePointer) - Method in class org.apache.commons.jxpath.ri.NamespaceResolver
-
Register a namespace for the expression context.
- setNamespaceResolver(NamespaceResolver) - Method in class org.apache.commons.jxpath.ri.model.NodePointer
-
Set the NamespaceResolver for this NodePointer.
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.AncestorContext
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.AttributeContext
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.ChildContext
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.DescendantContext
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.InitialContext
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.NamespaceContext
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.NodeSetContext
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.ParentContext
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.RootContext
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.SelfContext
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.axes.UnionContext
- 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.model.beans.BeanAttributeIterator
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNamespaceIterator
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMAttributeIterator
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespaceIterator
- setPosition(int) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
- setPosition(int) - Method in interface org.apache.commons.jxpath.ri.model.NodeIterator
-
Set the new current position.
- setPositionAllProperties(int) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
-
Set position for all properties
- setPositionIndividualProperty(int) - Method in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
-
Set position for an individual property.
- setPositionStandard(int) - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
-
Basic setPosition
- 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.MapDynamicPropertyHandler
- 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.beans.PropertyPointer
-
Set the property index.
- 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.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.beans.PropertyPointer
-
Set the property name.
- setPropertyName(String) - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
-
Select a property by name.
- setPropertyName(String) - Method in class org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyPointer
-
Select a property by name.
- setRegisteredValue(Object) - Method in class org.apache.commons.jxpath.ri.axes.RootContext
-
Set the next registered value.
- setStarted - Variable in class org.apache.commons.jxpath.ri.axes.AncestorContext
- setStarted - Variable in class org.apache.commons.jxpath.ri.axes.AttributeContext
- setStarted - Variable in class org.apache.commons.jxpath.ri.axes.DescendantContext
- setStarted - Variable in class org.apache.commons.jxpath.ri.axes.NamespaceContext
- setStarted - Variable in class org.apache.commons.jxpath.ri.axes.ParentContext
- setStarted - Variable in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
- setTypeConverter(TypeConverter) - Static method in class org.apache.commons.jxpath.util.TypeUtils
-
Install an alternative type converter.
- setupDynamicPropertyPointer() - Method in class org.apache.commons.jxpath.ri.axes.PredicateContext
-
Used for an optimized access to dynamic properties using the "map[@name = 'name']" syntax
- setValidating(boolean) - Method in class org.apache.commons.jxpath.xml.XMLParser2
-
Set whether the underlying parser should be validating.
- setValue(int, Object) - Method in class org.apache.commons.jxpath.ri.model.dynabeans.DynaBeanPropertyPointer
-
Set an indexed value.
- 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.ri.model.beans.BeanPropertyPointer
-
If index == WHOLE_COLLECTION, change the value of the property, otherwise change the value of the index'th element of the collection represented by the property.
- setValue(Object) - Method in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
- setValue(Object) - Method in class org.apache.commons.jxpath.ri.model.beans.LangAttributePointer
-
Converts the value to the required type and changes the corresponding object to that value.
- setValue(Object) - Method in class org.apache.commons.jxpath.ri.model.beans.NullElementPointer
- setValue(Object) - Method in class org.apache.commons.jxpath.ri.model.beans.NullPropertyPointer
- setValue(Object) - Method in class org.apache.commons.jxpath.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.container.ContainerPointer
- setValue(Object) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributePointer
-
Sets the value of this attribute.
- setValue(Object) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
Sets contents of the node to the specified value.
- setValue(Object) - Method in class org.apache.commons.jxpath.ri.model.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
- setValue(Object) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNamespacePointer
-
Throws UnsupportedOperationException.
- setValue(Object) - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
- setValue(Object) - Method in class org.apache.commons.jxpath.ri.model.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.util.BasicTypeConverter.ValuePointer
- setValue(Object) - Method in class org.apache.commons.jxpath.xml.DocumentContainer
-
Throws an UnsupportedOperationException.
- setValue(Object) - Method in class org.apache.commons.jxpath.XMLDocumentContainer
-
Deprecated.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, 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
- setValue(String, Expression, Object) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Set the value of xpath to value.
- setValue(String, Expression, Object, boolean) - Method in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Set the specified value.
- 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
- setVariables(Variables) - Method in class org.apache.commons.jxpath.JXPathContext
-
Installs a custom implementation of the Variables interface.
- SimpleCharStream - Class in org.apache.commons.jxpath.ri.parser
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream(InputStream) - Constructor for class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- SimpleCharStream(Reader) - Constructor for class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- SimplePathInterpreter - Class in org.apache.commons.jxpath.ri.axes
-
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
- SingleNodeExtendedKeyManager(KeyManager) - Constructor for class org.apache.commons.jxpath.util.KeyManagerUtils.SingleNodeExtendedKeyManager
-
Create a new SingleNodeExtendedKeyManager.
- SLASH - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
- SLASHSLASH - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
- sortPointers(List) - Method in class org.apache.commons.jxpath.ri.EvalContext
-
Sort a list of pointers based on document order.
- source - Variable in class org.apache.commons.jxpath.XMLDocumentContainer
-
Deprecated.
- specialConstructor - Variable in exception 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.
- stack - Variable in class org.apache.commons.jxpath.ri.axes.DescendantContext
- stack - Variable in class org.apache.commons.jxpath.ri.axes.PrecedingOrFollowingContext
- started - Variable in class org.apache.commons.jxpath.ri.axes.InitialContext
- startedSet - Variable in class org.apache.commons.jxpath.ri.axes.NodeSetContext
- startedSet - Variable in class org.apache.commons.jxpath.ri.axes.SelfContext
- startedSetIteration - Variable in class org.apache.commons.jxpath.ri.EvalContext
- startFromParentLocation - Variable in class org.apache.commons.jxpath.ri.axes.ChildContext
- startIndex - Variable in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
- startPropertyIndex - Variable in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
- startWith - Variable in class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
- STATIC_LEXER_ERROR - Static variable in error org.apache.commons.jxpath.ri.parser.TokenMgrError
-
An attempt wass made to create a second instance of a static token manager.
- staticFlag - Static variable in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- 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
- Step - Class in org.apache.commons.jxpath.ri.compiler
- Step(int, NodeTest, Expression[]) - Constructor for class org.apache.commons.jxpath.ri.compiler.Step
-
Create a new Step.
- steps - Variable in class org.apache.commons.jxpath.ri.compiler.Path
- stringValue(Object) - Static method in class org.apache.commons.jxpath.ri.InfoSetUtil
-
Converts the supplied object to String.
- stringValue(Node) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
Get the string value of the specified node.
- 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
- target - Variable in class org.apache.commons.jxpath.ri.compiler.ProcessingInstructionTest
- targetReady - Variable in class org.apache.commons.jxpath.ri.model.beans.PropertyIterator
- test - Variable in class org.apache.commons.jxpath.ri.model.beans.CollectionChildNodeIterator
- testAttr(Attr) - Method in class org.apache.commons.jxpath.ri.model.dom.DOMAttributeIterator
-
Test an attribute.
- testChild() - Method in class org.apache.commons.jxpath.ri.model.dom.DOMNodeIterator
-
Test child.
- testChild() - Method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodeIterator
-
Test a child node.
- 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.DOMAttributePointer
- 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.NamespacePointer
- testNode(NodeTest) - 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(NodePointer, Object, NodeTest) - Static method in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
Execute test against node on behalf of pointer.
- testNode(Node, NodeTest) - Static method in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
Test a Node.
- TEXT - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
- toExpressionArray(Object[]) - Method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
-
Get an Object[] as an Expression[].
- token - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- Token - Class in org.apache.commons.jxpath.ri.parser
-
Describes the input token stream.
- Token() - Constructor for class org.apache.commons.jxpath.ri.parser.Token
- token_source - Variable in class org.apache.commons.jxpath.ri.parser.XPathParser
- tokenBegin - Variable in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- tokenImage - Variable in exception 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 in org.apache.commons.jxpath.ri.parser
- TokenMgrError() - Constructor for error org.apache.commons.jxpath.ri.parser.TokenMgrError
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.commons.jxpath.ri.parser.TokenMgrError
- TokenMgrError(String, int) - Constructor for error org.apache.commons.jxpath.ri.parser.TokenMgrError
- toStepArray(Object[]) - Method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
-
Get an Object[] as a Step[].
- toString() - Method in class org.apache.commons.jxpath.BasicNodeSet
- toString() - Method in class org.apache.commons.jxpath.BasicVariables
- toString() - Method in class org.apache.commons.jxpath.functions.MethodFunction
- toString() - Method in class org.apache.commons.jxpath.JXPathBasicBeanInfo
- toString() - Method in class org.apache.commons.jxpath.ri.axes.RootContext
- toString() - Method in class org.apache.commons.jxpath.ri.compiler.Constant
- toString() - Method in class org.apache.commons.jxpath.ri.compiler.CoreFunction
- toString() - Method in class org.apache.commons.jxpath.ri.compiler.CoreOperation
- toString() - Method in class org.apache.commons.jxpath.ri.compiler.ExpressionPath
- 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.NodeTypeTest
- toString() - Method in class org.apache.commons.jxpath.ri.compiler.ProcessingInstructionTest
- toString() - Method in class org.apache.commons.jxpath.ri.compiler.Step
- toString() - Method in class org.apache.commons.jxpath.ri.compiler.VariableReference
- toString() - Method in class org.apache.commons.jxpath.ri.EvalContext
- toString() - Method in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
- 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.
- toString() - Method in class org.apache.commons.jxpath.ri.QName
- TreeCompiler - Class in org.apache.commons.jxpath.ri.compiler
- TreeCompiler() - Constructor for class org.apache.commons.jxpath.ri.compiler.TreeCompiler
- typeConverter - Static variable in class org.apache.commons.jxpath.util.TypeUtils
- TypeConverter - Interface in org.apache.commons.jxpath.util
-
A type converter can be installed on
TypeUtils
to introduce additional type conversions for JXPath. - TypeUtils - Class in org.apache.commons.jxpath.util
-
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 class org.apache.commons.jxpath.BasicVariables
-
Removes an existing variable.
- undeclareVariable(String) - Method in class org.apache.commons.jxpath.servlet.KeywordVariables
- undeclareVariable(String) - Method in interface org.apache.commons.jxpath.Variables
-
Removes an existing variable.
- unescape(String) - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- UnicodeDigit - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
- UNINITIALIZED - Static variable in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
- UNINITIALIZED - Static variable in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
- UNINITIALIZED - Static variable in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
- union(Object[]) - Method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
- union(Object[]) - Method in interface org.apache.commons.jxpath.ri.Compiler
-
Produces an EXPRESSION object representing union of all node sets
- UNION - Static variable in interface org.apache.commons.jxpath.ri.parser.XPathParserConstants
- UNION_PRECEDENCE - Static variable in class org.apache.commons.jxpath.ri.compiler.CoreOperation
-
union precedence
- UnionContext - Class in org.apache.commons.jxpath.ri.axes
-
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
-
Create a new UnionContext.
- UnionExpr() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- UNKNOWN_LENGTH_MAX_COUNT - Static variable in class org.apache.commons.jxpath.util.ValueUtils
- UNKNOWN_NAMESPACE - Static variable in class org.apache.commons.jxpath.ri.model.NodePointer
-
Constant to indicate unknown namespace
- UNKNOWN_VALUE - Static variable in class org.apache.commons.jxpath.ri.axes.RootContext
- unmodifiableCollection(Collection) - Method in class org.apache.commons.jxpath.util.BasicTypeConverter
-
Get an unmodifiable version of a collection.
- UNSPECIFIED_PROPERTY - Static variable in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
- UpdateLineColumn(char) - Method in class org.apache.commons.jxpath.ri.parser.SimpleCharStream
- USE_SOFT_CACHE - Static variable in class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl
-
Change this to
false
to disable soft caching of CompiledExpressions.
V
- validating - Variable in class org.apache.commons.jxpath.xml.XMLParser2
- value - Variable in class org.apache.commons.jxpath.ri.compiler.Constant
- value - Variable in class org.apache.commons.jxpath.ri.model.beans.BeanPropertyPointer
- value - Variable in class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
- value - Variable in class org.apache.commons.jxpath.ri.model.beans.PropertyPointer
- ValueIterator(Iterator) - Constructor for class org.apache.commons.jxpath.ri.compiler.Expression.ValueIterator
-
Create a new ValueIterator.
- ValueNodeSet(List) - Constructor for class org.apache.commons.jxpath.util.BasicTypeConverter.ValueNodeSet
-
Create a new ValueNodeSet.
- valuePointer - Variable in class org.apache.commons.jxpath.ri.model.beans.CollectionPointer
- valuePointer - Variable in class org.apache.commons.jxpath.ri.model.container.ContainerPointer
- valuePointer - Variable in class org.apache.commons.jxpath.ri.model.VariablePointer
- valuePointer(NodePointer) - Static method in class org.apache.commons.jxpath.ri.axes.SimplePathInterpreter
-
For an intermediate pointer (e.g.
- ValuePointer(Object) - Constructor for class org.apache.commons.jxpath.util.BasicTypeConverter.ValuePointer
-
Create a new ValuePointer.
- values - Variable in class org.apache.commons.jxpath.BasicNodeSet
- values - Variable in class org.apache.commons.jxpath.util.BasicTypeConverter.ValueNodeSet
- ValueUtils - Class in org.apache.commons.jxpath.util
-
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
- VARIABLE_POINTER_FACTORY_ORDER - Static variable in class org.apache.commons.jxpath.ri.model.VariablePointerFactory
-
factory order constant
- VariableContextWrapper(JXPathContext) - Constructor for class org.apache.commons.jxpath.ri.model.VariablePointerFactory.VariableContextWrapper
-
Create a new VariableContextWrapper.
- VariablePointer - Class in org.apache.commons.jxpath.ri.model
-
Pointer to a context variable.
- VariablePointer(QName) - Constructor for class org.apache.commons.jxpath.ri.model.VariablePointer
-
Create a new (non-actual) VariablePointer.
- VariablePointer(Variables, QName) - Constructor for class org.apache.commons.jxpath.ri.model.VariablePointer
-
Create a new VariablePointer.
- VariablePointerFactory - Class in org.apache.commons.jxpath.ri.model
-
NodePointerFactory to create
VariablePointers
. - VariablePointerFactory() - Constructor for class org.apache.commons.jxpath.ri.model.VariablePointerFactory
- VariablePointerFactory.VariableContextWrapper - Class in org.apache.commons.jxpath.ri.model
-
Node value wrapper to trigger a VariablePointerFactory.
- variableReference(Object) - Method in class org.apache.commons.jxpath.ri.compiler.TreeCompiler
- variableReference(Object) - Method in interface org.apache.commons.jxpath.ri.Compiler
-
Produces an EXPRESSION object representing variable reference
- VariableReference - Class in org.apache.commons.jxpath.ri.compiler
-
An element of the compile tree holding a variable reference.
- VariableReference(QName) - Constructor for class org.apache.commons.jxpath.ri.compiler.VariableReference
-
Create a new VariableReference.
- VariableReference() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- variables - Variable in class org.apache.commons.jxpath.ri.model.VariablePointer
- Variables - Interface in org.apache.commons.jxpath
-
Variables provide access to a global set of values accessible via XPath.
- varName - Variable in class org.apache.commons.jxpath.ri.compiler.VariableReference
- vars - Variable in class org.apache.commons.jxpath.BasicVariables
-
Contains the values of declared variables
- vars - Variable in class org.apache.commons.jxpath.JXPathContext
-
variables
W
- whitespace - Variable in class org.apache.commons.jxpath.xml.XMLParser2
- WHOLE_COLLECTION - Static variable in class org.apache.commons.jxpath.ri.model.NodePointer
-
Whole collection index.
- WILDCARD - Static variable in class org.apache.commons.jxpath.ri.axes.AttributeContext
- WildcardName() - Method in class org.apache.commons.jxpath.ri.parser.XPathParser
- wrapPrimitive(Class) - Static method in class org.apache.commons.jxpath.util.TypeUtils
-
Return the appropriate wrapper type for the specified class.
X
- XML_NAMESPACE_URI - Static variable in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
XML namespace URI
- XML_NAMESPACE_URI - Static variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
XML ns uri
- XMLDocumentContainer - Class in org.apache.commons.jxpath
-
Deprecated.1.1 Please use
DocumentContainer
- XMLDocumentContainer(URL) - Constructor for class org.apache.commons.jxpath.XMLDocumentContainer
-
Deprecated.Create a new XMLDocumentContainer.
- XMLDocumentContainer(Source) - Constructor for class org.apache.commons.jxpath.XMLDocumentContainer
-
Deprecated.Create a new XMLDocumentContainer.
- XMLNS_NAMESPACE_URI - Static variable in class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer
-
XMLNS namespace URI
- XMLNS_NAMESPACE_URI - Static variable in class org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer
-
XMLNS ns uri
- XMLParser - Interface in org.apache.commons.jxpath.xml
-
Common interface for XML parsers.
- XMLParser2 - Class in org.apache.commons.jxpath.xml
-
The abstract superclass of XML parsers that produce DOM Documents.
- XMLParser2() - Constructor for class org.apache.commons.jxpath.xml.XMLParser2
- xmlURL - Variable in class org.apache.commons.jxpath.xml.DocumentContainer
- xmlURL - Variable in class org.apache.commons.jxpath.XMLDocumentContainer
-
Deprecated.
- xpath - Variable in class org.apache.commons.jxpath.ri.JXPathCompiledExpression
- XPathParser - Class in org.apache.commons.jxpath.ri.parser
- 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
- XPathParser.JJCalls - Class in org.apache.commons.jxpath.ri.parser
- XPathParserConstants - Interface in org.apache.commons.jxpath.ri.parser
- XPathParserTokenManager - Class in org.apache.commons.jxpath.ri.parser
- XPathParserTokenManager(SimpleCharStream) - Constructor for class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
- XPathParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.commons.jxpath.ri.parser.XPathParserTokenManager
Z
- ZERO - Static variable in class org.apache.commons.jxpath.ri.compiler.CoreFunction
- ZERO - Static variable in class org.apache.commons.jxpath.ri.compiler.Expression
-
zero
- ZERO - Static variable in class org.apache.commons.jxpath.ri.InfoSetUtil
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form