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

A

ADD - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
 
addElementNamespaces(Navigator, Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.SimpleNamespaceContext
Adds all the namespace declarations that are in scope on the given element.
addFilter(FilterExpr) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
Adds a filter to this pattern
addIterator(Iterator) - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.LinkedIterator
 
addNamespace(String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Add a namespace prefix-to-URI mapping for this XPath expression.
addNamespace(String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.SimpleNamespaceContext
 
addNamespace(String, String) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
Add a namespace prefix-to-URI mapping for this XPath expression.
addParameter(Expr) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.FunctionCallExpr
 
addParameters(FunctionCallExpr, Iterator) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
addPredicate(Predicate) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultFilterExpr
 
addPredicate(Predicate) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
 
addPredicate(Predicate) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Predicated
 
addPredicates(Predicated, Iterator) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
addStep(Step) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.LocationPath
 
addSteps(LocationPath, Iterator) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
ANCESTOR - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.Axis
The ancestor axis
ANCESTOR_OR_SELF - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.Axis
The ancestor-or-self axis
AncestorAxisIterator - Class in org.xmlpull.v1.builder.xpath.jaxen.util
 
AncestorAxisIterator(Object, Navigator) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.AncestorAxisIterator
 
AncestorAxisIterator() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.AncestorAxisIterator
 
AncestorOrSelfAxisIterator - Class in org.xmlpull.v1.builder.xpath.jaxen.util
 
AncestorOrSelfAxisIterator(Object, Navigator) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.AncestorOrSelfAxisIterator
 
ANY_NODE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
Matches any node
AnyChildNodeTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
AnyChildNodeTest matches any child node.
AnyChildNodeTest() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyChildNodeTest
 
AnyNodeTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
AnyNodeTest matches any node.
AnyNodeTest() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyNodeTest
 
asBoolean(Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultFilterExpr
Returns true if the current filter matches at least one of the context nodes
asBoolean(Context) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.FilterExpr
Evaluates the filter expression on the current context and returns true if at least one node matches.
asList(Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathExpr
 
asList(Context) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathExpr
 
ATTRIBUTE - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.Axis
The attribute axis
ATTRIBUTE_NODE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
Matches elements nodes
ATTRIBUTE_TEST - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
 
Axis - Class in org.xmlpull.v1.builder.xpath.saxpath
 
Axis() - Constructor for class org.xmlpull.v1.builder.xpath.saxpath.Axis
 
axisIterator(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
 
axisIterator(Object, ContextSupport) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Step
 

B

BaseXPath - Class in org.xmlpull.v1.builder.xpath.jaxen
Base functionality for all concrete, implementation-specific XPaths.
BaseXPath(String) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Construct given an XPath expression string.
BaseXPath(String, Navigator) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Construct given an XPath expression string.
BinaryExpr - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
 
BooleanFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.3 boolean boolean(object)
BooleanFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.BooleanFunction
 
booleanValueOf(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Retrieve a boolean-value interpretation of this XPath expression when evaluated against a given context.
booleanValueOf(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
Retrieve a boolean-value interpretation of this XPath expression when evaluated against a given context.

C

call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.BooleanFunction
 
call(Context, List) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Function
Call this function.
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.CeilingFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.ConcatFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.ContainsFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.CountFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.DocumentFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.EndsWithFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.EvaluateFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.LowerFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.MatrixConcatFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.UpperFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.FalseFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.FloorFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.IdFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.LastFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.LocalNameFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.NameFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.NamespaceUriFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.NormalizeSpaceFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.NotFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.NumberFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.PositionFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.RoundFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.StartsWithFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.StringFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.StringLengthFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringAfterFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringBeforeFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.SumFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.TranslateFunction
 
call(Context, List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.TrueFunction
 
canPop() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
CDATA_SECTION_NODE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
Matches elements nodes
CeilingFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.4 number ceiling(number)
CeilingFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.CeilingFunction
 
CHILD - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.Axis
The child axis
clear() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
Removes all mappings from this map.
clone() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
Returns a shallow copy of this IdentityHashMap instance: the keys and values themselves are not cloned.
COMMENT_NODE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
Matches Comments nodes
COMMENT_TEST - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
 
ConcatFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.2 string concat(string,string,string*)
ConcatFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.ConcatFunction
 
ConformanceXPathHandler - Class in org.xmlpull.v1.builder.xpath.saxpath.conformance
 
ConformanceXPathHandler() - Constructor for class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
ContainsFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.2 boolean contains(string,string)
ContainsFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.ContainsFunction
 
containsKey(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
Returns true if this map maps one or more keys to the specified value.
Context - Class in org.xmlpull.v1.builder.xpath.jaxen
Wrapper around implementation-specific objects used as the context of an expression evaluation.
Context(ContextSupport) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.Context
 
ContextSupport - Class in org.xmlpull.v1.builder.xpath.jaxen
Supporting context information for resolving namespace prefixess, functions, and variables.
ContextSupport() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
Construct an empty ContextSupport.
ContextSupport(NamespaceContext, FunctionContext, VariableContext, Navigator) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
Construct.
convertDefaultStep(LocationPathPattern, DefaultStep) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternParser
 
convertExpr(Expr) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternParser
 
convertExpr(LocationPath) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternParser
 
convertStep(LocationPathPattern, Step) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternParser
 
convertToIterator(Object) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultExpr
 
convertToList(Object) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultExpr
 
CountFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.1 number count(node-set)
CountFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.CountFunction
 
createAbsoluteLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createAbsoluteLocationPath() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createAbsoluteLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
createAdditiveExpr(Expr, Expr, int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createAdditiveExpr(Expr, Expr, int) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createAllNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createAllNodeStep(int) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createAndExpr(Expr, Expr) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createAndExpr(Expr, Expr) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createCommentNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createCommentNodeStep(int) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createEqualityExpr(Expr, Expr, int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createEqualityExpr(Expr, Expr, int) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createFilterExpr(Expr) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createFilterExpr(Expr) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createFunctionCallExpr(String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createFunctionCallExpr(String, String) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createFunctionContext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Create a default FunctionContext.
createIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.AncestorAxisIterator
 
createIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.AncestorOrSelfAxisIterator
 
createIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.DescendantAxisIterator
 
createIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.StackedIterator
 
createLiteralExpr(String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createLiteralExpr(String) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createMultiplicativeExpr(Expr, Expr, int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createMultiplicativeExpr(Expr, Expr, int) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createNamespaceContext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Create a default NamespaceContext.
createNameStep(int, String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createNameStep(int, String, String) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createNumberExpr(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createNumberExpr(double) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createNumberExpr(int) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createNumberExpr(double) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createOrExpr(Expr, Expr) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createOrExpr(Expr, Expr) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createPathExpr(FilterExpr, LocationPath) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createPathExpr(FilterExpr, LocationPath) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createPredicate(Expr) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createPredicate(Expr) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createProcessingInstructionNodeStep(int, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createProcessingInstructionNodeStep(int, String) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createReader() - Static method in class org.xmlpull.v1.builder.xpath.saxpath.helpers.XPathReaderFactory
Create an XPathReader using the value of the org.saxpath.driver system property.
createReader(String) - Static method in class org.xmlpull.v1.builder.xpath.saxpath.helpers.XPathReaderFactory
Create an XPathReader using the passed in class name.
createRelationalExpr(Expr, Expr, int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createRelationalExpr(Expr, Expr, int) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createRelativeLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createRelativeLocationPath() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createRelativeLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
createTextNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createTextNodeStep(int) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createUnaryExpr(Expr, int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createUnaryExpr(Expr, int) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createUnionExpr(Expr, Expr) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createUnionExpr(Expr, Expr) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createVariableContext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Create a default VariableContext.
createVariableReferenceExpr(String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createVariableReferenceExpr(String, String) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 
createXPath(Expr) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
createXPath(Expr) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathFactory
 

D

debug() - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Returns the string version of this xpath.
DEFAULT_DRIVER - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.helpers.XPathReaderFactory
The default driver to use if none is configured.
DefaultAbsoluteLocationPath - Class in org.xmlpull.v1.builder.xpath.jaxen.expr
 
DefaultAbsoluteLocationPath() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultAbsoluteLocationPath
 
DefaultAllNodeStep - Class in org.xmlpull.v1.builder.xpath.jaxen.expr
 
DefaultAllNodeStep(IterableAxis) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultAllNodeStep
 
DefaultCommentNodeStep - Class in org.xmlpull.v1.builder.xpath.jaxen.expr
 
DefaultCommentNodeStep(IterableAxis) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultCommentNodeStep
 
DefaultExpr - Class in org.xmlpull.v1.builder.xpath.jaxen.expr
 
DefaultExpr() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultExpr
 
DefaultFilterExpr - Class in org.xmlpull.v1.builder.xpath.jaxen.expr
 
DefaultFilterExpr() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultFilterExpr
 
DefaultFilterExpr(Expr) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultFilterExpr
 
DefaultNameStep - Class in org.xmlpull.v1.builder.xpath.jaxen.expr
Expression object that represents any flavor of name-test steps within an XPath.
DefaultNameStep(IterableAxis, String, String) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultNameStep
 
DefaultNavigator - Class in org.xmlpull.v1.builder.xpath.jaxen
Default implementation of Navigator.
DefaultNavigator() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
 
DefaultProcessingInstructionNodeStep - Class in org.xmlpull.v1.builder.xpath.jaxen.expr
 
DefaultProcessingInstructionNodeStep(IterableAxis, String) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultProcessingInstructionNodeStep
 
DefaultRelativeLocationPath - Class in org.xmlpull.v1.builder.xpath.jaxen.expr
 
DefaultRelativeLocationPath() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultRelativeLocationPath
 
DefaultStep - Class in org.xmlpull.v1.builder.xpath.jaxen.expr
 
DefaultStep(IterableAxis) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
 
DefaultTextNodeStep - Class in org.xmlpull.v1.builder.xpath.jaxen.expr
 
DefaultTextNodeStep(IterableAxis) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultTextNodeStep
 
DefaultUnionExpr - Class in org.xmlpull.v1.builder.xpath.jaxen.expr
 
DefaultUnionExpr(Expr, Expr) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultUnionExpr
 
DefaultXPathExpr - Class in org.xmlpull.v1.builder.xpath.jaxen.expr
 
DefaultXPathExpr(Expr) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathExpr
 
DefaultXPathFactory - Class in org.xmlpull.v1.builder.xpath.jaxen.expr
 
DefaultXPathFactory() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
DESCENDANT - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.Axis
The descendant axis
DESCENDANT_OR_SELF - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.Axis
The descendant-or-self axis
DescendantAxisIterator - Class in org.xmlpull.v1.builder.xpath.jaxen.util
 
DescendantAxisIterator(Object, Navigator) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.DescendantAxisIterator
 
DescendantAxisIterator() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.DescendantAxisIterator
 
DescendantOrSelfAxisIterator - Class in org.xmlpull.v1.builder.xpath.jaxen.util
 
DescendantOrSelfAxisIterator(Object, Navigator) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.DescendantOrSelfAxisIterator
 
DIV - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
 
DOCUMENT_NODE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
Matches Document nodes
DOCUMENT_TEST - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
 
DOCUMENT_TYPE_NODE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
Matches DocumentType nodes
DocumentFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
 
DocumentFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.DocumentFunction
 
DocumentNavigator - Class in org.xmlpull.v1.builder.xpath.impl
Interface for navigating around the XB1 object model to use with Jaxen XPATH implementation.
DocumentNavigator() - Constructor for class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
DRIVER_PROPERTY - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.helpers.XPathReaderFactory
The org.saxpath.driver property name.
duplicate() - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
 

E

ELEMENT_NODE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
Matches Element nodes
ELEMENT_TEST - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
 
endAbsoluteLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endAbsoluteLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
endAbsoluteLocationPath() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endAbsoluteLocationPath() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of an absolute location path expression.
endAdditiveExpr(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endAdditiveExpr(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endAdditiveExpr(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of an additive ('+' or '-') expression.
endAllNodeStep() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endAllNodeStep() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endAllNodeStep() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of a node() step.
endAndExpr(boolean) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endAndExpr(boolean) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endAndExpr(boolean) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of an 'and' expression.
endCommentNodeStep() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endCommentNodeStep() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endCommentNodeStep() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of a comment() step.
endEqualityExpr(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endEqualityExpr(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endEqualityExpr(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of an equality ('=' or '!
endFilterExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endFilterExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endFilterExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of a filter expression.
endFunction() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endFunction() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endFunction() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of a function call.
endLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
endMultiplicativeExpr(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endMultiplicativeExpr(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endMultiplicativeExpr(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of a multiplicative ('*', 'div' or 'mod') expression.
endNameStep() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endNameStep() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endNameStep() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of a NameStep
endOrExpr(boolean) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endOrExpr(boolean) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endOrExpr(boolean) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of an 'or' expression.
endPathExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endPathExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
endPathExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endPathExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of a path expression.
endPredicate() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endPredicate() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endPredicate() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of a predicate.
endProcessingInstructionNodeStep() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endProcessingInstructionNodeStep() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endProcessingInstructionNodeStep() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of a processing-instruction(...) step.
endRelationalExpr(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endRelationalExpr(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endRelationalExpr(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of a relational ('<', '>', '<=', or '>=') expression.
endRelativeLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endRelativeLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
endRelativeLocationPath() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endRelativeLocationPath() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of a relative location path expression.
endStep() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endStep() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
EndsWithFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function.ext
boolean ends-with(string,string)
EndsWithFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.ext.EndsWithFunction
 
endTextNodeStep() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endTextNodeStep() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endTextNodeStep() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of a text() step.
endUnaryExpr(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endUnaryExpr(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endUnaryExpr(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of a unary ('+' or '-') expression.
endUnionExpr(boolean) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endUnionExpr(boolean) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
endUnionExpr(boolean) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endUnionExpr(boolean) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of a union ('|') expression.
endXPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
endXPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
endXPath() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
endXPath() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the end of an XPath expression parse.
ENTITY_REFERENCE_NODE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
Matches elements nodes
entrySet() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
Returns a collection view of the mappings contained in this map.
equals(Object) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
EQUALS - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
 
evaluate(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Evaluate this XPath against a given context.
evaluate(Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultAbsoluteLocationPath
 
evaluate(Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultFilterExpr
 
evaluate(Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultUnionExpr
 
evaluate(Context) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Expr
 
evaluate(Context) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Predicate
 
evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.BooleanFunction
 
evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.CeilingFunction
 
evaluate(List, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.ConcatFunction
 
evaluate(Object, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.ContainsFunction
 
evaluate(Object) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.CountFunction
 
evaluate(String, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.DocumentFunction
 
evaluate(Object, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.EndsWithFunction
 
evaluate(Context, Object) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.EvaluateFunction
 
evaluate(Object, Locale, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.LowerFunction
Converts the given string value to lower case using an optional Locale
evaluate(List, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.MatrixConcatFunction
 
evaluate(Object, Locale, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.UpperFunction
Converts the given string value to upper case using an optional Locale
evaluate() - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.FalseFunction
 
evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.FloorFunction
 
evaluate(List, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.IdFunction
 
evaluate(Context) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.LastFunction
 
evaluate(List, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.LocalNameFunction
 
evaluate(List, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.NameFunction
 
evaluate(List, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.NamespaceUriFunction
 
evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.NormalizeSpaceFunction
 
evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.NotFunction
 
evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.NumberFunction
 
evaluate(Context) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.PositionFunction
 
evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.RoundFunction
 
evaluate(Object, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.StartsWithFunction
 
evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.StringFunction
 
evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.StringLengthFunction
 
evaluate(Object, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringAfterFunction
 
evaluate(Object, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringBeforeFunction
 
evaluate(Object, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringFunction
 
evaluate(Object, Object, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringFunction
 
evaluate(Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.SumFunction
 
evaluate(Object, Object, Object, Navigator) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.TranslateFunction
 
evaluate() - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.TrueFunction
 
evaluate(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
Evaluate this XPath against a given context.
EvaluateFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function.ext
node-set evaluate(string)
EvaluateFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.ext.EvaluateFunction
 
Expr - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
 

F

FalseFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.3 boolean false()
FalseFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.FalseFunction
 
fillInStackTrace() - Method in exception org.xmlpull.v1.builder.xpath.jaxen.FunctionCallException
 
FilterExpr - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
 
findLocale(String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.LocaleFunctionSupport
Tries to find a Locale instance by name using xml:lang style encodings like 'en', 'en-US', 'en-US-Brooklyn'.
findLocaleForLanguage(String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.LocaleFunctionSupport
Finds the locale with the given language name with no country or variant, such as Locale.ENGLISH or Locale.FRENCH
FloorFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.4 number floor(number)
FloorFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.FloorFunction
 
FOLLOWING - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.Axis
The following axis
FOLLOWING_SIBLING - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.Axis
The following-sibling axis
FollowingAxisIterator - Class in org.xmlpull.v1.builder.xpath.jaxen.util
 
FollowingAxisIterator(Object, Navigator) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.FollowingAxisIterator
 
FollowingSiblingAxisIterator - Class in org.xmlpull.v1.builder.xpath.jaxen.util
 
FollowingSiblingAxisIterator(Object, Navigator) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.FollowingSiblingAxisIterator
 
Function - Interface in org.xmlpull.v1.builder.xpath.jaxen
Interface for the extensible function framework.
FunctionCallException - Exception in org.xmlpull.v1.builder.xpath.jaxen
FunctionCallException is thrown if an exception occurs during the evaluation of a function.
FunctionCallException(String) - Constructor for exception org.xmlpull.v1.builder.xpath.jaxen.FunctionCallException
 
FunctionCallException(Throwable) - Constructor for exception org.xmlpull.v1.builder.xpath.jaxen.FunctionCallException
 
FunctionCallException(String, Exception) - Constructor for exception org.xmlpull.v1.builder.xpath.jaxen.FunctionCallException
 
FunctionCallExpr - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
 
FunctionContext - Interface in org.xmlpull.v1.builder.xpath.jaxen
Implemented by classes that know how to resolve xpath function names and namespaces to implementations of these functions.

G

get(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
Returns the value to which this map maps the specified key.
getAncestorAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
 
getAncestorAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve an Iterator matching the ancestor xpath axis.
getAncestorOrSelfAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
 
getAncestorOrSelfAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve an Iterator matching the ancestor-or-self xpath axis.
getAttributeAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getAttributeAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
Throws UnsupportedAxisException
getAttributeAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve an Iterator matching the attribute xpath axis.
getAttributeName(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getAttributeName(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve the name of the given attribute node.
getAttributeNamespaceUri(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getAttributeNamespaceUri(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve the namespace URI of the given attribute node.
getAttributeQName(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getAttributeQName(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve the QName of the given attribute node.
getAttributeStringValue(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getAttributeStringValue(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve the string-value of an attribute node.
getAxis() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
 
getAxis() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Step
 
getAxisName() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
 
getChildAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getChildAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
Throws UnsupportedAxisException
getChildAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve an Iterator matching the child xpath axis.
getCommentStringValue(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getCommentStringValue(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve the string-value of a comment node.
getContext(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Create a Context wrapper for the provided implementation-specific object.
getContextSupport() - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Retrieve the ContextSupport aggregation of NamespaceContext, FunctionContext, VariableContext, and Navigator.
getContextSupport() - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
 
getDescendantAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
 
getDescendantAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve an Iterator matching the descendant xpath axis.
getDescendantOrSelfAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
 
getDescendantOrSelfAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve an Iterator matching the descendant-or-self xpath axis.
getDocument(String) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getDocument(String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
 
getDocument(String) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Loads a document from the given URI
getDocumentNode(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getDocumentNode(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
 
getDocumentNode(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Returns the document node that contains the given context node.
getElement() - Method in class org.xmlpull.v1.builder.xpath.impl.XPathNamespace
 
getElementById(Object, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
Default implementation that can not find elements.
getElementById(Object, String) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Returns the element whose ID is given by elementId.
getElementName(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getElementName(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve the name of the given element node.
getElementNamespaceUri(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getElementNamespaceUri(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve the namespace URI of the given element node.
getElementQName(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getElementQName(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve the QName of the given element node.
getElementStringValue(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getElementStringValue(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve the string-value of an element node.
getExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultFilterExpr
 
getExpr() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Predicate
 
getExpr() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.UnaryExpr
 
getFilterExpr() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.PathExpr
 
getFollowingAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
Throws UnsupportedAxisException
getFollowingAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve an Iterator matching the following xpath axis.
getFollowingSiblingAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
Throws UnsupportedAxisException
getFollowingSiblingAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve an Iterator matching the following-sibling xpath axis.
getFunction(String, String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
 
getFunction(String, String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
 
getFunction(String, String, String) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.FunctionContext
An implementation should return a Function implementation object based on the namespace uri and local name of the function-call expression.
getFunction(String, String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.SimpleFunctionContext
 
getFunctionContext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Retrieve the FunctionContext used by this XPath expression.
getFunctionContext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
 
getFunctionContext() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
Retrieve the FunctionContext used by this XPath expression.
getInstance() - Static method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getInstance() - Static method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyChildNodeTest
 
getInstance() - Static method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyNodeTest
 
getInstance() - Static method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NoNodeTest
 
getInstance() - Static method in class org.xmlpull.v1.builder.xpath.jaxen.XPathFunctionContext
Retrieve the singleton instance.
getIterableAxis() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
 
getIterableAxis(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathFactory
 
getLHS() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.BinaryExpr
 
getLHS() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
 
getLocale(Object, Navigator) - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.LocaleFunctionSupport
Attempts to convert the given function argument value into a Locale either via casting, extracting it from a List or looking up the named Locale using reflection.
getLocalName() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultNameStep
 
getLocationPath() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.PathExpr
 
getMatchesNodeName() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
For patterns which only match an ATTRIBUTE_NODE or an ELEMENT_NODE then this pattern may return the name of the element or attribute it matches.
getMatchesNodeName() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
 
getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyChildNodeTest
 
getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyNodeTest
 
getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
 
getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NamespaceTest
 
getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NameTest
 
getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
 
getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NoNodeTest
 
getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
 
getMatchType() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
 
getMultilineMessage() - Method in exception org.xmlpull.v1.builder.xpath.jaxen.XPathSyntaxException
Retrieve the friendly multi-line error message.
getMultilineMessage() - Method in exception org.xmlpull.v1.builder.xpath.saxpath.XPathSyntaxException
 
getName() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultProcessingInstructionNodeStep
 
getNamespace() - Method in class org.xmlpull.v1.builder.xpath.impl.XPathNamespace
 
getNamespaceAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getNamespaceAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
Throws UnsupportedAxisException
getNamespaceAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve an Iterator matching the namespace xpath axis.
getNamespaceContext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Retrieve the NamespaceContext used by this XPath expression.
getNamespaceContext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
 
getNamespaceContext() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
Retrieve the NamespaceContext used by this XPath expression.
getNamespacePrefix(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getNamespacePrefix(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve the namespace prefix of a namespace node.
getNamespaceStringValue(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getNamespaceStringValue(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve the string-value of a namespace node.
getNavigator() - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Retrieve the XML object-model-specific Navigator for us in evaluating this XPath expression.
getNavigator() - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
 
getNavigator() - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
 
getNavigator() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.StackedIterator
 
getNavigator() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
Retrieve the XML object-model-specific Navigator for us in evaluating this XPath expression.
getNestedException() - Method in exception org.xmlpull.v1.builder.xpath.jaxen.FunctionCallException
 
getNodeSet() - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
 
getNodeType(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
 
getNodeType(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Returns a number that identifies the type of node that the given object represents in this navigator.
getOperator() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultUnionExpr
 
getParentAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getParentAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
Throws UnsupportedAxisException
getParentAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve an Iterator matching the parent xpath axis.
getParentNode(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
 
getParentNode(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Returns the parent of the given context node.
getPattern() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
Retrieve the simplified Jaxen Pattern expression tree.
getPattern(boolean) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
Retrieve the Jaxen Pattern expression tree, optionally simplified.
getPosition() - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
 
getPosition() - Method in exception org.xmlpull.v1.builder.xpath.jaxen.XPathSyntaxException
Retrieve the position of the error.
getPosition() - Method in exception org.xmlpull.v1.builder.xpath.saxpath.XPathSyntaxException
 
getPositionMarker() - Method in exception org.xmlpull.v1.builder.xpath.jaxen.XPathSyntaxException
Retrieve a string useful for denoting where the error occured.
getPositionMarker() - Method in exception org.xmlpull.v1.builder.xpath.saxpath.XPathSyntaxException
 
getPrecedingAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
Throws UnsupportedAxisException
getPrecedingAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve an Iterator matching the preceding xpath axis.
getPrecedingSiblingAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
Throws UnsupportedAxisException
getPrecedingSiblingAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve an Iterator matching the preceding-sibling xpath axis.
getPredicates() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultFilterExpr
 
getPredicates() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
 
getPredicates() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Predicated
 
getPredicateSet() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultFilterExpr
 
getPredicateSet() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
 
getPredicateSet() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Predicated
 
getPrefix() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultNameStep
 
getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyChildNodeTest
 
getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyNodeTest
 
getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
 
getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NamespaceTest
 
getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NameTest
 
getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
 
getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NoNodeTest
 
getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
Returns the default resolution policy of the pattern according to the XSLT conflict resolution spec.
getPriority() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.TextNodeTest
 
getProcessingInstructionData(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getProcessingInstructionData(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
 
getProcessingInstructionData(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve the data of a processing-instruction.
getProcessingInstructionTarget(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getProcessingInstructionTarget(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
 
getProcessingInstructionTarget(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve the target of a processing-instruction.
getRHS() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.BinaryExpr
 
getRHS() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
 
getRootCause() - Method in exception org.xmlpull.v1.builder.xpath.jaxen.JaxenException
Retrieve the root cause, if any.
getRootExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Retrieve the root expression of the internal compiled form of this XPath expression.
getRootExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathExpr
 
getRootExpr() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathExpr
 
getSelfAxisIterator(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
 
getSelfAxisIterator(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve an Iterator matching the self xpath axis.
getSize() - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
 
getSteps() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.LocationPath
 
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultAbsoluteLocationPath
 
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultAllNodeStep
 
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultCommentNodeStep
 
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultFilterExpr
 
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultNameStep
 
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
 
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultTextNodeStep
 
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathExpr
 
getText() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Expr
 
getText() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.LocationPath
 
getText() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Predicate
 
getText() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Step
 
getText() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathExpr
 
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyChildNodeTest
 
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyNodeTest
 
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
 
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NamespaceTest
 
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NameTest
 
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
 
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NoNodeTest
 
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
Returns a textual representation of this pattern
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.TextNodeTest
 
getText() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
 
getTextStringValue(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
getTextStringValue(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Retrieve the string-value of a text node.
getUnionPatterns() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
If this pattern is a union pattern then this method should return an array of patterns which describe the union pattern, which should contain more than one pattern.
getUnionPatterns() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
 
getURI(Object, Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NamespaceTest
Returns the URI of the current prefix or "" if no URI can be found
getVariableContext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Retrieve the VariableContext used by this XPath expression.
getVariableContext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
 
getVariableContext() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
Retrieve the VariableContext used by this XPath expression.
getVariableValue(String, String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
 
getVariableValue(String, String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
 
getVariableValue(String, String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.SimpleVariableContext
 
getVariableValue(String, String, String) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.VariableContext
An implementation should return the value of an xpath variable based on the namespace uri and local name of the variable-reference expression.
getXPath() - Method in exception org.xmlpull.v1.builder.xpath.jaxen.XPathSyntaxException
Retrieve the expression containing the error.
getXPath() - Method in exception org.xmlpull.v1.builder.xpath.saxpath.XPathSyntaxException
 
getXPathExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
Retrieve the simplified Jaxen XPath expression tree.
getXPathExpr(boolean) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
Retrieve the Jaxen XPath expression tree, optionally simplified.
getXPathFactory() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
Retrieve the Jaxen XPathFactory used during the parse to construct the XPath expression tree.
getXPathHandler() - Method in class org.xmlpull.v1.builder.xpath.saxpath.com.werken.saxpath.XPathReader
 
getXPathHandler() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.SAXPathEventSource
Retrieve the current XPathHandler which receives the event callbacks.
GREATER_THAN - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
 
GREATER_THAN_EQUALS - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
 

H

hasAnyNodeTest() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
 
hasMoreElements() - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.MatrixConcatFunction.MatrixEnum
 
hasNext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.FollowingAxisIterator
 
hasNext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.FollowingSiblingAxisIterator
 
hasNext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.LinkedIterator
 
hasNext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.PrecedingAxisIterator
 
hasNext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.PrecedingSiblingAxisIterator
 
hasNext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.SelfAxisIterator
 
hasNext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.SingleObjectIterator
 
hasNext() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.StackedIterator
 

I

IdentityHashMap - Class in org.xmlpull.v1.builder.xpath.jaxen.util
 
IdentityHashMap(int, float) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
Constructs a new, empty map with the specified initial capacity and the specified load factor.
IdentityHashMap(int) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
Constructs a new, empty map with the specified initial capacity and default load factor, which is 0.75.
IdentityHashMap() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
Constructs a new, empty map with a default capacity and load factor, which is 0.75.
IdentityHashMap(Map) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
Constructs a new map with the same mappings as the given map.
IdFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.1 node-set id(object)
IdFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.IdFunction
 
init(Object, Navigator) - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.StackedIterator
 
INVALID_AXIS - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.Axis
Marker for an invalid axis
isAbsolute() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultAbsoluteLocationPath
 
isAbsolute() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.LocationPath
 
isAbsolute() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
 
isAttribute(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
isAttribute(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Returns whether the given object is an attribute node.
isComment(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
isComment(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Returns whether the given object is a comment node.
isDocument(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
isDocument(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Returns whether the given object is a document node.
isElement(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
isElement(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Returns whether the given object is an element node.
isEmpty() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
Returns true if this map contains no key-value mappings.
isMatchesAnyName() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultNameStep
 
isNamespace(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
isNamespace(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Returns whether the given object is a namespace node.
isNaN(double) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.NumberFunction
 
isNaN(Double) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.function.NumberFunction
 
isProcessingInstruction(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
isProcessingInstruction(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Returns whether the given object is a processing-instruction node.
isText(Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
isText(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Returns whether the given object is a text node.
IterableAncestorAxis - Class in org.xmlpull.v1.builder.xpath.jaxen.expr.iter
 
IterableAncestorAxis(int) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableAncestorAxis
 
IterableAncestorOrSelfAxis - Class in org.xmlpull.v1.builder.xpath.jaxen.expr.iter
 
IterableAncestorOrSelfAxis(int) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableAncestorOrSelfAxis
 
IterableAttributeAxis - Class in org.xmlpull.v1.builder.xpath.jaxen.expr.iter
 
IterableAttributeAxis(int) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableAttributeAxis
 
IterableAxis - Class in org.xmlpull.v1.builder.xpath.jaxen.expr.iter
 
IterableAxis(int) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableAxis
 
IterableChildAxis - Class in org.xmlpull.v1.builder.xpath.jaxen.expr.iter
 
IterableChildAxis(int) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableChildAxis
 
IterableDescendantAxis - Class in org.xmlpull.v1.builder.xpath.jaxen.expr.iter
 
IterableDescendantAxis(int) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableDescendantAxis
 
IterableDescendantOrSelfAxis - Class in org.xmlpull.v1.builder.xpath.jaxen.expr.iter
 
IterableDescendantOrSelfAxis(int) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableDescendantOrSelfAxis
 
IterableFollowingAxis - Class in org.xmlpull.v1.builder.xpath.jaxen.expr.iter
 
IterableFollowingAxis(int) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableFollowingAxis
 
IterableFollowingSiblingAxis - Class in org.xmlpull.v1.builder.xpath.jaxen.expr.iter
 
IterableFollowingSiblingAxis(int) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableFollowingSiblingAxis
 
IterableNamespaceAxis - Class in org.xmlpull.v1.builder.xpath.jaxen.expr.iter
 
IterableNamespaceAxis(int) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableNamespaceAxis
 
IterableParentAxis - Class in org.xmlpull.v1.builder.xpath.jaxen.expr.iter
 
IterableParentAxis(int) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableParentAxis
 
IterablePrecedingAxis - Class in org.xmlpull.v1.builder.xpath.jaxen.expr.iter
 
IterablePrecedingAxis(int) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterablePrecedingAxis
 
IterablePrecedingSiblingAxis - Class in org.xmlpull.v1.builder.xpath.jaxen.expr.iter
 
IterablePrecedingSiblingAxis(int) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterablePrecedingSiblingAxis
 
IterableSelfAxis - Class in org.xmlpull.v1.builder.xpath.jaxen.expr.iter
 
IterableSelfAxis(int) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableSelfAxis
 
iterator(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableAncestorAxis
 
iterator(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableAncestorOrSelfAxis
 
iterator(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableAttributeAxis
 
iterator(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableAxis
 
iterator(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableChildAxis
 
iterator(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableDescendantAxis
 
iterator(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableDescendantOrSelfAxis
 
iterator(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableFollowingAxis
 
iterator(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableFollowingSiblingAxis
 
iterator(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableNamespaceAxis
 
iterator(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableParentAxis
 
iterator(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterablePrecedingAxis
 
iterator(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterablePrecedingSiblingAxis
 
iterator(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableSelfAxis
 

J

JaxenException - Exception in org.xmlpull.v1.builder.xpath.jaxen
Generic Jaxen exception.
JaxenException(String) - Constructor for exception org.xmlpull.v1.builder.xpath.jaxen.JaxenException
Construct with a message.
JaxenException(Throwable) - Constructor for exception org.xmlpull.v1.builder.xpath.jaxen.JaxenException
Construct with a root cause.
JaxenHandler - Class in org.xmlpull.v1.builder.xpath.jaxen
SAXPath XPathHandler implementation capable of building Jaxen expression trees which can walk various different object models.
JaxenHandler() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
Construct.

K

keySet() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
Returns a set view of the keys contained in this map.

L

LastFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.1 number last()
LastFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.LastFunction
 
LESS_THAN - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
 
LESS_THAN_EQUALS - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
 
LinkedIterator - Class in org.xmlpull.v1.builder.xpath.jaxen.util
 
LinkedIterator() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.LinkedIterator
 
literal(String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
literal(String) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
literal(String) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of a literal expression.
LiteralExpr - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
 
LocaleFunctionSupport - Class in org.xmlpull.v1.builder.xpath.jaxen.function.ext
An abastract base class for Locale-specific extension functions.
LocaleFunctionSupport() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.ext.LocaleFunctionSupport
 
LocalNameFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.1 string local-name(node-set?
LocalNameFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.LocalNameFunction
 
LocationPath - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
 
LocationPathPattern - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
LocationPathPattern matches any node using a location path such as A/B/C.
LocationPathPattern() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
 
LocationPathPattern(NodeTest) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
 
lookup(int) - Static method in class org.xmlpull.v1.builder.xpath.saxpath.Axis
 
lookup(String) - Static method in class org.xmlpull.v1.builder.xpath.saxpath.Axis
 
LowerFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function.ext
string lower-case(string) This function can take a second parameter of the Locale to use for the String conversion.
LowerFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.ext.LowerFunction
 

M

matches(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultAllNodeStep
 
matches(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultCommentNodeStep
 
matches(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultNameStep
 
matches(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultProcessingInstructionNodeStep
 
matches(Object, ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultTextNodeStep
 
matches(Object, ContextSupport) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Step
 
matches(Object, Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyChildNodeTest
 
matches(Object, Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.AnyNodeTest
 
matches(Object, Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
 
matches(Object, Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NamespaceTest
 
matches(Object, Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NameTest
 
matches(Object, Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
 
matches(Object, Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NoNodeTest
 
matches(Object, Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
 
matches(Object, Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.TextNodeTest
 
matches(Object, Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
 
matchesNamespaceURIs(String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultNameStep
 
MatrixConcatFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function.ext
Extension Function boolean matrix-concat(nodeSet,nodeSet,nodeSet*)
MatrixConcatFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.ext.MatrixConcatFunction
 
MatrixConcatFunction.MatrixEnum - Class in org.xmlpull.v1.builder.xpath.jaxen.function.ext
 
MatrixConcatFunction.MatrixEnum(ArrayList) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.ext.MatrixConcatFunction.MatrixEnum
 
MatrixConcatFunction.MatrixEnum(ArrayList, int) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.ext.MatrixConcatFunction.MatrixEnum
 
MAX_NODE_TYPE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
The maximum number of node types for sizing purposes
MOD - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
 
MULTIPLY - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
 

N

NameFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.1 string name(node-set?
NameFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.NameFunction
 
NAMESPACE - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.Axis
The namespace axis
NAMESPACE_NODE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
Matchs a Namespace Node - NOTE this differs from DOM
NAMESPACE_TEST - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
 
NamespaceContext - Interface in org.xmlpull.v1.builder.xpath.jaxen
Resolves namespace prefixes to namespace URIs.
NamespaceTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
NamespaceTest tests for a given namespace URI.
NamespaceTest(String, short) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.NamespaceTest
 
NamespaceUriFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.1 string namespace-uri(node-set?
NamespaceUriFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.NamespaceUriFunction
 
NameTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
NameTest tests for a node name.
NameTest(String, short) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.NameTest
 
navigationStep(Step) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternParser
 
Navigator - Interface in org.xmlpull.v1.builder.xpath.jaxen
Interface for navigating around an arbitrary object model, using xpath semantics.
NEGATIVE - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
 
next() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.FollowingAxisIterator
 
next() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.FollowingSiblingAxisIterator
 
next() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.LinkedIterator
 
next() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.PrecedingAxisIterator
 
next() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.PrecedingSiblingAxisIterator
 
next() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.SelfAxisIterator
 
next() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.SingleObjectIterator
 
next() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.StackedIterator
 
nextElement() - Method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.MatrixConcatFunction.MatrixEnum
 
NO_NODE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
Matches no nodes
NO_OP - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
 
NodeTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
NodeTest is a simple test on a node.
NodeTest() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTest
 
NodeTypeTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
NodeTypeTest matches if the node is of a certain type such as element, attribute, comment, text, processing instruction and so forth.
NodeTypeTest(short) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
 
NoNodeTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
NoNodeTest matches no nodes.
NoNodeTest() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.NoNodeTest
 
NormalizeSpaceFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.2 string normalize-space(string)
NormalizeSpaceFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.NormalizeSpaceFunction
 
NOT_EQUALS - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
 
NotFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.3 boolean not(boolean)
NotFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.NotFunction
 
number(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
number(double) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
number(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
number(double) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
number(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of a number expression.
number(double) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of a number expression.
NumberExpr - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
 
NumberFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.4 number number(object)
NumberFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.NumberFunction
 
numberValueOf(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Retrieve a number-value interpretation of this XPath expression when evaluated against a given context.
numberValueOf(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
Retrieve a number-value interpretation of this XPath expression when evaluated against a given context.

O

Operator - Interface in org.xmlpull.v1.builder.xpath.saxpath
 
org.xmlpull.v1.builder.xpath - package org.xmlpull.v1.builder.xpath
 
org.xmlpull.v1.builder.xpath.impl - package org.xmlpull.v1.builder.xpath.impl
 
org.xmlpull.v1.builder.xpath.jaxen - package org.xmlpull.v1.builder.xpath.jaxen
 
org.xmlpull.v1.builder.xpath.jaxen.expr - package org.xmlpull.v1.builder.xpath.jaxen.expr
 
org.xmlpull.v1.builder.xpath.jaxen.expr.iter - package org.xmlpull.v1.builder.xpath.jaxen.expr.iter
 
org.xmlpull.v1.builder.xpath.jaxen.function - package org.xmlpull.v1.builder.xpath.jaxen.function
 
org.xmlpull.v1.builder.xpath.jaxen.function.ext - package org.xmlpull.v1.builder.xpath.jaxen.function.ext
 
org.xmlpull.v1.builder.xpath.jaxen.pattern - package org.xmlpull.v1.builder.xpath.jaxen.pattern
 
org.xmlpull.v1.builder.xpath.jaxen.util - package org.xmlpull.v1.builder.xpath.jaxen.util
 
org.xmlpull.v1.builder.xpath.saxpath - package org.xmlpull.v1.builder.xpath.saxpath
 
org.xmlpull.v1.builder.xpath.saxpath.com.werken.saxpath - package org.xmlpull.v1.builder.xpath.saxpath.com.werken.saxpath
 
org.xmlpull.v1.builder.xpath.saxpath.conformance - package org.xmlpull.v1.builder.xpath.saxpath.conformance
 
org.xmlpull.v1.builder.xpath.saxpath.helpers - package org.xmlpull.v1.builder.xpath.saxpath.helpers
 

P

PARENT - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.Axis
The parent axis
parse(String) - Static method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternParser
 
parse(String) - Method in class org.xmlpull.v1.builder.xpath.saxpath.com.werken.saxpath.XPathReader
 
parse(String) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathReader
Perform parsing of the textual XPath expression, and produce event callbacks to an XPathHandler.
parseXPath(String) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
parseXPath(String) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Returns a parsed form of the given xpath string, which will be suitable for queries on documents that use the same navigator as this one.
PathExpr - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
 
Pattern - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
Pattern defines the behaviour for pattern in the XSLT processing model.
Pattern() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
 
PatternHandler - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
SAXPath XPathHandler implementation capable of building Jaxen expression trees which can walk various different object models.
PatternHandler() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
PatternParser - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
PatternParser is a helper class for parsing XSLT patterns
PatternParser() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternParser
 
peekFrame() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
pop() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
popFrame() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
PositionFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.1 number position()
PositionFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.PositionFunction
 
PRECEDING - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.Axis
The preceding axis
PRECEDING_SIBLING - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.Axis
The preceding-sibling axis
PrecedingAxisIterator - Class in org.xmlpull.v1.builder.xpath.jaxen.util
 
PrecedingAxisIterator(Object, Navigator) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.PrecedingAxisIterator
 
PrecedingSiblingAxisIterator - Class in org.xmlpull.v1.builder.xpath.jaxen.util
 
PrecedingSiblingAxisIterator(Object, Navigator) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.PrecedingSiblingAxisIterator
 
Predicate - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
 
Predicated - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
 
printStackTrace(PrintStream) - Method in exception org.xmlpull.v1.builder.xpath.jaxen.FunctionCallException
 
printStackTrace(PrintWriter) - Method in exception org.xmlpull.v1.builder.xpath.jaxen.FunctionCallException
 
printStackTrace() - Method in exception org.xmlpull.v1.builder.xpath.jaxen.FunctionCallException
 
PROCESSING_INSTRUCTION_NODE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
Matches ProcessingInstruction
PROCESSING_INSTRUCTION_TEST - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
 
push(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
pushFrame() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
pushIterator(Iterator) - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.StackedIterator
 
put(Object, Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
Associates the specified value with the specified key in this map.
putAll(Map) - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
Copies all of the mappings from the specified map to this one.

R

registerFunction(String, String, Function) - Method in class org.xmlpull.v1.builder.xpath.jaxen.SimpleFunctionContext
Register a new function.
remove() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.FollowingAxisIterator
 
remove() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.FollowingSiblingAxisIterator
 
remove(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
Removes the mapping for this key from this map if present.
remove() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.LinkedIterator
 
remove() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.PrecedingAxisIterator
 
remove() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.PrecedingSiblingAxisIterator
 
remove() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.SelfAxisIterator
 
remove() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.SingleObjectIterator
 
remove() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.StackedIterator
 
returnExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
RoundFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.4 number round(number)
RoundFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.RoundFunction
 

S

SAXPathEventSource - Interface in org.xmlpull.v1.builder.xpath.saxpath
Interface for any object capable of generating SAXPath events to an XPathHandler.
SAXPathException - Exception in org.xmlpull.v1.builder.xpath.saxpath
Base of all SAXPath exceptions.
SAXPathException(String) - Constructor for exception org.xmlpull.v1.builder.xpath.saxpath.SAXPathException
Construct with a given message.
SAXPathParseException - Exception in org.xmlpull.v1.builder.xpath.saxpath
Base of all parse-related SAXPath exceptions.
SAXPathParseException(String) - Constructor for exception org.xmlpull.v1.builder.xpath.saxpath.SAXPathParseException
Construct with the given message.
selectNodes(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Select all nodes that are selectable by this XPath expression.
selectNodes(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
Select all nodes that are selectable by this XPath expression.
selectNodesForContext(Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Select all nodes that are selectable by this XPath expression on the given Context object.
selectSingleNode(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Select only the first node that is selectable by this XPath expression.
selectSingleNode(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
Select only the first node that is selectable by this XPath expression.
selectSingleNodeForContext(Context) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Select only the first node that is selectable by this XPath expression.
SELF - Static variable in class org.xmlpull.v1.builder.xpath.saxpath.Axis
The self axis
SelfAxisIterator - Class in org.xmlpull.v1.builder.xpath.jaxen.util
 
SelfAxisIterator(Object) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.SelfAxisIterator
 
setAbsolute(boolean) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
 
setAncestorPattern(Pattern) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
Adds a pattern for an ancestor of the current context node used in this pattern.
setContextSupport(ContextSupport) - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
 
setExpr(Expr) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Predicate
 
setFilterExpr(Expr) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.PathExpr
 
setFunctionContext(FunctionContext) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Set a FunctionContext for use with this XPath expression.
setFunctionContext(FunctionContext) - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
 
setFunctionContext(FunctionContext) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
Set a FunctionContext for use with this XPath expression.
setLHS(Pattern) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
 
setNamespaceContext(NamespaceContext) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Set a NamespaceContext for use with this XPath expression.
setNamespaceContext(NamespaceContext) - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
 
setNamespaceContext(NamespaceContext) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
Set a NamespaceContext for use with this XPath expression.
setNodeSet(List) - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
 
setNodeTest(NodeTest) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
Allows the NodeTest to be set
setParentPattern(Pattern) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
Adds a pattern for the parent of the current context node used in this pattern.
setPosition(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
 
setRHS(Pattern) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
 
setRootExpr(Expr) - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathExpr
 
setRootExpr(Expr) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathExpr
 
setSize(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
 
setVariableContext(VariableContext) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Set a VariableContext for use with this XPath expression.
setVariableContext(VariableContext) - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
 
setVariableContext(VariableContext) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
Set a VariableContext for use with this XPath expression.
setVariableValue(String, String, Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.SimpleVariableContext
Set the value associated with a variable.
setVariableValue(String, Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.SimpleVariableContext
Set the value associated with a variable.
setXPathFactory(XPathFactory) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
Set the Jaxen XPathFactory to use during the parse to construct the XPath expression tree.
setXPathHandler(XPathHandler) - Method in class org.xmlpull.v1.builder.xpath.saxpath.com.werken.saxpath.XPathReader
 
setXPathHandler(XPathHandler) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.SAXPathEventSource
Set the XPathHandler to receive event callbacks during the parse.
SimpleFunctionContext - Class in org.xmlpull.v1.builder.xpath.jaxen
Simple default implementation of FunctionContext.
SimpleFunctionContext() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.SimpleFunctionContext
Construct.
SimpleNamespaceContext - Class in org.xmlpull.v1.builder.xpath.jaxen
Provides mappings from namespace prefix to namespace URI to the xpath engine.
SimpleNamespaceContext() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.SimpleNamespaceContext
 
SimpleNamespaceContext(Map) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.SimpleNamespaceContext
 
SimpleVariableContext - Class in org.xmlpull.v1.builder.xpath.jaxen
Simple default implementation for VariableContext.
SimpleVariableContext() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.SimpleVariableContext
Construct.
simplified - Variable in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
simplify() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultExpr
 
simplify() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultFilterExpr
 
simplify() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
 
simplify() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathExpr
 
simplify() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Expr
 
simplify() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Predicate
 
simplify() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.Step
 
simplify() - Method in interface org.xmlpull.v1.builder.xpath.jaxen.expr.XPathExpr
 
simplify() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
 
simplify() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
 
simplify() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
 
SingleObjectIterator - Class in org.xmlpull.v1.builder.xpath.jaxen.util
 
SingleObjectIterator(Object) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.SingleObjectIterator
 
SINGLETON - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.TextNodeTest
 
size() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
Returns the number of key-value mappings in this map.
stack - Variable in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
StackedIterator - Class in org.xmlpull.v1.builder.xpath.jaxen.util
 
StackedIterator(Object, Navigator) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.StackedIterator
 
StackedIterator() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.util.StackedIterator
 
stackSize() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startAbsoluteLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startAbsoluteLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
startAbsoluteLocationPath() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startAbsoluteLocationPath() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of an absolute location path expression.
startAdditiveExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startAdditiveExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startAdditiveExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of an additive ('+' or '-') expression.
startAllNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startAllNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
startAllNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startAllNodeStep(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of a node() step.
startAndExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startAndExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startAndExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of an 'and' expression.
startCommentNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startCommentNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
startCommentNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startCommentNodeStep(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of a comment() step.
startEqualityExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startEqualityExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startEqualityExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of an equality ('=' or '!
startFilterExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startFilterExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startFilterExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of a filter expression.
startFunction(String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startFunction(String, String) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startFunction(String, String) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of a function call.
startMultiplicativeExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startMultiplicativeExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startMultiplicativeExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of a multiplicative ('*', 'div' or 'mod') expression.
startNameStep(int, String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startNameStep(int, String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
startNameStep(int, String, String) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startNameStep(int, String, String) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of a name step.
startOrExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startOrExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startOrExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of an 'or' expression.
startPathExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startPathExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startPathExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of a path expression.
startPredicate() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startPredicate() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startPredicate() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of a predicate.
startProcessingInstructionNodeStep(int, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startProcessingInstructionNodeStep(int, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
startProcessingInstructionNodeStep(int, String) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startProcessingInstructionNodeStep(int, String) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of a processing-instruction(...) step.
startRelationalExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startRelationalExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startRelationalExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of a relational ('<', '>', '<=', or '>=') expression.
startRelativeLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startRelativeLocationPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
startRelativeLocationPath() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startRelativeLocationPath() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of a relative location path expression.
StartsWithFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.2 boolean starts-with(string,string)
StartsWithFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.StartsWithFunction
 
startTextNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startTextNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
startTextNodeStep(int) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startTextNodeStep(int) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of a text() step.
startUnaryExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startUnaryExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startUnaryExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of a unary ('+' or '-') expression.
startUnionExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startUnionExpr() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternHandler
 
startUnionExpr() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startUnionExpr() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of a union ('|') expression.
startXPath() - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
startXPath() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
startXPath() - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of the start of an XPath expression parse.
Step - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
 
StringFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.2 string string(object)
StringFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.StringFunction
 
StringLengthFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.2 number string-length(string)
StringLengthFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.StringLengthFunction
 
stringValueOf(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
 
stringValueOf(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
Retrieve a string-value interpretation of this XPath expression when evaluated against a given context.
SubstringAfterFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.2 string substring-after(string,string)
SubstringAfterFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringAfterFunction
 
SubstringBeforeFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.2 string substring-before(string,string)
SubstringBeforeFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringBeforeFunction
 
SubstringFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.2 string substring(string,number,number?
SubstringFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringFunction
 
SUBTRACT - Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
 
SumFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.4 number sum(node-set)
SumFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.SumFunction
 

T

TEXT_NODE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
Matches elements nodes
TEXT_TEST - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
 
TextNodeTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
TextNodeTest matches any text node.
TextNodeTest() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.TextNodeTest
 
toString() - Method in class org.xmlpull.v1.builder.xpath.impl.XPathNamespace
 
toString() - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
Return the normalized string of this XPath expression.
toString() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultAbsoluteLocationPath
 
toString() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultAllNodeStep
 
toString() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultCommentNodeStep
 
toString() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultFilterExpr
 
toString() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultNameStep
 
toString() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultRelativeLocationPath
 
toString() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultStep
 
toString() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultUnionExpr
 
toString() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultXPathExpr
 
toString() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
 
toString() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NamespaceTest
 
toString() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NameTest
 
toString() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
 
toString() - Method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
 
toString() - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
toString() - Method in exception org.xmlpull.v1.builder.xpath.saxpath.XPathSyntaxException
 
TranslateFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.2 string translate(string,string,string) The translation is done thru a HashMap.
TranslateFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.TranslateFunction
 
translateNamespacePrefixToUri(String, Object) - Method in class org.xmlpull.v1.builder.xpath.impl.DocumentNavigator
 
translateNamespacePrefixToUri(String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.Context
 
translateNamespacePrefixToUri(String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.ContextSupport
 
translateNamespacePrefixToUri(String, Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.DefaultNavigator
 
translateNamespacePrefixToUri(String) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.NamespaceContext
Translate the provided namespace prefix into the matching bound namespace URI.
translateNamespacePrefixToUri(String, Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.Navigator
Translate a namespace prefix to a namespace URI, possibly considering a particular element node.
translateNamespacePrefixToUri(String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.SimpleNamespaceContext
 
TrueFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
4.3 boolean true()
TrueFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.TrueFunction
 

U

UnaryExpr - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
 
UnionExpr - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
 
UnionPattern - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
UnionPattern represents a union pattern.
UnionPattern() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
 
UnionPattern(Pattern, Pattern) - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.UnionPattern
 
UNKNOWN_NODE - Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
Does not match any valid node
UnresolvableException - Exception in org.xmlpull.v1.builder.xpath.jaxen
Used when a function-call or variable-reference, or any other lookup based on namespace and local name, couldn't be resolved.
UnresolvableException(String) - Constructor for exception org.xmlpull.v1.builder.xpath.jaxen.UnresolvableException
 
UnsupportedAxisException - Exception in org.xmlpull.v1.builder.xpath.jaxen
Indicates attempt to evaluate an XPath axis that is unsupported by the current object-model.
UnsupportedAxisException(String) - Constructor for exception org.xmlpull.v1.builder.xpath.jaxen.UnsupportedAxisException
Construct.
UpperFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function.ext
string upper-case(string) This function can take a second parameter of the Locale to use for the String conversion.
UpperFunction() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.ext.UpperFunction
 

V

value() - Method in class org.xmlpull.v1.builder.xpath.jaxen.expr.iter.IterableAxis
 
valueOf(Object) - Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
 
valueOf(Object) - Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
Deprecated. As of Jaxen 1.0 RC1 please use instead
values() - Method in class org.xmlpull.v1.builder.xpath.jaxen.util.IdentityHashMap
Returns a collection view of the values contained in this map.
VariableContext - Interface in org.xmlpull.v1.builder.xpath.jaxen
Resolves variable bindings within an XPath expression.
variableReference(String, String) - Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
 
variableReference(String, String) - Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
 
variableReference(String, String) - Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
Receive notification of a variable-reference expression.
VariableReferenceExpr - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
 

X

Xb1XPath - Class in org.xmlpull.v1.builder.xpath
An XPath implementation for the XB1 model for more details on XB1 see XB1
Xb1XPath(String) - Constructor for class org.xmlpull.v1.builder.xpath.Xb1XPath
Compile XPath expression into an executable form suitable to use with XB1.
XPath - Interface in org.xmlpull.v1.builder.xpath.jaxen
Defines the interface to an object which represents an XPath 1.0 expression which can be evaluated against a variety of different XML object models.
XPathExpr - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
 
XPathFactory - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
 
XPathFunctionContext - Class in org.xmlpull.v1.builder.xpath.jaxen
A FunctionContext implementing the core XPath function library, with extensions.
XPathFunctionContext() - Constructor for class org.xmlpull.v1.builder.xpath.jaxen.XPathFunctionContext
Construct.
XPathHandler - Interface in org.xmlpull.v1.builder.xpath.saxpath
Interface for event-based XPath parsing.
XPathNamespace - Class in org.xmlpull.v1.builder.xpath.impl
Wrap namespace with parent so we can find parent as required by JAXEN ....
XPathNamespace(XmlNamespace) - Constructor for class org.xmlpull.v1.builder.xpath.impl.XPathNamespace
 
XPathNamespace(XmlElement, XmlNamespace) - Constructor for class org.xmlpull.v1.builder.xpath.impl.XPathNamespace
 
XPathReader - Class in org.xmlpull.v1.builder.xpath.saxpath.com.werken.saxpath
Implementation of SAXPath's XPathReader which generates callbacks to an XPathHandler.
XPathReader() - Constructor for class org.xmlpull.v1.builder.xpath.saxpath.com.werken.saxpath.XPathReader
 
XPathReader - Interface in org.xmlpull.v1.builder.xpath.saxpath
Interface for readers which can parse textual XPath expressions, and produce callbacks to XPathHandler objects.
XPathReaderFactory - Class in org.xmlpull.v1.builder.xpath.saxpath.helpers
Create an org.saxpath.XPathReader from either a system property, or a named class.
XPathReaderFactory() - Constructor for class org.xmlpull.v1.builder.xpath.saxpath.helpers.XPathReaderFactory
 
XPathSyntaxException - Exception in org.xmlpull.v1.builder.xpath.jaxen
Indicates an error during parsing of an XPath expression.
XPathSyntaxException(String, int, String) - Constructor for exception org.xmlpull.v1.builder.xpath.jaxen.XPathSyntaxException
Construct.
XPathSyntaxException - Exception in org.xmlpull.v1.builder.xpath.saxpath
 
XPathSyntaxException(String, int, String) - Constructor for exception org.xmlpull.v1.builder.xpath.saxpath.XPathSyntaxException
 

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