Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abbrStep() - Method in class org.jaxen.saxpath.base.XPathReader
- absolute - Variable in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.Whether this lcoation path is absolute or not
- absoluteLocationPath() - Method in class org.jaxen.saxpath.base.XPathReader
- add(Object) - Method in class org.jaxen.expr.IdentitySet
- ADD - Static variable in interface org.jaxen.saxpath.Operator
-
The addition operator
+
- addElementNamespaces(Navigator, Object) - Method in class org.jaxen.SimpleNamespaceContext
-
Adds all the namespace declarations that are in scope on the given element.
- addFilter(FilterExpr) - Method in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.Adds a filter to this pattern
- addIterator(Iterator) - Method in class org.jaxen.util.LinkedIterator
-
Deprecated.
- additiveExpr() - Method in class org.jaxen.saxpath.base.XPathReader
- AdditiveExpr - Interface in org.jaxen.expr
-
Represents an XPath additive expression.
- addNamespace(String, String) - Method in class org.jaxen.BaseXPath
-
Add a namespace prefix-to-URI mapping for this XPath expression.
- addNamespace(String, String) - Method in class org.jaxen.SimpleNamespaceContext
-
Binds a prefix to a URI in this context.
- addNamespace(String, String) - Method in interface org.jaxen.XPath
-
Add a namespace prefix-to-URI mapping for this XPath expression.
- addParameter(Expr) - Method in class org.jaxen.expr.DefaultFunctionCallExpr
-
Deprecated.
- addParameter(Expr) - Method in interface org.jaxen.expr.FunctionCallExpr
-
Add the next argument to the function.
- addParameters(FunctionCallExpr, Iterator) - Method in class org.jaxen.JaxenHandler
- addPredicate(Predicate) - Method in class org.jaxen.expr.DefaultFilterExpr
-
Deprecated.
- addPredicate(Predicate) - Method in class org.jaxen.expr.DefaultStep
-
Deprecated.
- addPredicate(Predicate) - Method in interface org.jaxen.expr.Predicated
-
Add an additional predicate to this object.
- addPredicate(Predicate) - Method in class org.jaxen.expr.PredicateSet
-
Add a predicate to the set.
- addPredicates(Predicated, Iterator) - Method in class org.jaxen.JaxenHandler
- addStep(Step) - Method in class org.jaxen.expr.DefaultLocationPath
- addStep(Step) - Method in interface org.jaxen.expr.LocationPath
-
Add the next step to this location path.
- addSteps(LocationPath, Iterator) - Method in class org.jaxen.JaxenHandler
- AllNodeStep - Interface in org.jaxen.expr
-
Represents the XPath node-test
node()
. - ANCESTOR - Static variable in class org.jaxen.saxpath.Axis
-
The
ancestor
axis - ANCESTOR_OR_SELF - Static variable in class org.jaxen.saxpath.Axis
-
The
ancestor-or-self
axis - AncestorAxisIterator - Class in org.jaxen.util
-
Represents the XPath
ancestor
axis. - AncestorAxisIterator(Object, Navigator) - Constructor for class org.jaxen.util.AncestorAxisIterator
-
Create a new ancestor axis iterator.
- ancestorOrSelf - Variable in class org.jaxen.util.PrecedingAxisIterator
- AncestorOrSelfAxisIterator - Class in org.jaxen.util
-
Represents the XPath
ancestor-or-self
axis. - AncestorOrSelfAxisIterator(Object, Navigator) - Constructor for class org.jaxen.util.AncestorOrSelfAxisIterator
-
Create a new
ancestor-or-self
axis iterator. - ancestorPattern - Variable in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.Patterns matching one of my ancestors
- and() - Method in class org.jaxen.saxpath.base.XPathLexer
- AND - Static variable in class org.jaxen.saxpath.base.TokenTypes
- andExpr() - Method in class org.jaxen.saxpath.base.XPathReader
- ANY_NODE - Static variable in class org.jaxen.pattern.Pattern
-
Deprecated.Matches any node
- AnyChildNodeTest - Class in org.jaxen.pattern
-
Deprecated.will be removed in Jaxen 2.0
- AnyChildNodeTest() - Constructor for class org.jaxen.pattern.AnyChildNodeTest
-
Deprecated.
- anyMatchingNode(List, ContextSupport) - Method in class org.jaxen.expr.PredicateSet
- AnyNodeTest - Class in org.jaxen.pattern
-
Deprecated.will be removed in Jaxen 2.0
- AnyNodeTest() - Constructor for class org.jaxen.pattern.AnyNodeTest
-
Deprecated.
- appendChild(Node) - Method in class org.jaxen.dom.NamespaceNode
-
Append a new child node (always fails).
- applyPredicate(Predicate, List, ContextSupport) - Method in class org.jaxen.expr.PredicateSet
- arguments() - Method in class org.jaxen.saxpath.base.XPathReader
- asBoolean(Context) - Method in class org.jaxen.expr.DefaultFilterExpr
-
Deprecated.Returns true if the current filter matches at least one of the context nodes
- asBoolean(Context) - Method in interface org.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.jaxen.expr.DefaultXPathExpr
-
Deprecated.
- asList(Context) - Method in interface org.jaxen.expr.XPathExpr
-
Evaluates the expression and returns a list cintaing the resulting nodes, or a singleton list containing a
Double
,String
, orBoolean
. - at() - Method in class org.jaxen.saxpath.base.XPathLexer
- AT - Static variable in class org.jaxen.saxpath.base.TokenTypes
- ATTRIBUTE - Static variable in class org.jaxen.saxpath.Axis
-
The
attribute
axis - ATTRIBUTE_NODE - Static variable in class org.jaxen.pattern.Pattern
-
Deprecated.Matches attribute nodes
- ATTRIBUTE_TEST - Static variable in class org.jaxen.pattern.NodeTypeTest
-
Deprecated.
- AttributeIterator(Node) - Constructor for class org.jaxen.dom.DocumentNavigator.AttributeIterator
-
Constructor.
- axis - Variable in class org.jaxen.expr.DefaultStep
-
Deprecated.
- Axis - Class in org.jaxen.saxpath
-
Internal SAXPath class that contains constants representing XPath operators to avoid a lot of string comparisons.
- Axis() - Constructor for class org.jaxen.saxpath.Axis
- axisIterator(Object, ContextSupport) - Method in class org.jaxen.expr.DefaultStep
-
Deprecated.
- axisIterator(Object, ContextSupport) - Method in interface org.jaxen.expr.Step
-
Get an Iterator for the current axis starting in the given contextNode.
- axisSpecifier() - Method in class org.jaxen.saxpath.base.XPathReader
B
- BaseXPath - Class in org.jaxen
-
Base functionality for all concrete, implementation-specific XPaths.
- BaseXPath(String) - Constructor for class org.jaxen.BaseXPath
-
Construct given an XPath expression string.
- BaseXPath(String, Navigator) - Constructor for class org.jaxen.BaseXPath
-
Construct given an XPath expression string.
- BinaryExpr - Interface in org.jaxen.expr
-
Represents a binary expression.
- BooleanFunction - Class in org.jaxen.function
-
4.3
boolean boolean(object)
- BooleanFunction() - Constructor for class org.jaxen.function.BooleanFunction
-
Create a new
BooleanFunction
object. - booleanValueOf(Object) - Method in class org.jaxen.BaseXPath
-
Retrieve a boolean-value interpretation of this XPath expression when evaluated against a given context.
- booleanValueOf(Object) - Method in interface org.jaxen.XPath
-
Retrieve the boolean value of the first node in document order returned by this XPath expression when evaluated in the given context.
- bothAreBoolean(Object, Object) - Method in class org.jaxen.expr.DefaultTruthExpr
- bothAreSets(Object, Object) - Method in class org.jaxen.expr.DefaultTruthExpr
C
- call(Context, List) - Method in class org.jaxen.function.BooleanFunction
-
Convert the argument to a
Boolean
- call(Context, List) - Method in interface org.jaxen.Function
-
Evaluate this function.
- call(Context, List) - Method in class org.jaxen.function.CeilingFunction
-
Returns the smallest integer greater than or equal to a number.
- call(Context, List) - Method in class org.jaxen.function.ConcatFunction
-
Concatenates the arguments and returns the resulting string.
- call(Context, List) - Method in class org.jaxen.function.ContainsFunction
-
Returns true if the string-value of the first item in
args
contains string-value of the second item; false otherwise. - call(Context, List) - Method in class org.jaxen.function.CountFunction
-
Returns the number of nodes in the specified node-set.
- call(Context, List) - Method in class org.jaxen.function.ext.EndsWithFunction
- call(Context, List) - Method in class org.jaxen.function.ext.EvaluateFunction
- call(Context, List) - Method in class org.jaxen.function.ext.LowerFunction
- call(Context, List) - Method in class org.jaxen.function.ext.UpperFunction
- call(Context, List) - Method in class org.jaxen.function.FalseFunction
-
Returns
Boolean.FALSE
- call(Context, List) - Method in class org.jaxen.function.FloorFunction
-
Returns the largest integer less than or equal to a number.
- call(Context, List) - Method in class org.jaxen.function.IdFunction
-
Returns a list of the nodes with the specified IDs.
- call(Context, List) - Method in class org.jaxen.function.LangFunction
-
Determines whether or not the context node is written in the language specified by the XPath string-value of
args.get(0)
, as determined by the nearestxml:lang
attribute in scope. - call(Context, List) - Method in class org.jaxen.function.LastFunction
-
Returns the number of nodes in the context node-set.
- call(Context, List) - Method in class org.jaxen.function.LocalNameFunction
-
Returns the local-name of the specified node or the context node if no arguments are provided.
- call(Context, List) - Method in class org.jaxen.function.NameFunction
-
Returns the name of the specified node or the name of the context node if no arguments are provided.
- call(Context, List) - Method in class org.jaxen.function.NamespaceUriFunction
-
Returns the namespace URI of the specified node or the namespace URI of the context node if no arguments are provided.
- call(Context, List) - Method in class org.jaxen.function.NormalizeSpaceFunction
-
Returns the string-value of the first item in
args
after removing all leading and trailing white space, and replacing each other sequence of whitespace by a single space. - call(Context, List) - Method in class org.jaxen.function.NotFunction
-
Returns
Boolean.TRUE
if the boolean value ofargs.get(0)
is false, andBoolean.FALSE
otherwise. - call(Context, List) - Method in class org.jaxen.function.NumberFunction
-
Returns the number value of
args.get(0)
, or the number value of the context node ifargs
is empty. - call(Context, List) - Method in class org.jaxen.function.PositionFunction
-
Returns the position of the context node in the context node-set.
- call(Context, List) - Method in class org.jaxen.function.RoundFunction
-
Returns the nearest integer to the number.
- call(Context, List) - Method in class org.jaxen.function.StartsWithFunction
-
Returns true if the string-value of the first item in
args
starts with the string-value of the second item inargs
. - call(Context, List) - Method in class org.jaxen.function.StringFunction
-
Returns the string-value of
args.get(0)
or of the context node ifargs
is empty. - call(Context, List) - Method in class org.jaxen.function.StringLengthFunction
-
Returns the number of Unicode characters in the string-value of the argument.
- call(Context, List) - Method in class org.jaxen.function.SubstringAfterFunction
-
Returns the part of the string-value of the first item in
args
that follows the string-value of the second item inargs
; or the empty string if the second string is not a substring of the first string. - call(Context, List) - Method in class org.jaxen.function.SubstringBeforeFunction
-
Returns the part of the string-value of the first item in
args
that comes before the string-value of the second item inargs
; or the empty string if the second string is not a substring of the first string. - call(Context, List) - Method in class org.jaxen.function.SubstringFunction
-
Returns a substring of an XPath string-value by character index.
- call(Context, List) - Method in class org.jaxen.function.SumFunction
-
Returns the sum of its arguments.
- call(Context, List) - Method in class org.jaxen.function.TranslateFunction
-
Returns a copy of the first argument in which characters found in the second argument are replaced by corresponding characters from the third argument.
- call(Context, List) - Method in class org.jaxen.function.TrueFunction
-
Returns
Boolean.TRUE
- call(Context, List) - Method in class org.jaxen.function.xslt.DocumentFunction
- canPop() - Method in class org.jaxen.JaxenHandler
- cause - Variable in exception class org.jaxen.JaxenRuntimeException
- cause - Variable in exception class org.jaxen.saxpath.SAXPathException
- causeSet - Variable in exception class org.jaxen.JaxenRuntimeException
- causeSet - Variable in exception class org.jaxen.saxpath.SAXPathException
- CDATA_SECTION_NODE - Static variable in class org.jaxen.pattern.Pattern
-
Deprecated.Matches CDATA section nodes
- CeilingFunction - Class in org.jaxen.function
-
4.4
number ceiling(number)
- CeilingFunction() - Constructor for class org.jaxen.function.CeilingFunction
-
Create a new
CeilingFunction
object. - CHILD - Static variable in class org.jaxen.saxpath.Axis
-
The
child
axis - children - Variable in class org.jaxen.util.DescendantAxisIterator
- childrenOrSelf - Variable in class org.jaxen.util.PrecedingAxisIterator
- childrenOrSelf(Object) - Method in class org.jaxen.util.PrecedingAxisIterator
- cloneNode(boolean) - Method in class org.jaxen.dom.NamespaceNode
-
Create a copy of this node.
- colon() - Method in class org.jaxen.saxpath.base.XPathLexer
- COLON - Static variable in class org.jaxen.saxpath.base.TokenTypes
- comma() - Method in class org.jaxen.saxpath.base.XPathLexer
- COMMA - Static variable in class org.jaxen.saxpath.base.TokenTypes
- COMMENT_NODE - Static variable in class org.jaxen.pattern.Pattern
-
Deprecated.Matches comment nodes
- COMMENT_TEST - Static variable in class org.jaxen.pattern.NodeTypeTest
-
Deprecated.
- CommentNodeStep - Interface in org.jaxen.expr
-
Represents the XPath node-test
comment()
. - compare(Object, Object) - Method in class org.jaxen.expr.NodeComparator
- compareDocumentPosition(Node) - Method in class org.jaxen.dom.NamespaceNode
-
Compare relative position of this node to another nbode.
- compareSiblings(Object, Object) - Method in class org.jaxen.expr.NodeComparator
- ConcatFunction - Class in org.jaxen.function
-
4.2
string concat(string,string,string*)
- ConcatFunction() - Constructor for class org.jaxen.function.ConcatFunction
-
Create a new
ConcatFunction
object. - consume() - Method in class org.jaxen.saxpath.base.XPathLexer
- contains(Object) - Method in class org.jaxen.expr.IdentitySet
- ContainsFunction - Class in org.jaxen.function
-
4.2
boolean contains(string,string)
- ContainsFunction() - Constructor for class org.jaxen.function.ContainsFunction
-
Create a new
ContainsFunction
object. - contents - Variable in class org.jaxen.expr.IdentitySet
- Context - Class in org.jaxen
-
Wrapper around implementation-specific objects used as the context of an expression evaluation.
- Context(ContextSupport) - Constructor for class org.jaxen.Context
-
Create a new context.
- contextNode - Variable in class org.jaxen.util.AncestorOrSelfAxisIterator
- contextNode - Variable in class org.jaxen.util.FollowingAxisIterator
- contextNode - Variable in class org.jaxen.util.FollowingSiblingAxisIterator
- contextNode - Variable in class org.jaxen.util.PrecedingSiblingAxisIterator
- contextSupport - Variable in class org.jaxen.Context
-
Context-support
- ContextSupport - Class in org.jaxen
-
Supporting context information for resolving namespace prefixes, functions, and variables.
- ContextSupport() - Constructor for class org.jaxen.ContextSupport
-
Construct an empty
ContextSupport
. - ContextSupport(NamespaceContext, FunctionContext, VariableContext, Navigator) - Constructor for class org.jaxen.ContextSupport
-
Create a new ContextSupport object.
- convertDefaultStep(LocationPathPattern, DefaultStep) - Static method in class org.jaxen.pattern.PatternParser
-
Deprecated.
- convertExpr(Expr) - Static method in class org.jaxen.pattern.PatternParser
-
Deprecated.
- convertExpr(LocationPath) - Static method in class org.jaxen.pattern.PatternParser
-
Deprecated.
- convertStep(LocationPathPattern, Step) - Static method in class org.jaxen.pattern.PatternParser
-
Deprecated.
- convertToIterator(Object) - Static method in class org.jaxen.expr.DefaultExpr
-
Deprecated.
- convertToList(Object) - Static method in class org.jaxen.expr.DefaultExpr
-
Deprecated.
- CountFunction - Class in org.jaxen.function
-
4.1
number count(node-set)
- CountFunction() - Constructor for class org.jaxen.function.CountFunction
-
Create a new
CountFunction
object. - createAbsoluteLocationPath() - Method in class org.jaxen.expr.DefaultXPathFactory
- createAbsoluteLocationPath() - Method in interface org.jaxen.expr.XPathFactory
-
Create a new empty absolute location path.
- createAbsoluteLocationPath() - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- createAdditiveExpr(Expr, Expr, int) - Method in class org.jaxen.expr.DefaultXPathFactory
- createAdditiveExpr(Expr, Expr, int) - Method in interface org.jaxen.expr.XPathFactory
-
Returns a new XPath additive expression.
- createAllNodeStep(int) - Method in class org.jaxen.expr.DefaultXPathFactory
- createAllNodeStep(int) - Method in interface org.jaxen.expr.XPathFactory
-
Create a step with a node() node-test.
- createAndExpr(Expr, Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
- createAndExpr(Expr, Expr) - Method in interface org.jaxen.expr.XPathFactory
-
Returns a new XPath And expression.
- createCommentNodeStep(int) - Method in class org.jaxen.expr.DefaultXPathFactory
- createCommentNodeStep(int) - Method in interface org.jaxen.expr.XPathFactory
-
Create a step with a
comment()
node-test. - created - Variable in class org.jaxen.util.StackedIterator
-
Deprecated.
- createEqualityExpr(Expr, Expr, int) - Method in class org.jaxen.expr.DefaultXPathFactory
- createEqualityExpr(Expr, Expr, int) - Method in interface org.jaxen.expr.XPathFactory
-
Returns a new XPath equality expression.
- createFilterExpr(Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
- createFilterExpr(Expr) - Method in interface org.jaxen.expr.XPathFactory
-
Returns a new XPath filter expression.
- createFunctionCallExpr(String, String) - Method in class org.jaxen.expr.DefaultXPathFactory
- createFunctionCallExpr(String, String) - Method in interface org.jaxen.expr.XPathFactory
-
Create a new function call expression.
- createFunctionContext() - Method in class org.jaxen.BaseXPath
-
Create a default
FunctionContext
. - createIterator(Object) - Method in class org.jaxen.util.StackedIterator
-
Deprecated.
- createLiteralExpr(String) - Method in class org.jaxen.expr.DefaultXPathFactory
- createLiteralExpr(String) - Method in interface org.jaxen.expr.XPathFactory
-
Create a string literal expression.
- createMultiplicativeExpr(Expr, Expr, int) - Method in class org.jaxen.expr.DefaultXPathFactory
- createMultiplicativeExpr(Expr, Expr, int) - Method in interface org.jaxen.expr.XPathFactory
-
Returns a new XPath multiplicative expression.
- createNamespaceContext() - Method in class org.jaxen.BaseXPath
-
Create a default
NamespaceContext
. - createNameStep(int, String, String) - Method in class org.jaxen.expr.DefaultXPathFactory
- createNameStep(int, String, String) - Method in interface org.jaxen.expr.XPathFactory
-
Create a step with a named node-test.
- createNumberExpr(double) - Method in class org.jaxen.expr.DefaultXPathFactory
- createNumberExpr(double) - Method in interface org.jaxen.expr.XPathFactory
-
Create a number expression.
- createNumberExpr(int) - Method in class org.jaxen.expr.DefaultXPathFactory
- createNumberExpr(int) - Method in interface org.jaxen.expr.XPathFactory
-
Create a number expression.
- createOrExpr(Expr, Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
- createOrExpr(Expr, Expr) - Method in interface org.jaxen.expr.XPathFactory
-
Returns a new XPath Or expression.
- createPathExpr(FilterExpr, LocationPath) - Method in class org.jaxen.expr.DefaultXPathFactory
- createPathExpr(FilterExpr, LocationPath) - Method in interface org.jaxen.expr.XPathFactory
-
Create a new path expression.
- createPredicate(Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
- createPredicate(Expr) - Method in interface org.jaxen.expr.XPathFactory
-
Create from the supplied expression.
- createPredicateSet() - Method in class org.jaxen.expr.DefaultXPathFactory
- createPredicateSet() - Method in interface org.jaxen.expr.XPathFactory
-
Create an empty predicate set.
- createProcessingInstructionNodeStep(int, String) - Method in class org.jaxen.expr.DefaultXPathFactory
- createProcessingInstructionNodeStep(int, String) - Method in interface org.jaxen.expr.XPathFactory
-
Create a step with a
processing-instruction()
node-test. - createReader() - Static method in class org.jaxen.saxpath.helpers.XPathReaderFactory
-
Create an
XPathReader
using the value of theorg.saxpath.driver
system property. - createReader(String) - Static method in class org.jaxen.saxpath.helpers.XPathReaderFactory
-
Create an
XPathReader
using the passed in class name. - createRelationalExpr(Expr, Expr, int) - Method in class org.jaxen.expr.DefaultXPathFactory
- createRelationalExpr(Expr, Expr, int) - Method in interface org.jaxen.expr.XPathFactory
-
Returns a new XPath relational expression.
- createRelativeLocationPath() - Method in class org.jaxen.expr.DefaultXPathFactory
- createRelativeLocationPath() - Method in interface org.jaxen.expr.XPathFactory
-
Create a new empty relative location path.
- createRelativeLocationPath() - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- createSyntaxException(String) - Method in class org.jaxen.saxpath.base.XPathReader
- createTextNodeStep(int) - Method in class org.jaxen.expr.DefaultXPathFactory
- createTextNodeStep(int) - Method in interface org.jaxen.expr.XPathFactory
-
Create a step with a
text()
node-test. - createUnaryExpr(Expr, int) - Method in class org.jaxen.expr.DefaultXPathFactory
- createUnaryExpr(Expr, int) - Method in interface org.jaxen.expr.XPathFactory
-
Returns a new XPath unary expression.
- createUnionExpr(Expr, Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
- createUnionExpr(Expr, Expr) - Method in interface org.jaxen.expr.XPathFactory
-
Returns a new XPath union expression.
- createVariableContext() - Method in class org.jaxen.BaseXPath
-
Create a default
VariableContext
. - createVariableReferenceExpr(String, String) - Method in class org.jaxen.expr.DefaultXPathFactory
- createVariableReferenceExpr(String, String) - Method in interface org.jaxen.expr.XPathFactory
-
Create a new variable reference expression.
- createXPath(Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
- createXPath(Expr) - Method in interface org.jaxen.expr.XPathFactory
-
Create a new
XPathExpr
from anExpr
. - cur - Variable in class org.jaxen.util.LinkedIterator
-
Deprecated.
- currentIterator() - Method in class org.jaxen.util.StackedIterator
-
Deprecated.
- currentPosition - Variable in class org.jaxen.saxpath.base.XPathLexer
- currentSibling - Variable in class org.jaxen.util.FollowingAxisIterator
D
- debug() - Method in class org.jaxen.BaseXPath
-
Returns a string representation of the parse tree.
- DEFAULT_DRIVER - Static variable in class org.jaxen.saxpath.helpers.XPathReaderFactory
-
The default driver to use if none is configured.
- DefaultAbsoluteLocationPath - Class in org.jaxen.expr
-
Deprecated.this class will become non-public in the future; use the interface instead
- DefaultAbsoluteLocationPath() - Constructor for class org.jaxen.expr.DefaultAbsoluteLocationPath
-
Deprecated.
- DefaultAdditiveExpr - Class in org.jaxen.expr
- DefaultAdditiveExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultAdditiveExpr
- DefaultAllNodeStep - Class in org.jaxen.expr
-
Deprecated.this class will become non-public in the future; use the interface instead
- DefaultAllNodeStep(IterableAxis, PredicateSet) - Constructor for class org.jaxen.expr.DefaultAllNodeStep
-
Deprecated.
- DefaultAndExpr - Class in org.jaxen.expr
- DefaultAndExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultAndExpr
- DefaultArithExpr - Class in org.jaxen.expr
- DefaultArithExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultArithExpr
- DefaultBinaryExpr - Class in org.jaxen.expr
- DefaultBinaryExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultBinaryExpr
- DefaultCommentNodeStep - Class in org.jaxen.expr
-
Deprecated.this class will become non-public in the future; use the interface instead
- DefaultCommentNodeStep(IterableAxis, PredicateSet) - Constructor for class org.jaxen.expr.DefaultCommentNodeStep
-
Deprecated.
- DefaultDivExpr - Class in org.jaxen.expr
- DefaultDivExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultDivExpr
- DefaultEqualityExpr - Class in org.jaxen.expr
- DefaultEqualityExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultEqualityExpr
- DefaultEqualsExpr - Class in org.jaxen.expr
- DefaultEqualsExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultEqualsExpr
- DefaultExpr - Class in org.jaxen.expr
-
Deprecated.this class will become non-public in the future; use the interface instead
- DefaultExpr() - Constructor for class org.jaxen.expr.DefaultExpr
-
Deprecated.
- DefaultFilterExpr - Class in org.jaxen.expr
-
Deprecated.this class will become non-public in the future; use the interface instead
- DefaultFilterExpr(Expr, PredicateSet) - Constructor for class org.jaxen.expr.DefaultFilterExpr
-
Deprecated.
- DefaultFilterExpr(PredicateSet) - Constructor for class org.jaxen.expr.DefaultFilterExpr
-
Deprecated.
- DefaultFunctionCallExpr - Class in org.jaxen.expr
-
Deprecated.this class will become non-public in the future; use the interface instead
- DefaultFunctionCallExpr(String, String) - Constructor for class org.jaxen.expr.DefaultFunctionCallExpr
-
Deprecated.
- DefaultGreaterThanEqualExpr - Class in org.jaxen.expr
- DefaultGreaterThanEqualExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultGreaterThanEqualExpr
- DefaultGreaterThanExpr - Class in org.jaxen.expr
- DefaultGreaterThanExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultGreaterThanExpr
- defaultHandler - Static variable in class org.jaxen.saxpath.base.XPathReader
- DefaultLessThanEqualExpr - Class in org.jaxen.expr
- DefaultLessThanEqualExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultLessThanEqualExpr
- DefaultLessThanExpr - Class in org.jaxen.expr
- DefaultLessThanExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultLessThanExpr
- DefaultLiteralExpr - Class in org.jaxen.expr
- DefaultLiteralExpr(String) - Constructor for class org.jaxen.expr.DefaultLiteralExpr
- DefaultLocationPath - Class in org.jaxen.expr
- DefaultLocationPath() - Constructor for class org.jaxen.expr.DefaultLocationPath
-
Create a new empty location path.
- DefaultLogicalExpr - Class in org.jaxen.expr
- DefaultLogicalExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultLogicalExpr
- DefaultMinusExpr - Class in org.jaxen.expr
- DefaultMinusExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultMinusExpr
- DefaultModExpr - Class in org.jaxen.expr
- DefaultModExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultModExpr
- DefaultMultiplicativeExpr - Class in org.jaxen.expr
- DefaultMultiplicativeExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultMultiplicativeExpr
- DefaultMultiplyExpr - Class in org.jaxen.expr
- DefaultMultiplyExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultMultiplyExpr
- DefaultNameStep - Class in org.jaxen.expr
-
Deprecated.this class will become non-public in the future; use the interface instead
- DefaultNameStep(IterableAxis, String, String, PredicateSet) - Constructor for class org.jaxen.expr.DefaultNameStep
-
Deprecated.Constructor.
- DefaultNavigator - Class in org.jaxen
-
Default implementation of
Navigator
. - DefaultNavigator() - Constructor for class org.jaxen.DefaultNavigator
- DefaultNotEqualsExpr - Class in org.jaxen.expr
- DefaultNotEqualsExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultNotEqualsExpr
- DefaultNumberExpr - Class in org.jaxen.expr
- DefaultNumberExpr(Double) - Constructor for class org.jaxen.expr.DefaultNumberExpr
- DefaultOrExpr - Class in org.jaxen.expr
- DefaultOrExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultOrExpr
- DefaultPathExpr - Class in org.jaxen.expr
- DefaultPathExpr(Expr, LocationPath) - Constructor for class org.jaxen.expr.DefaultPathExpr
- DefaultPlusExpr - Class in org.jaxen.expr
- DefaultPlusExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultPlusExpr
- DefaultPredicate - Class in org.jaxen.expr
- DefaultPredicate(Expr) - Constructor for class org.jaxen.expr.DefaultPredicate
- DefaultProcessingInstructionNodeStep - Class in org.jaxen.expr
-
Deprecated.this class will become non-public in the future; use the interface instead
- DefaultProcessingInstructionNodeStep(IterableAxis, String, PredicateSet) - Constructor for class org.jaxen.expr.DefaultProcessingInstructionNodeStep
-
Deprecated.
- DefaultRelationalExpr - Class in org.jaxen.expr
- DefaultRelationalExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultRelationalExpr
- DefaultRelativeLocationPath - Class in org.jaxen.expr
-
Deprecated.this class will become non-public in the future; use the interface instead
- DefaultRelativeLocationPath() - Constructor for class org.jaxen.expr.DefaultRelativeLocationPath
-
Deprecated.
- DefaultStep - Class in org.jaxen.expr
-
Deprecated.this class will become non-public in the future; use the interface instead
- DefaultStep(IterableAxis, PredicateSet) - Constructor for class org.jaxen.expr.DefaultStep
-
Deprecated.
- DefaultTextNodeStep - Class in org.jaxen.expr
-
Deprecated.this class will become non-public in the future; use the interface instead
- DefaultTextNodeStep(IterableAxis, PredicateSet) - Constructor for class org.jaxen.expr.DefaultTextNodeStep
-
Deprecated.
- DefaultTruthExpr - Class in org.jaxen.expr
- DefaultTruthExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultTruthExpr
- DefaultUnaryExpr - Class in org.jaxen.expr
- DefaultUnaryExpr(Expr) - Constructor for class org.jaxen.expr.DefaultUnaryExpr
- DefaultUnionExpr - Class in org.jaxen.expr
-
Deprecated.this class will become non-public in the future; use the interface instead
- DefaultUnionExpr(Expr, Expr) - Constructor for class org.jaxen.expr.DefaultUnionExpr
-
Deprecated.
- DefaultVariableReferenceExpr - Class in org.jaxen.expr
- DefaultVariableReferenceExpr(String, String) - Constructor for class org.jaxen.expr.DefaultVariableReferenceExpr
- DefaultXPathExpr - Class in org.jaxen.expr
-
Deprecated.this class will become non-public in the future; use the interface instead
- DefaultXPathExpr(Expr) - Constructor for class org.jaxen.expr.DefaultXPathExpr
-
Deprecated.
- DefaultXPathFactory - Class in org.jaxen.expr
-
The concrete implementation of the XPathFactory anstract factory.
- DefaultXPathFactory() - Constructor for class org.jaxen.expr.DefaultXPathFactory
- DefaultXPathHandler - Class in org.jaxen.saxpath.helpers
-
Default base class for SAXPath event handlers.
- DefaultXPathHandler() - Constructor for class org.jaxen.saxpath.helpers.DefaultXPathHandler
- DESCENDANT - Static variable in class org.jaxen.saxpath.Axis
-
The
descendant
axis - DESCENDANT_OR_SELF - Static variable in class org.jaxen.saxpath.Axis
-
The
descendant-or-self
axis - DescendantAxisIterator - Class in org.jaxen.util
-
Represents the XPath
descendant
axis. - DescendantAxisIterator(Object, Navigator) - Constructor for class org.jaxen.util.DescendantAxisIterator
-
Create a new
descendant
axis iterator. - DescendantAxisIterator(Navigator, Iterator) - Constructor for class org.jaxen.util.DescendantAxisIterator
- DescendantOrSelfAxisIterator - Class in org.jaxen.util
-
Represents the XPath
descendant-or-self
axis. - DescendantOrSelfAxisIterator(Object, Navigator) - Constructor for class org.jaxen.util.DescendantOrSelfAxisIterator
-
Create a new
desscendant-or-self
axis iterator. - disallowModification() - Method in class org.jaxen.dom.NamespaceNode
-
Throw a NO_MODIFICATION_ALLOWED_ERR DOMException.
- div() - Method in class org.jaxen.saxpath.base.XPathLexer
- DIV - Static variable in class org.jaxen.saxpath.base.TokenTypes
- DIV - Static variable in interface org.jaxen.saxpath.Operator
-
The floating point division operator
div
. - DOCUMENT_NODE - Static variable in class org.jaxen.pattern.Pattern
-
Deprecated.Matches document nodes
- DOCUMENT_TEST - Static variable in class org.jaxen.pattern.NodeTypeTest
-
Deprecated.
- DOCUMENT_TYPE_NODE - Static variable in class org.jaxen.pattern.Pattern
-
Deprecated.Matches DocumentType nodes
- DocumentFunction - Class in org.jaxen.function.xslt
-
Implements the XSLT document() function
- DocumentFunction() - Constructor for class org.jaxen.function.xslt.DocumentFunction
- DocumentNavigator - Class in org.jaxen.dom
-
Interface for navigating around the W3C DOM Level 2 object model.
- DocumentNavigator - Class in org.jaxen.dom4j
-
Interface for navigating around the DOM4J object model.
- DocumentNavigator - Class in org.jaxen.javabean
-
Interface for navigating around a JavaBean object model.
- DocumentNavigator - Class in org.jaxen.jdom
-
Interface for navigating around the JDOM object model.
- DocumentNavigator() - Constructor for class org.jaxen.dom.DocumentNavigator
-
Default constructor.
- DocumentNavigator() - Constructor for class org.jaxen.dom4j.DocumentNavigator
- DocumentNavigator() - Constructor for class org.jaxen.javabean.DocumentNavigator
- DocumentNavigator() - Constructor for class org.jaxen.jdom.DocumentNavigator
- DocumentNavigator.AttributeIterator - Class in org.jaxen.dom
-
An iterator over an attribute list.
- DocumentNavigator.NodeIterator - Class in org.jaxen.dom
-
A generic iterator over DOM nodes.
- DocumentNavigator.Singleton - Class in org.jaxen.dom4j
-
Singleton implementation.
- DocumentNavigator.Singleton - Class in org.jaxen.jdom
-
Singleton implementation.
- dollar() - Method in class org.jaxen.saxpath.base.XPathLexer
- DOLLAR - Static variable in class org.jaxen.saxpath.base.TokenTypes
- Dom4jXPath - Class in org.jaxen.dom4j
-
An XPath implementation for the dom4j model
- Dom4jXPath(String) - Constructor for class org.jaxen.dom4j.Dom4jXPath
-
Construct given an XPath expression string.
- DOMXPath - Class in org.jaxen.dom
-
An XPath implementation for the W3C DOM.
- DOMXPath(String) - Constructor for class org.jaxen.dom.DOMXPath
-
Create a new
DOMXPath
from an XPath expression string. - DOT - Static variable in class org.jaxen.saxpath.base.TokenTypes
- DOT_DOT - Static variable in class org.jaxen.saxpath.base.TokenTypes
- dots() - Method in class org.jaxen.saxpath.base.XPathLexer
- DOUBLE - Static variable in class org.jaxen.saxpath.base.TokenTypes
- DOUBLE_COLON - Static variable in class org.jaxen.saxpath.base.TokenTypes
- DOUBLE_SLASH - Static variable in class org.jaxen.saxpath.base.TokenTypes
- doubleColon() - Method in class org.jaxen.saxpath.base.XPathLexer
- DRIVER_PROPERTY - Static variable in class org.jaxen.saxpath.helpers.XPathReaderFactory
-
The
org.saxpath.driver
property name. - duplicate() - Method in class org.jaxen.Context
-
Create a type-safe shallow copy.
E
- eitherIsBoolean(Object, Object) - Method in class org.jaxen.expr.DefaultTruthExpr
- eitherIsNumber(Object, Object) - Method in class org.jaxen.expr.DefaultTruthExpr
- eitherIsSet(Object, Object) - Method in class org.jaxen.expr.DefaultTruthExpr
- element - Variable in class org.jaxen.util.SingletonList
- Element - Class in org.jaxen.javabean
- Element(Element, String, Object) - Constructor for class org.jaxen.javabean.Element
- ELEMENT_NODE - Static variable in class org.jaxen.pattern.Pattern
-
Deprecated.Matches Element nodes
- ELEMENT_TEST - Static variable in class org.jaxen.pattern.NodeTypeTest
-
Deprecated.
- ElementIterator - Class in org.jaxen.javabean
- ElementIterator(Element, String, Iterator) - Constructor for class org.jaxen.javabean.ElementIterator
- EMPTY_CLASS_ARRAY - Static variable in class org.jaxen.javabean.DocumentNavigator
-
Empty Class array.
- EMPTY_ITERATOR - Static variable in class org.jaxen.JaxenConstants
-
An iterator with no elements.
- EMPTY_LIST_ITERATOR - Static variable in class org.jaxen.JaxenConstants
-
A list iterator with no elements.
- EMPTY_OBJECT_ARRAY - Static variable in class org.jaxen.javabean.DocumentNavigator
-
Empty Object array.
- EmptyNodeList() - Constructor for class org.jaxen.dom.NamespaceNode.EmptyNodeList
- endAbsoluteLocationPath() - Method in class org.jaxen.JaxenHandler
- endAbsoluteLocationPath() - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- endAbsoluteLocationPath() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endAbsoluteLocationPath() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of an absolute location path expression.
- endAdditiveExpr(int) - Method in class org.jaxen.JaxenHandler
- endAdditiveExpr(int) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endAdditiveExpr(int) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of an additive ('+' or '-') expression.
- endAllNodeStep() - Method in class org.jaxen.JaxenHandler
- endAllNodeStep() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endAllNodeStep() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of a node() step.
- endAndExpr(boolean) - Method in class org.jaxen.JaxenHandler
- endAndExpr(boolean) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endAndExpr(boolean) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of an 'and' expression.
- endCommentNodeStep() - Method in class org.jaxen.JaxenHandler
- endCommentNodeStep() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endCommentNodeStep() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of a comment() step.
- endEqualityExpr(int) - Method in class org.jaxen.JaxenHandler
- endEqualityExpr(int) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endEqualityExpr(int) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of an equality ('=' or '!=') expression.
- endFilterExpr() - Method in class org.jaxen.JaxenHandler
- endFilterExpr() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endFilterExpr() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of a filter expression.
- endFunction() - Method in class org.jaxen.JaxenHandler
- endFunction() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endFunction() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of a function call
- endLocationPath() - Method in class org.jaxen.JaxenHandler
- endLocationPath() - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- endMultiplicativeExpr(int) - Method in class org.jaxen.JaxenHandler
- endMultiplicativeExpr(int) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endMultiplicativeExpr(int) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of a multiplicative ('*', 'div' or 'mod') expression.
- endNameStep() - Method in class org.jaxen.JaxenHandler
- endNameStep() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endNameStep() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of a NameStep
- endOrExpr(boolean) - Method in class org.jaxen.JaxenHandler
- endOrExpr(boolean) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endOrExpr(boolean) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of an 'or' expression.
- endPathExpr() - Method in class org.jaxen.JaxenHandler
- endPathExpr() - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- endPathExpr() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endPathExpr() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of a path expression.
- endPosition - Variable in class org.jaxen.saxpath.base.XPathLexer
- endPredicate() - Method in class org.jaxen.JaxenHandler
- endPredicate() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endPredicate() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of a predicate.
- endProcessingInstructionNodeStep() - Method in class org.jaxen.JaxenHandler
- endProcessingInstructionNodeStep() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endProcessingInstructionNodeStep() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of a processing-instruction(...) step.
- endRelationalExpr(int) - Method in class org.jaxen.JaxenHandler
- endRelationalExpr(int) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endRelationalExpr(int) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of a relational ('<', '>', '<=', or '>=') expression.
- endRelativeLocationPath() - Method in class org.jaxen.JaxenHandler
- endRelativeLocationPath() - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- endRelativeLocationPath() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endRelativeLocationPath() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of a relative location path expression.
- endStep() - Method in class org.jaxen.JaxenHandler
- endStep() - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- EndsWithFunction - Class in org.jaxen.function.ext
-
boolean ends-with(string,string)
- EndsWithFunction() - Constructor for class org.jaxen.function.ext.EndsWithFunction
- endTextNodeStep() - Method in class org.jaxen.JaxenHandler
- endTextNodeStep() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endTextNodeStep() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of a text() step.
- endUnaryExpr(int) - Method in class org.jaxen.JaxenHandler
- endUnaryExpr(int) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endUnaryExpr(int) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of a unary ('+' or '-') expression.
- endUnionExpr(boolean) - Method in class org.jaxen.JaxenHandler
- endUnionExpr(boolean) - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- endUnionExpr(boolean) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endUnionExpr(boolean) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of a union ('|') expression.
- endXPath() - Method in class org.jaxen.JaxenHandler
- endXPath() - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- endXPath() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- endXPath() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the end of an XPath expression parse.
- ENTITY_REFERENCE_NODE - Static variable in class org.jaxen.pattern.Pattern
-
Deprecated.Matches entity reference nodes
- EOF - Static variable in class org.jaxen.saxpath.base.TokenTypes
- equalityExpr() - Method in class org.jaxen.saxpath.base.XPathReader
- EqualityExpr - Interface in org.jaxen.expr
-
Represents an XPath equality expression.
- equals() - Method in class org.jaxen.saxpath.base.XPathLexer
- equals(Object) - Method in class org.jaxen.dom.NamespaceNode
-
Test for equivalence with another object.
- equals(Object) - Method in class org.jaxen.expr.IdentitySet.IdentityWrapper
- equals(Object) - Method in class org.jaxen.QualifiedName
- equals(Object, Object) - Method in class org.jaxen.dom.NamespaceNode
-
Helper method for comparing two objects.
- EQUALS - Static variable in class org.jaxen.saxpath.base.TokenTypes
- EQUALS - Static variable in interface org.jaxen.saxpath.Operator
-
The equal to operator
=
. - ERROR - Static variable in class org.jaxen.saxpath.base.TokenTypes
- evaluate() - Static method in class org.jaxen.function.FalseFunction
-
Returns false.
- evaluate() - Static method in class org.jaxen.function.TrueFunction
-
Returns true.
- evaluate(Object) - Method in class org.jaxen.BaseXPath
-
Evaluate this XPath against a given context.
- evaluate(Object) - Static method in class org.jaxen.function.CountFunction
-
Returns the number of nodes in the specified node-set.
- evaluate(Object) - Method in class org.jaxen.javabean.JavaBeanXPath
- evaluate(Object) - Method in interface org.jaxen.XPath
-
Evaluate this XPath against the given context.
- evaluate(Object, Object, Object, Navigator) - Static method in class org.jaxen.function.TranslateFunction
-
Returns a copy of
strArg
in which characters found infromArg
are replaced by corresponding characters fromtoArg
. - evaluate(Object, Object, Navigator) - Static method in class org.jaxen.function.ContainsFunction
-
Returns true if the first string contains the second string; false otherwise.
- evaluate(Object, Object, Navigator) - Static method in class org.jaxen.function.ext.EndsWithFunction
- evaluate(Object, Object, Navigator) - Static method in class org.jaxen.function.StartsWithFunction
-
Returns true if the string-value of
strArg
starts with the string-value ofmatchArg
. - evaluate(Object, Object, Navigator) - Static method in class org.jaxen.function.SubstringAfterFunction
-
Returns the part of
strArg
that follows the first occurence ofmatchArg
; or the empty string if thestrArg
does not containmatchArg
- evaluate(Object, Object, Navigator) - Static method in class org.jaxen.function.SubstringBeforeFunction
-
Returns the part of
strArg
that precedes the first occurence ofmatchArg
; or the empty string if thestrArg
does not containmatchArg
- evaluate(Object, String, Navigator) - Static method in class org.jaxen.function.LangFunction
- evaluate(Object, Locale, Navigator) - Static method in class org.jaxen.function.ext.LowerFunction
-
Converts the given string value to lower case using an optional Locale
- evaluate(Object, Locale, Navigator) - Static method in class org.jaxen.function.ext.UpperFunction
-
Converts the given string value to upper case using an optional Locale
- evaluate(Object, Navigator) - Static method in class org.jaxen.function.BooleanFunction
-
Convert the argument
obj
to aBoolean
according to the following rules: - evaluate(Object, Navigator) - Static method in class org.jaxen.function.CeilingFunction
-
Returns the smallest integer greater than or equal to the argument.
- evaluate(Object, Navigator) - Static method in class org.jaxen.function.FloorFunction
-
Returns the largest integer less than or equal to the argument.
- evaluate(Object, Navigator) - Static method in class org.jaxen.function.NormalizeSpaceFunction
-
Returns the string-value of
strArg
after removing all leading and trailing white space, and replacing each other sequence of whitespace by a single space. - evaluate(Object, Navigator) - Static method in class org.jaxen.function.NotFunction
-
Returns
Boolean.TRUE
if the boolean value ofobj
is false, andBoolean.FALSE
otherwise. - evaluate(Object, Navigator) - Static method in class org.jaxen.function.NumberFunction
-
Returns the number value of
obj
. - evaluate(Object, Navigator) - Static method in class org.jaxen.function.RoundFunction
-
Returns the integer nearest to the argument.
- evaluate(Object, Navigator) - Static method in class org.jaxen.function.StringFunction
-
Returns the XPath string-value of
obj
. - evaluate(Object, Navigator) - Static method in class org.jaxen.function.StringLengthFunction
-
Returns the number of Unicode characters in the string-value of an object.
- evaluate(Object, Navigator) - Static method in class org.jaxen.function.SumFunction
-
Returns the sum of the items in a list.
- evaluate(String, Navigator) - Static method in class org.jaxen.function.xslt.DocumentFunction
- evaluate(List, Object, Navigator) - Static method in class org.jaxen.function.IdFunction
-
Returns a list of the nodes with the specified IDs.
- evaluate(List, Object, Navigator) - Static method in class org.jaxen.function.LangFunction
- evaluate(List, Navigator) - Static method in class org.jaxen.function.ConcatFunction
-
Converts each item in the list to a string and returns the concatenation of these strings.
- evaluate(List, Navigator) - Static method in class org.jaxen.function.LocalNameFunction
-
Returns the local-name of
list.get(0)
- evaluate(List, Navigator) - Static method in class org.jaxen.function.NameFunction
-
Returns the name of
list.get(0)
- evaluate(List, Navigator) - Static method in class org.jaxen.function.NamespaceUriFunction
-
Returns the namespace URI of
list.get(0)
- evaluate(Context) - Method in class org.jaxen.expr.DefaultAbsoluteLocationPath
-
Deprecated.
- evaluate(Context) - Method in class org.jaxen.expr.DefaultAndExpr
- evaluate(Context) - Method in class org.jaxen.expr.DefaultDivExpr
- evaluate(Context) - Method in class org.jaxen.expr.DefaultEqualityExpr
- evaluate(Context) - Method in class org.jaxen.expr.DefaultFilterExpr
-
Deprecated.
- evaluate(Context) - Method in class org.jaxen.expr.DefaultFunctionCallExpr
-
Deprecated.
- evaluate(Context) - Method in class org.jaxen.expr.DefaultLiteralExpr
- evaluate(Context) - Method in class org.jaxen.expr.DefaultLocationPath
- evaluate(Context) - Method in class org.jaxen.expr.DefaultMinusExpr
- evaluate(Context) - Method in class org.jaxen.expr.DefaultModExpr
- evaluate(Context) - Method in class org.jaxen.expr.DefaultMultiplyExpr
- evaluate(Context) - Method in class org.jaxen.expr.DefaultNameStep
-
Deprecated.Evaluate the context node set to find the new node set.
- evaluate(Context) - Method in class org.jaxen.expr.DefaultNumberExpr
- evaluate(Context) - Method in class org.jaxen.expr.DefaultOrExpr
- evaluate(Context) - Method in class org.jaxen.expr.DefaultPathExpr
- evaluate(Context) - Method in class org.jaxen.expr.DefaultPlusExpr
- evaluate(Context) - Method in class org.jaxen.expr.DefaultPredicate
- evaluate(Context) - Method in class org.jaxen.expr.DefaultRelationalExpr
- evaluate(Context) - Method in class org.jaxen.expr.DefaultStep
-
Deprecated.
- evaluate(Context) - Method in class org.jaxen.expr.DefaultUnaryExpr
- evaluate(Context) - Method in class org.jaxen.expr.DefaultUnionExpr
-
Deprecated.
- evaluate(Context) - Method in class org.jaxen.expr.DefaultVariableReferenceExpr
- evaluate(Context) - Method in interface org.jaxen.expr.Expr
-
Evaluate the expression in the given context, and return the result.
- evaluate(Context) - Method in interface org.jaxen.expr.Predicate
-
Evaluates this predicate's expression and returns the result.
- evaluate(Context) - Method in interface org.jaxen.expr.Step
-
For each node in the given context calls matches() for every node on the axis, then filters the result by each of the predicates.
- evaluate(Context) - Static method in class org.jaxen.function.LastFunction
-
Returns the number of nodes in the context node-set.
- evaluate(Context) - Static method in class org.jaxen.function.PositionFunction
-
Returns the position of the context node in the context node-set.
- evaluate(Context, Object) - Static method in class org.jaxen.function.ext.EvaluateFunction
- evaluateAsBoolean(List, ContextSupport) - Method in class org.jaxen.expr.PredicateSet
-
Returns true if any of the supplied nodes satisfy all the predicates in the set.
- evaluateDoubleDouble(Double, Double) - Method in class org.jaxen.expr.DefaultGreaterThanEqualExpr
- evaluateDoubleDouble(Double, Double) - Method in class org.jaxen.expr.DefaultGreaterThanExpr
- evaluateDoubleDouble(Double, Double) - Method in class org.jaxen.expr.DefaultLessThanEqualExpr
- evaluateDoubleDouble(Double, Double) - Method in class org.jaxen.expr.DefaultLessThanExpr
- evaluateDoubleDouble(Double, Double) - Method in class org.jaxen.expr.DefaultRelationalExpr
- EvaluateFunction - Class in org.jaxen.function.ext
-
node-set evaluate(string)
- EvaluateFunction() - Constructor for class org.jaxen.function.ext.EvaluateFunction
- evaluateObjectObject(Object, Object) - Method in class org.jaxen.expr.DefaultEqualityExpr
- evaluateObjectObject(Object, Object) - Method in class org.jaxen.expr.DefaultEqualsExpr
- evaluateObjectObject(Object, Object) - Method in class org.jaxen.expr.DefaultNotEqualsExpr
- evaluateObjectObject(Object, Object, Navigator) - Method in class org.jaxen.expr.DefaultEqualityExpr
- evaluateObjectObject(Object, Object, Navigator) - Method in class org.jaxen.expr.DefaultRelationalExpr
- evaluateParams(Context) - Method in class org.jaxen.expr.DefaultFunctionCallExpr
-
Deprecated.
- evaluatePredicates(List, ContextSupport) - Method in class org.jaxen.expr.PredicateSet
-
Returns all of the supplied nodes that satisfy all the predicates in the set.
- evaluateSetSet(List, List, Navigator) - Method in class org.jaxen.expr.DefaultEqualityExpr
- evaluateSetSet(List, List, Navigator) - Method in class org.jaxen.expr.DefaultRelationalExpr
- expectOperator - Variable in class org.jaxen.saxpath.base.XPathLexer
- expr - Variable in class org.jaxen.expr.DefaultFilterExpr
-
Deprecated.
- expr - Variable in class org.jaxen.expr.DefaultPredicate
- expr - Variable in class org.jaxen.expr.DefaultUnaryExpr
- expr() - Method in class org.jaxen.saxpath.base.XPathReader
- Expr - Interface in org.jaxen.expr
-
Represents an XPath expression.
- exprText - Variable in class org.jaxen.BaseXPath
-
Original expression text.
F
- FalseFunction - Class in org.jaxen.function
-
4.3
boolean false()
- FalseFunction() - Constructor for class org.jaxen.function.FalseFunction
-
Create a new
FalseFunction
object. - filterExpr - Variable in class org.jaxen.expr.DefaultPathExpr
- filterExpr() - Method in class org.jaxen.saxpath.base.XPathReader
- FilterExpr - Interface in org.jaxen.expr
-
Represents an XPath filter expression.
- filters - Variable in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.The filters to match against
- findLocale(String) - Method in class org.jaxen.function.ext.LocaleFunctionSupport
-
Tries to find a Locale instance by name using RFC 3066 language tags such as 'en', 'en-US', 'en-US-Brooklyn'.
- findLocaleForLanguage(String) - Method in class org.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.jaxen.function
-
4.4
number floor(number)
- FloorFunction() - Constructor for class org.jaxen.function.FloorFunction
-
Create a new
FloorFunction
object. - FOLLOWING - Static variable in class org.jaxen.saxpath.Axis
-
The
following
axis - FOLLOWING_SIBLING - Static variable in class org.jaxen.saxpath.Axis
-
The
following-sibling
axis - FollowingAxisIterator - Class in org.jaxen.util
-
Represents the XPath
following
axis. - FollowingAxisIterator(Object, Navigator) - Constructor for class org.jaxen.util.FollowingAxisIterator
-
Create a new
following
axis iterator. - FollowingSiblingAxisIterator - Class in org.jaxen.util
-
Represents the XPath
following-sibling
axis. - FollowingSiblingAxisIterator(Object, Navigator) - Constructor for class org.jaxen.util.FollowingSiblingAxisIterator
-
Create a new
following-sibling
axis iterator. - format - Static variable in class org.jaxen.function.StringFunction
- Function - Interface in org.jaxen
-
Interface for the extensible function framework.
- functionCall() - Method in class org.jaxen.saxpath.base.XPathReader
- FunctionCallException - Exception Class in org.jaxen
-
Thrown if an exception occurs during the evaluation of a function.
- FunctionCallException(String) - Constructor for exception class org.jaxen.FunctionCallException
-
Create a new FunctionCallException with the specified detail message.
- FunctionCallException(String, Exception) - Constructor for exception class org.jaxen.FunctionCallException
-
Create a new FunctionCallException with the specified detail message and root cause.
- FunctionCallException(Throwable) - Constructor for exception class org.jaxen.FunctionCallException
-
Create a new FunctionCallException with the specified root cause.
- FunctionCallExpr - Interface in org.jaxen.expr
-
Represents an XPath function call expression.
- functionContext - Variable in class org.jaxen.ContextSupport
-
Function context.
- FunctionContext - Interface in org.jaxen
-
Implemented by classes that know how to resolve XPath function names and namespaces to implementations of these functions.
- functionName - Variable in class org.jaxen.expr.DefaultFunctionCallExpr
-
Deprecated.
- functions - Variable in class org.jaxen.SimpleFunctionContext
-
Table of functions.
G
- get(int) - Method in class org.jaxen.util.SingletonList
-
Returns the single element in the list.
- getAncestorAxisIterator(Object) - Method in class org.jaxen.DefaultNavigator
- getAncestorAxisIterator(Object) - Method in interface org.jaxen.Navigator
-
Retrieve an
Iterator
matching theancestor
XPath axis. - getAncestorOrSelfAxisIterator(Object) - Method in class org.jaxen.DefaultNavigator
- getAncestorOrSelfAxisIterator(Object) - Method in interface org.jaxen.Navigator
-
Retrieve an
Iterator
matching theancestor-or-self
XPath axis. - getAttributeAxisIterator(Object) - Method in class org.jaxen.DefaultNavigator
-
Throws
UnsupportedAxisException
. - getAttributeAxisIterator(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get an iterator over all attributes.
- getAttributeAxisIterator(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getAttributeAxisIterator(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getAttributeAxisIterator(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getAttributeAxisIterator(Object) - Method in interface org.jaxen.Navigator
-
Retrieve an
Iterator
matching theattribute
XPath axis. - getAttributeAxisIterator(Object, String, String, String) - Method in class org.jaxen.dom4j.DocumentNavigator
-
Retrieves an
Iterator
over the attribute elements that match the supplied name. - getAttributeAxisIterator(Object, String, String, String) - Method in class org.jaxen.javabean.DocumentNavigator
-
Retrieves an
Iterator
over the attribute elements that match the supplied name. - getAttributeAxisIterator(Object, String, String, String) - Method in class org.jaxen.jdom.DocumentNavigator
-
Retrieves an
Iterator
over the attribute elements that match the supplied name. - getAttributeAxisIterator(Object, String, String, String) - Method in interface org.jaxen.NamedAccessNavigator
-
Retrieve an
Iterator
that returns theattribute
XPath axis where the names of the attributes match the supplied name and optional namespace. - getAttributeName(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get the local name of an attribute.
- getAttributeName(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getAttributeName(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getAttributeName(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getAttributeName(Object) - Method in interface org.jaxen.Navigator
-
Retrieve the local name of the given attribute node.
- getAttributeNamespaceUri(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get the namespace URI of an attribute.
- getAttributeNamespaceUri(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getAttributeNamespaceUri(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getAttributeNamespaceUri(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getAttributeNamespaceUri(Object) - Method in interface org.jaxen.Navigator
-
Retrieve the namespace URI of the given attribute node.
- getAttributeQName(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get the qualified name of an attribute.
- getAttributeQName(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getAttributeQName(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getAttributeQName(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getAttributeQName(Object) - Method in interface org.jaxen.Navigator
-
Retrieve the qualified name of the given attribute node.
- getAttributes() - Method in class org.jaxen.dom.NamespaceNode
-
Get the attribute nodes.
- getAttributeStringValue(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get the string value of an attribute node.
- getAttributeStringValue(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getAttributeStringValue(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getAttributeStringValue(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getAttributeStringValue(Object) - Method in interface org.jaxen.Navigator
-
Retrieve the string-value of an attribute node.
- getAxis() - Method in class org.jaxen.expr.DefaultStep
-
Deprecated.
- getAxis() - Method in interface org.jaxen.expr.Step
-
Get an identifier for the current axis.
- getAxisName() - Method in class org.jaxen.expr.DefaultStep
-
Deprecated.
- getBaseURI() - Method in class org.jaxen.dom.NamespaceNode
-
Return the base URI of the document containing this node.
- getCause() - Method in exception class org.jaxen.JaxenRuntimeException
-
Returns the exception that caused this exception.
- getCause() - Method in exception class org.jaxen.saxpath.SAXPathException
-
Returns the exception that caused this exception.
- getChildAxisIterator(Object) - Method in class org.jaxen.DefaultNavigator
-
Throws
UnsupportedAxisException
- getChildAxisIterator(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get an iterator over all of this node's children.
- getChildAxisIterator(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getChildAxisIterator(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getChildAxisIterator(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getChildAxisIterator(Object) - Method in interface org.jaxen.Navigator
-
Retrieve an
Iterator
matching thechild
XPath axis. - getChildAxisIterator(Object, String, String, String) - Method in class org.jaxen.dom4j.DocumentNavigator
-
Retrieves an
Iterator
over the child elements that match the supplied name. - getChildAxisIterator(Object, String, String, String) - Method in class org.jaxen.javabean.DocumentNavigator
-
Retrieves an
Iterator
over the child elements that match the supplied name. - getChildAxisIterator(Object, String, String, String) - Method in class org.jaxen.jdom.DocumentNavigator
-
Retrieves an
Iterator
over the child elements that match the supplied local name and namespace URI. - getChildAxisIterator(Object, String, String, String) - Method in interface org.jaxen.NamedAccessNavigator
-
Retrieve an
Iterator
that returns thechild
XPath axis where the names of the children match the supplied name and optional namespace. - getChildNodes() - Method in class org.jaxen.dom.NamespaceNode
-
Get the list of child nodes.
- getClarkForm() - Method in class org.jaxen.QualifiedName
- getCommentStringValue(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get the string value of a comment node.
- getCommentStringValue(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getCommentStringValue(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getCommentStringValue(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getCommentStringValue(Object) - Method in interface org.jaxen.Navigator
-
Retrieve the string-value of a comment node.
- getContext(Object) - Method in class org.jaxen.BaseXPath
-
Create a
Context
wrapper for the provided implementation-specific object. - getContext(Object) - Method in class org.jaxen.javabean.JavaBeanXPath
- getContextSupport() - Method in class org.jaxen.BaseXPath
-
Retrieve the
ContextSupport
aggregation ofNamespaceContext
,FunctionContext
,VariableContext
, andNavigator
. - getContextSupport() - Method in class org.jaxen.Context
-
Retrieve the
ContextSupport
. - getDepth(Object) - Method in class org.jaxen.expr.NodeComparator
- getDescendantAxisIterator(Object) - Method in class org.jaxen.DefaultNavigator
- getDescendantAxisIterator(Object) - Method in interface org.jaxen.Navigator
-
Retrieve an
Iterator
matching thedescendant
XPath axis. - getDescendantOrSelfAxisIterator(Object) - Method in class org.jaxen.DefaultNavigator
- getDescendantOrSelfAxisIterator(Object) - Method in interface org.jaxen.Navigator
-
Retrieve an
Iterator
matching thedescendant-or-self
XPath axis. - getDocument(String) - Method in class org.jaxen.DefaultNavigator
-
Default implementation that always returns null.
- getDocument(String) - Method in class org.jaxen.dom.DocumentNavigator
-
Use JAXP to load a namespace aware document from a given URI.
- getDocument(String) - Method in class org.jaxen.dom4j.DocumentNavigator
- getDocument(String) - Method in class org.jaxen.javabean.DocumentNavigator
- getDocument(String) - Method in class org.jaxen.jdom.DocumentNavigator
- getDocument(String) - Method in interface org.jaxen.Navigator
-
Loads a document from the given URI
- getDocumentNode(Object) - Method in class org.jaxen.DefaultNavigator
- getDocumentNode(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get the top-level document node.
- getDocumentNode(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getDocumentNode(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getDocumentNode(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getDocumentNode(Object) - Method in interface org.jaxen.Navigator
-
Returns the document node that contains the given context node.
- getElementById(Object, String) - Method in class org.jaxen.DefaultNavigator
-
Default implementation that cannot find elements.
- getElementById(Object, String) - Method in class org.jaxen.dom.DocumentNavigator
-
Returns the element whose ID is given by elementId.
- getElementById(Object, String) - Method in interface org.jaxen.Navigator
-
Returns the element whose ID is given by elementId.
- getElementName(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get the local name of an element.
- getElementName(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getElementName(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getElementName(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getElementName(Object) - Method in interface org.jaxen.Navigator
-
Retrieve the local name of the given element node.
- getElementNamespaceUri(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get the namespace URI of an element.
- getElementNamespaceUri(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getElementNamespaceUri(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getElementNamespaceUri(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getElementNamespaceUri(Object) - Method in interface org.jaxen.Navigator
-
Retrieve the namespace URI of the given element node.
- getElementQName(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get the qualified name of an element.
- getElementQName(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getElementQName(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getElementQName(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getElementQName(Object) - Method in interface org.jaxen.Navigator
-
Retrieve the qualified name of the given element node.
- getElementStringValue(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get the string value of an element node.
- getElementStringValue(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getElementStringValue(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getElementStringValue(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getElementStringValue(Object) - Method in interface org.jaxen.Navigator
-
Retrieve the string-value of an element node.
- getExpr() - Method in class org.jaxen.expr.DefaultFilterExpr
-
Deprecated.
- getExpr() - Method in class org.jaxen.expr.DefaultPredicate
- getExpr() - Method in class org.jaxen.expr.DefaultUnaryExpr
- getExpr() - Method in interface org.jaxen.expr.FilterExpr
- getExpr() - Method in interface org.jaxen.expr.Predicate
-
Returns the expression in this predicate.
- getExpr() - Method in interface org.jaxen.expr.UnaryExpr
-
Returns the expression following the minus sign.
- getFeature(String, String) - Method in class org.jaxen.dom.NamespaceNode
-
Returns the value of the requested feature.
- getFilterExpr() - Method in class org.jaxen.expr.DefaultPathExpr
- getFilterExpr() - Method in interface org.jaxen.expr.PathExpr
-
Returns the filter expression that starts the path expression.
- getFirstChild() - Method in class org.jaxen.dom.NamespaceNode
-
Get the first child node.
- getFirstNode(Node) - Method in class org.jaxen.dom.DocumentNavigator.NodeIterator
-
Get the first node for iteration.
- getFollowingAxisIterator(Object) - Method in class org.jaxen.DefaultNavigator
- getFollowingAxisIterator(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get an iterator over all following nodes, depth-first.
- getFollowingAxisIterator(Object) - Method in interface org.jaxen.Navigator
-
Retrieve an
Iterator
matching thefollowing
XPath axis. - getFollowingSiblingAxisIterator(Object) - Method in class org.jaxen.DefaultNavigator
- getFollowingSiblingAxisIterator(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get an iterator over all following siblings.
- getFollowingSiblingAxisIterator(Object) - Method in interface org.jaxen.Navigator
-
Retrieve an
Iterator
matching thefollowing-sibling
XPath axis. - getFunction(String, String, String) - Method in class org.jaxen.Context
-
Retrieve a
Function
. - getFunction(String, String, String) - Method in class org.jaxen.ContextSupport
-
Retrieve a
Function
. - getFunction(String, String, String) - Method in interface org.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.jaxen.SimpleFunctionContext
- getFunctionContext() - Method in class org.jaxen.BaseXPath
-
Retrieve the
FunctionContext
used by this XPath expression. - getFunctionContext() - Method in class org.jaxen.ContextSupport
-
Retrieve the
FunctionContext
. - getFunctionContext() - Method in interface org.jaxen.XPath
-
Retrieve the
FunctionContext
used by this XPath expression. - getFunctionName() - Method in class org.jaxen.expr.DefaultFunctionCallExpr
-
Deprecated.
- getFunctionName() - Method in interface org.jaxen.expr.FunctionCallExpr
-
Returns the local name of the function.
- getInstance() - Static method in class org.jaxen.dom.DocumentNavigator
-
Get a constant DocumentNavigator for efficiency.
- getInstance() - Static method in class org.jaxen.dom4j.DocumentNavigator
-
Retrieve the singleton instance of this
DocumentNavigator
. - getInstance() - Static method in class org.jaxen.javabean.DocumentNavigator
-
Retrieve the singleton instance of this
DocumentNavigator
. - getInstance() - Static method in class org.jaxen.jdom.DocumentNavigator
- getInstance() - Static method in class org.jaxen.pattern.AnyChildNodeTest
-
Deprecated.
- getInstance() - Static method in class org.jaxen.pattern.AnyNodeTest
-
Deprecated.
- getInstance() - Static method in class org.jaxen.pattern.NoNodeTest
-
Deprecated.
- getInstance() - Static method in class org.jaxen.XPathFunctionContext
-
Retrieve the default function context
- getIterableAxis() - Method in class org.jaxen.expr.DefaultStep
-
Deprecated.
- getIterableAxis(int) - Method in class org.jaxen.expr.DefaultXPathFactory
- getJDOMElement() - Method in class org.jaxen.jdom.XPathNamespace
-
Returns the JDOM element from which this namespace node has been retrieved.
- getJDOMNamespace() - Method in class org.jaxen.jdom.XPathNamespace
-
Returns the JDOM namespace object of this namespace node; the JDOM namespace object contains the prefix and URI of the namespace.
- getLastChild() - Method in class org.jaxen.dom.NamespaceNode
-
Get the last child node.
- getLength() - Method in class org.jaxen.dom.NamespaceNode.EmptyNodeList
- getLHS() - Method in interface org.jaxen.expr.BinaryExpr
-
Returns the left-hand side of the binary expression.
- getLHS() - Method in class org.jaxen.expr.DefaultBinaryExpr
- getLHS() - Method in class org.jaxen.pattern.UnionPattern
-
Deprecated.
- getLiteral() - Method in class org.jaxen.expr.DefaultLiteralExpr
- getLiteral() - Method in interface org.jaxen.expr.LiteralExpr
-
Returns the contents of the string literal, not including the quote marks.
- getLocale(Object, Navigator) - Method in class org.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.jaxen.dom.NamespaceNode
-
Get the XPath name of the namespace node;; i.e.
- getLocalName() - Method in class org.jaxen.expr.DefaultNameStep
-
Deprecated.Gets the local name.
- getLocalName() - Method in interface org.jaxen.expr.NameStep
-
Returns the local name of the matched node
- getLocationPath() - Method in class org.jaxen.expr.DefaultPathExpr
- getLocationPath() - Method in interface org.jaxen.expr.PathExpr
-
Returns the location path part of this path expression.
- getMatchesNodeName() - Method in class org.jaxen.pattern.Pattern
-
Deprecated.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.jaxen.pattern.UnionPattern
-
Deprecated.
- getMatchType() - Method in class org.jaxen.pattern.AnyChildNodeTest
-
Deprecated.
- getMatchType() - Method in class org.jaxen.pattern.AnyNodeTest
-
Deprecated.
- getMatchType() - Method in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.
- getMatchType() - Method in class org.jaxen.pattern.NamespaceTest
-
Deprecated.
- getMatchType() - Method in class org.jaxen.pattern.NameTest
-
Deprecated.
- getMatchType() - Method in class org.jaxen.pattern.NodeTypeTest
-
Deprecated.
- getMatchType() - Method in class org.jaxen.pattern.NoNodeTest
-
Deprecated.
- getMatchType() - Method in class org.jaxen.pattern.Pattern
-
Deprecated.Returns the type of node the pattern matches.
- getMatchType() - Method in class org.jaxen.pattern.TextNodeTest
-
Deprecated.
- getMatchType() - Method in class org.jaxen.pattern.UnionPattern
-
Deprecated.
- getMultilineMessage() - Method in exception class org.jaxen.saxpath.XPathSyntaxException
-
Returns a long formatted description of the error, including line breaks.
- getMultilineMessage() - Method in exception class org.jaxen.XPathSyntaxException
-
Retrieve the friendly multi-line error message.
- getName() - Method in class org.jaxen.expr.DefaultProcessingInstructionNodeStep
-
Deprecated.
- getName() - Method in interface org.jaxen.expr.ProcessingInstructionNodeStep
-
Returns the target matched by this processing instruction node-step.
- getName() - Method in class org.jaxen.javabean.Element
- getNamespaceAxisIterator(Object) - Method in class org.jaxen.DefaultNavigator
-
Throws
UnsupportedAxisException
. - getNamespaceAxisIterator(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get an iterator over all declared namespaces.
- getNamespaceAxisIterator(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getNamespaceAxisIterator(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getNamespaceAxisIterator(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getNamespaceAxisIterator(Object) - Method in interface org.jaxen.Navigator
-
Retrieve an
Iterator
matching thenamespace
XPath axis. - getNamespaceContext() - Method in class org.jaxen.BaseXPath
-
Retrieve the
NamespaceContext
used by this XPath expression. - getNamespaceContext() - Method in class org.jaxen.ContextSupport
-
Retrieve the
NamespaceContext
. - getNamespaceContext() - Method in interface org.jaxen.XPath
-
Retrieve the
NamespaceContext
used by this XPath expression. - getNamespacePrefix(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get the prefix value of a namespace node.
- getNamespacePrefix(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getNamespacePrefix(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getNamespacePrefix(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getNamespacePrefix(Object) - Method in interface org.jaxen.Navigator
-
Retrieve the namespace prefix of a namespace node.
- getNamespaceStringValue(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get the string value of a namespace node.
- getNamespaceStringValue(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getNamespaceStringValue(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getNamespaceStringValue(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getNamespaceStringValue(Object) - Method in interface org.jaxen.Navigator
-
Retrieve the string-value of a namespace node.
- getNamespaceURI() - Method in class org.jaxen.dom.NamespaceNode
-
Get the namespace URI of this node.
- getNavigator() - Method in class org.jaxen.BaseXPath
-
Retrieve the XML object-model-specific
Navigator
for us in evaluating this XPath expression. - getNavigator() - Method in class org.jaxen.Context
-
Retrieve the current
Navigator
. - getNavigator() - Method in class org.jaxen.ContextSupport
-
Retrieve the
Navigator
. - getNavigator() - Method in class org.jaxen.util.StackedIterator
-
Deprecated.
- getNavigator() - Method in interface org.jaxen.XPath
-
Retrieve the XML object-model-specific
Navigator
used to evaluate this XPath expression. - getNestedException() - Method in exception class org.jaxen.FunctionCallException
-
Deprecated.replaced by
SAXPathException.getCause()
- getNextNode(Node) - Method in class org.jaxen.dom.DocumentNavigator.NodeIterator
-
Get the next node for iteration.
- getNextSibling() - Method in class org.jaxen.dom.NamespaceNode
-
Get the next sibling node.
- getNodeName() - Method in class org.jaxen.dom.NamespaceNode
-
Get the namespace prefix.
- getNodeSet() - Method in class org.jaxen.Context
-
Retrieve the context node-set.
- getNodeStringValue(Node) - Method in class org.jaxen.dom4j.DocumentNavigator
- getNodeType() - Method in class org.jaxen.dom.NamespaceNode
-
Get the node type.
- getNodeType(Object) - Method in class org.jaxen.DefaultNavigator
- getNodeType(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getNodeType(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getNodeType(Object) - Method in interface org.jaxen.Navigator
-
Returns a number that identifies the type of node that the given object represents in this navigator.
- getNodeValue() - Method in class org.jaxen.dom.NamespaceNode
-
Get the namespace URI.
- getNumber() - Method in class org.jaxen.expr.DefaultNumberExpr
- getNumber() - Method in interface org.jaxen.expr.NumberExpr
-
Returns a
java.lang.Double
representing the number. - getObject() - Method in class org.jaxen.javabean.Element
- getOperator() - Method in interface org.jaxen.expr.BinaryExpr
-
Returns the operator for the binary expression such as "+" or "div".
- getOperator() - Method in class org.jaxen.expr.DefaultAndExpr
- getOperator() - Method in class org.jaxen.expr.DefaultBinaryExpr
- getOperator() - Method in class org.jaxen.expr.DefaultDivExpr
- getOperator() - Method in class org.jaxen.expr.DefaultEqualsExpr
- getOperator() - Method in class org.jaxen.expr.DefaultGreaterThanEqualExpr
- getOperator() - Method in class org.jaxen.expr.DefaultGreaterThanExpr
- getOperator() - Method in class org.jaxen.expr.DefaultLessThanEqualExpr
- getOperator() - Method in class org.jaxen.expr.DefaultLessThanExpr
- getOperator() - Method in class org.jaxen.expr.DefaultMinusExpr
- getOperator() - Method in class org.jaxen.expr.DefaultModExpr
- getOperator() - Method in class org.jaxen.expr.DefaultMultiplyExpr
- getOperator() - Method in class org.jaxen.expr.DefaultNotEqualsExpr
- getOperator() - Method in class org.jaxen.expr.DefaultOrExpr
- getOperator() - Method in class org.jaxen.expr.DefaultPlusExpr
- getOperator() - Method in class org.jaxen.expr.DefaultUnionExpr
-
Deprecated.
- getOwnerDocument() - Method in class org.jaxen.dom.NamespaceNode
-
Get the owner document.
- getParameters() - Method in class org.jaxen.expr.DefaultFunctionCallExpr
-
Deprecated.
- getParameters() - Method in interface org.jaxen.expr.FunctionCallExpr
-
Returns the the ordered list of function arguments.
- getParent() - Method in class org.jaxen.javabean.Element
- getParentAxisIterator(Object) - Method in class org.jaxen.DefaultNavigator
-
Throws
UnsupportedAxisException
- getParentAxisIterator(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get a (single-member) iterator over this node's parent.
- getParentAxisIterator(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getParentAxisIterator(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getParentAxisIterator(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getParentAxisIterator(Object) - Method in interface org.jaxen.Navigator
-
Retrieve an
Iterator
matching theparent
XPath axis. - getParentNode() - Method in class org.jaxen.dom.NamespaceNode
-
Get the parent node.
- getParentNode(Object) - Method in class org.jaxen.DefaultNavigator
-
Default inefficient implementation.
- getParentNode(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Return the XPath parent of the supplied DOM node.
- getParentNode(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getParentNode(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getParentNode(Object) - Method in interface org.jaxen.Navigator
-
Returns the parent of the given context node.
- getPattern() - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.Retrieve the simplified Jaxen Pattern expression tree.
- getPattern(boolean) - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.Retrieve the Jaxen Pattern expression tree, optionally simplified.
- getPosition() - Method in class org.jaxen.Context
-
Retrieve current position in the context node-set.
- getPosition() - Method in exception class org.jaxen.saxpath.XPathSyntaxException
-
Returns the index of the character at which the syntax error was detected in the XPath expression.
- getPosition() - Method in exception class org.jaxen.XPathSyntaxException
-
Retrieve the position of the error.
- getPositionMarker() - Method in exception class org.jaxen.saxpath.XPathSyntaxException
-
Returns a string in the form
" ^"
which, when placed on the line below the XPath expression in a monospaced font, should point to the location of the error. - getPositionMarker() - Method in exception class org.jaxen.XPathSyntaxException
-
Retrieve a string useful for denoting where the error occurred.
- getPrecedingAxisIterator(Object) - Method in class org.jaxen.DefaultNavigator
- getPrecedingAxisIterator(Object) - Method in interface org.jaxen.Navigator
-
Retrieve an
Iterator
matching thepreceding
XPath axis. - getPrecedingSiblingAxisIterator(Object) - Method in class org.jaxen.DefaultNavigator
- getPrecedingSiblingAxisIterator(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get an iterator over all preceding siblings.
- getPrecedingSiblingAxisIterator(Object) - Method in interface org.jaxen.Navigator
-
Retrieve an
Iterator
matching thepreceding-sibling
XPath axis. - getPredicates() - Method in class org.jaxen.expr.DefaultFilterExpr
-
Deprecated.
- getPredicates() - Method in class org.jaxen.expr.DefaultStep
-
Deprecated.
- getPredicates() - Method in interface org.jaxen.expr.Predicated
-
Returns a possibly empty list of predicates.
- getPredicates() - Method in class org.jaxen.expr.PredicateSet
-
Returns the list containing the predicates.
- getPredicateSet() - Method in class org.jaxen.expr.DefaultFilterExpr
-
Deprecated.
- getPredicateSet() - Method in class org.jaxen.expr.DefaultStep
-
Deprecated.
- getPredicateSet() - Method in interface org.jaxen.expr.Predicated
-
Returns a possibly empty set of predicates.
- getPrefix() - Method in class org.jaxen.dom.NamespaceNode
-
Get the namespace prefix of this node.
- getPrefix() - Method in class org.jaxen.expr.DefaultFunctionCallExpr
-
Deprecated.
- getPrefix() - Method in class org.jaxen.expr.DefaultNameStep
-
Deprecated.Gets the namespace prefix.
- getPrefix() - Method in class org.jaxen.expr.DefaultVariableReferenceExpr
- getPrefix() - Method in interface org.jaxen.expr.FunctionCallExpr
-
Returns the namespace prefix of the function.
- getPrefix() - Method in interface org.jaxen.expr.NameStep
-
Returns the namespace prefix of the matched node.
- getPrefix() - Method in interface org.jaxen.expr.VariableReferenceExpr
-
Returns the namespace prefix of the variable.
- getPreviousSibling() - Method in class org.jaxen.dom.NamespaceNode
-
Get the previous sibling node.
- getPriority() - Method in class org.jaxen.pattern.AnyChildNodeTest
-
Deprecated.
- getPriority() - Method in class org.jaxen.pattern.AnyNodeTest
-
Deprecated.
- getPriority() - Method in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.
- getPriority() - Method in class org.jaxen.pattern.NamespaceTest
-
Deprecated.
- getPriority() - Method in class org.jaxen.pattern.NameTest
-
Deprecated.
- getPriority() - Method in class org.jaxen.pattern.NodeTypeTest
-
Deprecated.
- getPriority() - Method in class org.jaxen.pattern.NoNodeTest
-
Deprecated.
- getPriority() - Method in class org.jaxen.pattern.Pattern
-
Deprecated.Returns the default resolution policy of the pattern according to the XSLT conflict resolution rules.
- getPriority() - Method in class org.jaxen.pattern.TextNodeTest
-
Deprecated.
- getProcessingInstructionData(Object) - Method in class org.jaxen.DefaultNavigator
- getProcessingInstructionData(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get the data of a processing instruction node.
- getProcessingInstructionData(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getProcessingInstructionData(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getProcessingInstructionData(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getProcessingInstructionData(Object) - Method in interface org.jaxen.Navigator
-
Retrieve the data of a processing-instruction.
- getProcessingInstructionTarget(Object) - Method in class org.jaxen.DefaultNavigator
- getProcessingInstructionTarget(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get the target of a processing instruction node.
- getProcessingInstructionTarget(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getProcessingInstructionTarget(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getProcessingInstructionTarget(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getProcessingInstructionTarget(Object) - Method in interface org.jaxen.Navigator
-
Retrieve the target of a processing-instruction.
- getQName() - Method in class org.jaxen.expr.DefaultVariableReferenceExpr
- getRHS() - Method in interface org.jaxen.expr.BinaryExpr
-
Returns the right-hand side of the binary expression.
- getRHS() - Method in class org.jaxen.expr.DefaultBinaryExpr
- getRHS() - Method in class org.jaxen.pattern.UnionPattern
-
Deprecated.
- getRootExpr() - Method in class org.jaxen.BaseXPath
-
Retrieve the root expression of the internal compiled form of this XPath expression.
- getRootExpr() - Method in class org.jaxen.expr.DefaultXPathExpr
-
Deprecated.
- getRootExpr() - Method in interface org.jaxen.expr.XPathExpr
-
Returns the wrapped expression object.
- getSAXReader() - Method in class org.jaxen.dom4j.DocumentNavigator
- getSelfAxisIterator(Object) - Method in class org.jaxen.DefaultNavigator
- getSelfAxisIterator(Object) - Method in interface org.jaxen.Navigator
-
Retrieve an
Iterator
matching theself
XPath axis. - getSize() - Method in class org.jaxen.Context
-
Retrieve the size of the current context node-set.
- getSteps() - Method in class org.jaxen.expr.DefaultLocationPath
- getSteps() - Method in interface org.jaxen.expr.LocationPath
-
Returns the ordered list of steps in this location path.
- getStringValue(Node, StringBuffer) - Method in class org.jaxen.dom.DocumentNavigator
-
Construct a node's string value recursively.
- getText() - Method in class org.jaxen.expr.DefaultAbsoluteLocationPath
-
Deprecated.
- getText() - Method in class org.jaxen.expr.DefaultAllNodeStep
-
Deprecated.
- getText() - Method in class org.jaxen.expr.DefaultBinaryExpr
- getText() - Method in class org.jaxen.expr.DefaultCommentNodeStep
-
Deprecated.
- getText() - Method in class org.jaxen.expr.DefaultFilterExpr
-
Deprecated.
- getText() - Method in class org.jaxen.expr.DefaultFunctionCallExpr
-
Deprecated.
- getText() - Method in class org.jaxen.expr.DefaultLiteralExpr
- getText() - Method in class org.jaxen.expr.DefaultLocationPath
- getText() - Method in class org.jaxen.expr.DefaultNameStep
-
Deprecated.Gets the step as a fully defined XPath.
- getText() - Method in class org.jaxen.expr.DefaultNumberExpr
- getText() - Method in class org.jaxen.expr.DefaultPathExpr
- getText() - Method in class org.jaxen.expr.DefaultPredicate
- getText() - Method in class org.jaxen.expr.DefaultProcessingInstructionNodeStep
-
Deprecated.
- getText() - Method in class org.jaxen.expr.DefaultStep
-
Deprecated.
- getText() - Method in class org.jaxen.expr.DefaultTextNodeStep
-
Deprecated.
- getText() - Method in class org.jaxen.expr.DefaultUnaryExpr
- getText() - Method in class org.jaxen.expr.DefaultVariableReferenceExpr
- getText() - Method in class org.jaxen.expr.DefaultXPathExpr
-
Deprecated.
- getText() - Method in interface org.jaxen.expr.Expr
-
Returns a String containing the XPath expression.
- getText() - Method in interface org.jaxen.expr.Predicate
-
Returns the string form of the predicate, including the square brackets.
- getText() - Method in class org.jaxen.expr.PredicateSet
-
Returns the XPath string containing each of the predicates.
- getText() - Method in interface org.jaxen.expr.Step
-
Returns a
String
containing the XPath expression. - getText() - Method in interface org.jaxen.expr.XPathExpr
-
Returns a String containing the XPath expression.
- getText() - Method in class org.jaxen.pattern.AnyChildNodeTest
-
Deprecated.
- getText() - Method in class org.jaxen.pattern.AnyNodeTest
-
Deprecated.
- getText() - Method in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.
- getText() - Method in class org.jaxen.pattern.NamespaceTest
-
Deprecated.
- getText() - Method in class org.jaxen.pattern.NameTest
-
Deprecated.
- getText() - Method in class org.jaxen.pattern.NodeTypeTest
-
Deprecated.
- getText() - Method in class org.jaxen.pattern.NoNodeTest
-
Deprecated.
- getText() - Method in class org.jaxen.pattern.Pattern
-
Deprecated.Returns a textual representation of this pattern
- getText() - Method in class org.jaxen.pattern.TextNodeTest
-
Deprecated.
- getText() - Method in class org.jaxen.pattern.UnionPattern
-
Deprecated.
- getTextContent() - Method in class org.jaxen.dom.NamespaceNode
-
Return the namespace URI.
- getTextStringValue(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Get the string value of text.
- getTextStringValue(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- getTextStringValue(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- getTextStringValue(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- getTextStringValue(Object) - Method in interface org.jaxen.Navigator
-
Retrieve the string-value of a text node.
- getTokenBegin() - Method in class org.jaxen.saxpath.base.Token
- getTokenEnd() - Method in class org.jaxen.saxpath.base.Token
- getTokenText() - Method in class org.jaxen.saxpath.base.Token
- getTokenText(int) - Static method in class org.jaxen.saxpath.base.TokenTypes
- getTokenType() - Method in class org.jaxen.saxpath.base.Token
- getUnionPatterns() - Method in class org.jaxen.pattern.Pattern
-
Deprecated.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.jaxen.pattern.UnionPattern
-
Deprecated.
- getURI(Object, Context) - Method in class org.jaxen.pattern.NamespaceTest
-
Deprecated.Returns the URI of the current prefix or "" if no URI can be found
- getUserData(String) - Method in class org.jaxen.dom.NamespaceNode
-
Returns the user data associated with the given key.
- getVariableContext() - Method in class org.jaxen.BaseXPath
-
Retrieve the
VariableContext
used by this XPath expression. - getVariableContext() - Method in class org.jaxen.ContextSupport
-
Retrieve the
VariableContext
. - getVariableContext() - Method in interface org.jaxen.XPath
-
Retrieve the
VariableContext
used by this XPath expression. - getVariableName() - Method in class org.jaxen.expr.DefaultVariableReferenceExpr
- getVariableName() - Method in interface org.jaxen.expr.VariableReferenceExpr
-
Returns the local name of the variable.
- getVariableValue(String, String, String) - Method in class org.jaxen.Context
-
Retrieve a variable value.
- getVariableValue(String, String, String) - Method in class org.jaxen.ContextSupport
-
Retrieve a variable value.
- getVariableValue(String, String, String) - Method in class org.jaxen.SimpleVariableContext
- getVariableValue(String, String, String) - Method in interface org.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 class org.jaxen.saxpath.base.XPathLexer
- getXPath() - Method in exception class org.jaxen.saxpath.XPathSyntaxException
-
Returns the syntactically incorrect XPath expression.
- getXPath() - Method in exception class org.jaxen.XPathSyntaxException
-
Retrieve the expression containing the error.
- getXPathExpr() - Method in class org.jaxen.JaxenHandler
-
Retrieve the simplified Jaxen XPath expression tree.
- getXPathExpr(boolean) - Method in class org.jaxen.JaxenHandler
-
Retrieve the Jaxen XPath expression tree, optionally simplified.
- getXPathFactory() - Method in class org.jaxen.JaxenHandler
-
Retrieve the Jaxen
XPathFactory
used during the parse to construct the XPath expression tree. - getXPathHandler() - Method in class org.jaxen.saxpath.base.XPathReader
- getXPathHandler() - Method in interface org.jaxen.saxpath.SAXPathEventSource
-
Retrieve the current
XPathHandler
which receives the event callbacks. - goForward() - Method in class org.jaxen.util.FollowingAxisIterator
- goUp() - Method in class org.jaxen.util.FollowingAxisIterator
- GREATER_THAN - Static variable in interface org.jaxen.saxpath.Operator
-
The greater-than operator
>
- GREATER_THAN_EQUALS - Static variable in interface org.jaxen.saxpath.Operator
-
The greater-than or equals operator
>=
- GREATER_THAN_OR_EQUALS_SIGN - Static variable in class org.jaxen.saxpath.base.TokenTypes
- GREATER_THAN_SIGN - Static variable in class org.jaxen.saxpath.base.TokenTypes
H
- handler - Variable in class org.jaxen.saxpath.base.XPathReader
- hasAnyNodeTest() - Method in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.
- hasAttributes() - Method in class org.jaxen.dom.NamespaceNode
-
Test if this node has attributes.
- hasChildNodes() - Method in class org.jaxen.dom.NamespaceNode
-
Test for child nodes.
- hashCode() - Method in class org.jaxen.dom.NamespaceNode
-
Generate a hash code for a namespace node.
- hashCode() - Method in class org.jaxen.expr.IdentitySet.IdentityWrapper
- hashCode() - Method in class org.jaxen.QualifiedName
- hashCode(Object) - Method in class org.jaxen.dom.NamespaceNode
-
Helper method for generating a hash code.
- hasMoreChars() - Method in class org.jaxen.saxpath.base.XPathLexer
- hasNamespace(String) - Method in class org.jaxen.expr.DefaultNameStep
-
Deprecated.Checks whether the URI represents a namespace.
- hasNext() - Method in class org.jaxen.dom.DocumentNavigator.AttributeIterator
- hasNext() - Method in class org.jaxen.dom.DocumentNavigator.NodeIterator
- hasNext() - Method in class org.jaxen.javabean.ElementIterator
- hasNext() - Method in class org.jaxen.util.AncestorOrSelfAxisIterator
-
Returns true if there are any nodes remaining on the ancestor-or-self axis; false otherwise.
- hasNext() - Method in class org.jaxen.util.DescendantAxisIterator
-
Returns true if there are any descendants remaining; false otherwise.
- hasNext() - Method in class org.jaxen.util.FollowingAxisIterator
-
Returns true if there are any following nodes remaining; false otherwise.
- hasNext() - Method in class org.jaxen.util.FollowingSiblingAxisIterator
-
Returns true if there are any following siblings remain; false otherwise.
- hasNext() - Method in class org.jaxen.util.LinkedIterator
-
Deprecated.
- hasNext() - Method in class org.jaxen.util.PrecedingAxisIterator
-
Returns true if there are any preceding nodes remaining; false otherwise.
- hasNext() - Method in class org.jaxen.util.PrecedingSiblingAxisIterator
-
Returns true if there are any preceding siblings remaining; false otherwise.
- hasNext() - Method in class org.jaxen.util.SingleObjectIterator
-
Returns true if this iterator's element has not yet been seen; false if it has.
- hasNext() - Method in class org.jaxen.util.StackedIterator
-
Deprecated.
- hasPrefix - Variable in class org.jaxen.expr.DefaultNameStep
-
Deprecated.Quick flag denoting if we have a namespace prefix
I
- identifier() - Method in class org.jaxen.saxpath.base.XPathLexer
- IDENTIFIER - Static variable in class org.jaxen.saxpath.base.TokenTypes
- identifierOrOperatorName() - Method in class org.jaxen.saxpath.base.XPathLexer
- IdentitySet - Class in org.jaxen.expr
-
This is a set that uses identity rather than equality semantics.
- IdentitySet() - Constructor for class org.jaxen.expr.IdentitySet
- IdentitySet.IdentityWrapper - Class in org.jaxen.expr
- IdentityWrapper(Object) - Constructor for class org.jaxen.expr.IdentitySet.IdentityWrapper
- IdFunction - Class in org.jaxen.function
-
4.1
node-set id(object)
- IdFunction() - Constructor for class org.jaxen.function.IdFunction
-
Create a new
IdFunction
object. - init() - Method in class org.jaxen.pattern.UnionPattern
-
Deprecated.
- init() - Method in class org.jaxen.util.FollowingSiblingAxisIterator
- init() - Method in class org.jaxen.util.PrecedingSiblingAxisIterator
- init(Object, Navigator) - Method in class org.jaxen.util.StackedIterator
-
Deprecated.
- initCause(Throwable) - Method in exception class org.jaxen.JaxenRuntimeException
-
Sets the exception that caused this exception.
- initCause(Throwable) - Method in exception class org.jaxen.saxpath.SAXPathException
-
Sets the exception that caused this exception.
- insertBefore(Node, Node) - Method in class org.jaxen.dom.NamespaceNode
-
Insert a new child node (always fails).
- instance - Static variable in class org.jaxen.dom4j.DocumentNavigator.Singleton
-
Singleton instance.
- instance - Static variable in class org.jaxen.javabean.DocumentNavigator
-
Singleton implementation.
- instance - Static variable in class org.jaxen.jdom.DocumentNavigator.Singleton
-
Singleton instance.
- instance - Static variable in class org.jaxen.pattern.AnyChildNodeTest
-
Deprecated.
- instance - Static variable in class org.jaxen.pattern.AnyNodeTest
-
Deprecated.
- instance - Static variable in class org.jaxen.pattern.NoNodeTest
-
Deprecated.
- instance - Static variable in class org.jaxen.XPathFunctionContext
- internalCreateIterator(Object) - Method in class org.jaxen.util.StackedIterator
-
Deprecated.
- INVALID_AXIS - Static variable in class org.jaxen.saxpath.Axis
-
Marker for an invalid axis
- isAbsolute() - Method in class org.jaxen.expr.DefaultAbsoluteLocationPath
-
Deprecated.
- isAbsolute() - Method in class org.jaxen.expr.DefaultLocationPath
- isAbsolute() - Method in interface org.jaxen.expr.LocationPath
-
Returns true if this is an absolute location path; false if it isn't.
- isAbsolute() - Method in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.
- isAttribute(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Test if a node is an attribute.
- isAttribute(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- isAttribute(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- isAttribute(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- isAttribute(Object) - Method in interface org.jaxen.Navigator
-
Returns whether the given object is an attribute node.
- isBoolean(Object) - Method in class org.jaxen.expr.DefaultTruthExpr
- isComment(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Test if a node is a comment.
- isComment(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- isComment(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- isComment(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- isComment(Object) - Method in interface org.jaxen.Navigator
-
Returns whether the given object is a comment node.
- isDefaultNamespace(String) - Method in class org.jaxen.dom.NamespaceNode
-
Return true if the specified URI is the default namespace in scope (always fails).
- isDocument(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Test if a node is a top-level document.
- isDocument(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- isDocument(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- isDocument(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- isDocument(Object) - Method in interface org.jaxen.Navigator
-
Returns whether the given object is a document node.
- isElement(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Test if a node is an element.
- isElement(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- isElement(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- isElement(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- isElement(Object) - Method in interface org.jaxen.Navigator
-
Returns whether the given object is an element node.
- isEqualNode(Node) - Method in class org.jaxen.dom.NamespaceNode
-
Returns true if this object binds the same prefix to the same URI.
- isHighSurrogate(char) - Static method in class org.jaxen.function.TranslateFunction
- isLowSurrogate(char) - Static method in class org.jaxen.function.TranslateFunction
- isMatchesAnyName() - Method in class org.jaxen.expr.DefaultNameStep
-
Deprecated.Does this step match any name? (i.e.
- isNamespace(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Test if a node is a namespace.
- isNamespace(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- isNamespace(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- isNamespace(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- isNamespace(Object) - Method in interface org.jaxen.Navigator
-
Returns whether the given object is a namespace node.
- isNaN(double) - Static method in class org.jaxen.function.NumberFunction
-
Determines whether the argument is not a number (NaN) as defined by IEEE 754.
- isNaN(Double) - Static method in class org.jaxen.function.NumberFunction
-
Determines whether the argument is not a number (NaN) as defined by IEEE 754.
- isNodeTypeName(Token) - Method in class org.jaxen.saxpath.base.XPathReader
- isNonChild(Object) - Method in class org.jaxen.expr.NodeComparator
- isProcessingInstruction(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Test if a node is a processing instruction.
- isProcessingInstruction(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- isProcessingInstruction(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- isProcessingInstruction(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- isProcessingInstruction(Object) - Method in interface org.jaxen.Navigator
-
Returns whether the given object is a processing-instruction node.
- isReverseAxis(Step) - Method in class org.jaxen.expr.DefaultLocationPath
- isSameNode(Node) - Method in class org.jaxen.dom.NamespaceNode
-
Returns true if and only if this object represents the same XPath namespace node as the argument; that is, they have the same parent, the same prefix, and the same URI.
- isSet(Object) - Method in class org.jaxen.expr.DefaultTruthExpr
- isSublang(String, String) - Static method in class org.jaxen.function.LangFunction
- isSupported(String, String) - Method in class org.jaxen.dom.NamespaceNode
-
Test if a DOM2 feature is supported.
- isText(Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Test if a node is plain text.
- isText(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- isText(Object) - Method in class org.jaxen.javabean.DocumentNavigator
- isText(Object) - Method in class org.jaxen.jdom.DocumentNavigator
- isText(Object) - Method in interface org.jaxen.Navigator
-
Returns whether the given object is a text node.
- isXMLCombiningChar(char) - Static method in class org.jaxen.saxpath.base.Verifier
-
Determine whether a specified character is a combining character according to production 87 of the XML 1.0 specification.
- isXMLDigit(char) - Static method in class org.jaxen.saxpath.base.Verifier
-
Determine whether a specified Unicode character is a digit according to production 88 of the XML 1.0 specification.
- isXMLExtender(char) - Static method in class org.jaxen.saxpath.base.Verifier
-
Determine whether a specified character is an extender according to production 88 of the XML 1.0 specification.
- isXMLLetter(char) - Static method in class org.jaxen.saxpath.base.Verifier
-
Determine whether a specified character is a letter according to production 84 of the XML 1.0 specification.
- isXMLNCNameCharacter(char) - Static method in class org.jaxen.saxpath.base.Verifier
-
This is a utility function for determining whether a specified character is a name character according to production 4 of the XML 1.0 specification.
- isXMLNCNameStartCharacter(char) - Static method in class org.jaxen.saxpath.base.Verifier
-
This is a utility function for determining whether a specified character is a legal name start character according to production 5 of the XML 1.0 specification.
- isXMLSpace(char) - Static method in class org.jaxen.function.NormalizeSpaceFunction
- isXPathNode(Node) - Method in class org.jaxen.dom.DocumentNavigator.NodeIterator
-
Test whether a DOM node is usable by XPath.
- item(int) - Method in class org.jaxen.dom.NamespaceNode.EmptyNodeList
- IterableAncestorAxis - Class in org.jaxen.expr.iter
- IterableAncestorAxis(int) - Constructor for class org.jaxen.expr.iter.IterableAncestorAxis
- IterableAncestorOrSelfAxis - Class in org.jaxen.expr.iter
- IterableAncestorOrSelfAxis(int) - Constructor for class org.jaxen.expr.iter.IterableAncestorOrSelfAxis
- IterableAttributeAxis - Class in org.jaxen.expr.iter
-
Provide access to the XPath attribute axis.
- IterableAttributeAxis(int) - Constructor for class org.jaxen.expr.iter.IterableAttributeAxis
-
Constructor.
- IterableAxis - Class in org.jaxen.expr.iter
-
Provide access to the XPath axes.
- IterableAxis(int) - Constructor for class org.jaxen.expr.iter.IterableAxis
-
Constructor.
- IterableChildAxis - Class in org.jaxen.expr.iter
-
Provide access to the child xpath axis.
- IterableChildAxis(int) - Constructor for class org.jaxen.expr.iter.IterableChildAxis
-
Constructor.
- IterableDescendantAxis - Class in org.jaxen.expr.iter
- IterableDescendantAxis(int) - Constructor for class org.jaxen.expr.iter.IterableDescendantAxis
- IterableDescendantOrSelfAxis - Class in org.jaxen.expr.iter
- IterableDescendantOrSelfAxis(int) - Constructor for class org.jaxen.expr.iter.IterableDescendantOrSelfAxis
- IterableFollowingAxis - Class in org.jaxen.expr.iter
- IterableFollowingAxis(int) - Constructor for class org.jaxen.expr.iter.IterableFollowingAxis
- IterableFollowingSiblingAxis - Class in org.jaxen.expr.iter
- IterableFollowingSiblingAxis(int) - Constructor for class org.jaxen.expr.iter.IterableFollowingSiblingAxis
- IterableNamespaceAxis - Class in org.jaxen.expr.iter
- IterableNamespaceAxis(int) - Constructor for class org.jaxen.expr.iter.IterableNamespaceAxis
- IterableParentAxis - Class in org.jaxen.expr.iter
- IterableParentAxis(int) - Constructor for class org.jaxen.expr.iter.IterableParentAxis
- IterablePrecedingAxis - Class in org.jaxen.expr.iter
- IterablePrecedingAxis(int) - Constructor for class org.jaxen.expr.iter.IterablePrecedingAxis
- IterablePrecedingSiblingAxis - Class in org.jaxen.expr.iter
- IterablePrecedingSiblingAxis(int) - Constructor for class org.jaxen.expr.iter.IterablePrecedingSiblingAxis
- IterableSelfAxis - Class in org.jaxen.expr.iter
- IterableSelfAxis(int) - Constructor for class org.jaxen.expr.iter.IterableSelfAxis
- iterator - Variable in class org.jaxen.javabean.ElementIterator
- iterator(Object, ContextSupport) - Method in class org.jaxen.expr.iter.IterableAncestorAxis
- iterator(Object, ContextSupport) - Method in class org.jaxen.expr.iter.IterableAncestorOrSelfAxis
- iterator(Object, ContextSupport) - Method in class org.jaxen.expr.iter.IterableAttributeAxis
-
Gets an iterator for the attribute axis.
- iterator(Object, ContextSupport) - Method in class org.jaxen.expr.iter.IterableAxis
-
Gets the iterator for a specific XPath axis.
- iterator(Object, ContextSupport) - Method in class org.jaxen.expr.iter.IterableChildAxis
-
Gets the iterator for the child axis.
- iterator(Object, ContextSupport) - Method in class org.jaxen.expr.iter.IterableDescendantAxis
- iterator(Object, ContextSupport) - Method in class org.jaxen.expr.iter.IterableDescendantOrSelfAxis
- iterator(Object, ContextSupport) - Method in class org.jaxen.expr.iter.IterableFollowingAxis
- iterator(Object, ContextSupport) - Method in class org.jaxen.expr.iter.IterableFollowingSiblingAxis
- iterator(Object, ContextSupport) - Method in class org.jaxen.expr.iter.IterableNamespaceAxis
- iterator(Object, ContextSupport) - Method in class org.jaxen.expr.iter.IterableParentAxis
- iterator(Object, ContextSupport) - Method in class org.jaxen.expr.iter.IterablePrecedingAxis
- iterator(Object, ContextSupport) - Method in class org.jaxen.expr.iter.IterablePrecedingSiblingAxis
- iterator(Object, ContextSupport) - Method in class org.jaxen.expr.iter.IterableSelfAxis
- iterators - Variable in class org.jaxen.util.LinkedIterator
-
Deprecated.
- iteratorStack - Variable in class org.jaxen.util.StackedIterator
-
Deprecated.
J
- JavaBeanXPath - Class in org.jaxen.javabean
-
An XPath implementation for JavaBeans.
- JavaBeanXPath(String) - Constructor for class org.jaxen.javabean.JavaBeanXPath
-
Construct given an XPath expression string.
- javacase(String) - Method in class org.jaxen.javabean.DocumentNavigator
- javaVersion - Static variable in exception class org.jaxen.JaxenException
- javaVersion - Static variable in exception class org.jaxen.saxpath.SAXPathException
- JaxenConstants - Class in org.jaxen
-
Thread-safe constant iterators used to avoid the overhead of creating empty lists.
- JaxenConstants() - Constructor for class org.jaxen.JaxenConstants
- JaxenException - Exception Class in org.jaxen
-
Generic Jaxen exception.
- JaxenException(String) - Constructor for exception class org.jaxen.JaxenException
-
Create an exception with a detail message.
- JaxenException(String, Throwable) - Constructor for exception class org.jaxen.JaxenException
-
Create a new JaxenException with the specified detail message and root cause.
- JaxenException(Throwable) - Constructor for exception class org.jaxen.JaxenException
-
Create an exception caused by another exception.
- JaxenHandler - Class in org.jaxen
-
SAXPath
XPathHandler
implementation capable of building Jaxen expression trees which can walk various different object models. - JaxenHandler() - Constructor for class org.jaxen.JaxenHandler
-
Constructor
- JaxenRuntimeException - Exception Class in org.jaxen
-
This class exists to wrap Jaxen exceptions that otherwise wouldn't be propagated up through the axis iterators.
- JaxenRuntimeException(String) - Constructor for exception class org.jaxen.JaxenRuntimeException
-
Create a new JaxenRuntimeException.
- JaxenRuntimeException(Throwable) - Constructor for exception class org.jaxen.JaxenRuntimeException
-
Create a new JaxenRuntimeException.
- jdomElement - Variable in class org.jaxen.jdom.XPathNamespace
- jdomNamespace - Variable in class org.jaxen.jdom.XPathNamespace
- JDOMXPath - Class in org.jaxen.jdom
-
An XPath implementation for the JDOM model
- JDOMXPath(String) - Constructor for class org.jaxen.jdom.JDOMXPath
-
Construct given an XPath expression string.
L
- LA(int) - Method in class org.jaxen.saxpath.base.XPathLexer
- LA(int) - Method in class org.jaxen.saxpath.base.XPathReader
- LANG_LOCALNAME - Static variable in class org.jaxen.function.LangFunction
- LangFunction - Class in org.jaxen.function
-
4.3
boolean lang(string)
- LangFunction() - Constructor for class org.jaxen.function.LangFunction
-
Create a new
LangFunction
object. - lastAttribute - Variable in class org.jaxen.dom.DocumentNavigator.AttributeIterator
- LastFunction - Class in org.jaxen.function
-
4.1
number last()
- LastFunction() - Constructor for class org.jaxen.function.LastFunction
-
Create a new
LastFunction
object. - LEFT_BRACKET - Static variable in class org.jaxen.saxpath.base.TokenTypes
- LEFT_PAREN - Static variable in class org.jaxen.saxpath.base.TokenTypes
- leftBracket() - Method in class org.jaxen.saxpath.base.XPathLexer
- leftParen() - Method in class org.jaxen.saxpath.base.XPathLexer
- LESS_THAN - Static variable in interface org.jaxen.saxpath.Operator
-
The less-than operator
<
- LESS_THAN_EQUALS - Static variable in interface org.jaxen.saxpath.Operator
-
The less-than-or-equal-to operator
<=
- LESS_THAN_OR_EQUALS_SIGN - Static variable in class org.jaxen.saxpath.base.TokenTypes
- LESS_THAN_SIGN - Static variable in class org.jaxen.saxpath.base.TokenTypes
- lexer - Variable in class org.jaxen.saxpath.base.XPathReader
- lhs - Variable in class org.jaxen.expr.DefaultBinaryExpr
- lhs - Variable in class org.jaxen.pattern.UnionPattern
-
Deprecated.
- lineSeparator - Static variable in exception class org.jaxen.saxpath.XPathSyntaxException
- LinkedIterator - Class in org.jaxen.util
-
Deprecated.This class is undocumented and untested. It will be removed in a future release.
- LinkedIterator() - Constructor for class org.jaxen.util.LinkedIterator
-
Deprecated.
- literal - Variable in class org.jaxen.expr.DefaultLiteralExpr
- literal() - Method in class org.jaxen.saxpath.base.XPathLexer
- literal() - Method in class org.jaxen.saxpath.base.XPathReader
- literal(String) - Method in class org.jaxen.JaxenHandler
- literal(String) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- literal(String) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of a literal expression.
- LITERAL - Static variable in class org.jaxen.saxpath.base.TokenTypes
- LiteralExpr - Interface in org.jaxen.expr
-
Represents an XPath string literal.
- LocaleFunctionSupport - Class in org.jaxen.function.ext
-
An abstract base class for Locale-specific extension functions.
- LocaleFunctionSupport() - Constructor for class org.jaxen.function.ext.LocaleFunctionSupport
- localName - Variable in class org.jaxen.expr.DefaultNameStep
-
Deprecated.Our local-name.
- localName - Variable in class org.jaxen.expr.DefaultVariableReferenceExpr
- localName - Variable in class org.jaxen.QualifiedName
- LocalNameFunction - Class in org.jaxen.function
-
4.1
string local-name(node-set?)
- LocalNameFunction() - Constructor for class org.jaxen.function.LocalNameFunction
-
Create a new
LocalNameFunction
object. - locationPath - Variable in class org.jaxen.expr.DefaultPathExpr
- locationPath(boolean) - Method in class org.jaxen.saxpath.base.XPathReader
- LocationPath - Interface in org.jaxen.expr
-
Represents an XPath location path such as
//foo/bar
orpre:baz[position()=last()]
. - LocationPathPattern - Class in org.jaxen.pattern
-
Deprecated.will be removed in Jaxen 2.0
- LocationPathPattern() - Constructor for class org.jaxen.pattern.LocationPathPattern
-
Deprecated.
- LocationPathPattern(NodeTest) - Constructor for class org.jaxen.pattern.LocationPathPattern
-
Deprecated.
- LogicalExpr - Interface in org.jaxen.expr
-
Represents an XPath logical expression.
- lookup(int) - Static method in class org.jaxen.saxpath.Axis
-
Returns the name of the axis.
- lookup(String) - Static method in class org.jaxen.saxpath.Axis
-
Returns the code for an axis given its name.
- lookupNamespaceURI(String) - Method in class org.jaxen.dom.NamespaceNode
-
Return the namespace URI mapped to the specified prefix within the scope of this namespace node.
- lookupPrefix(String) - Method in class org.jaxen.dom.NamespaceNode
-
Return the prefix bound to this namespace URI within the scope of this node.
- LowerFunction - Class in org.jaxen.function.ext
-
string lower-case(string)
This function can take a second parameter of theLocale
to use for the String conversion. - LowerFunction() - Constructor for class org.jaxen.function.ext.LowerFunction
- LT(int) - Method in class org.jaxen.saxpath.base.XPathReader
M
- map - Variable in class org.jaxen.dom.DocumentNavigator.AttributeIterator
- match(int) - Method in class org.jaxen.saxpath.base.XPathReader
- matches(Object, Context) - Method in class org.jaxen.pattern.AnyChildNodeTest
-
Deprecated.
- matches(Object, Context) - Method in class org.jaxen.pattern.AnyNodeTest
-
Deprecated.
- matches(Object, Context) - Method in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.
- matches(Object, Context) - Method in class org.jaxen.pattern.NamespaceTest
-
Deprecated.
- matches(Object, Context) - Method in class org.jaxen.pattern.NameTest
-
Deprecated.
- matches(Object, Context) - Method in class org.jaxen.pattern.NodeTypeTest
-
Deprecated.
- matches(Object, Context) - Method in class org.jaxen.pattern.NoNodeTest
-
Deprecated.
- matches(Object, Context) - Method in class org.jaxen.pattern.Pattern
-
Deprecated.
- matches(Object, Context) - Method in class org.jaxen.pattern.TextNodeTest
-
Deprecated.
- matches(Object, Context) - Method in class org.jaxen.pattern.UnionPattern
-
Deprecated.
- matches(Object, ContextSupport) - Method in class org.jaxen.expr.DefaultAllNodeStep
-
Deprecated.
- matches(Object, ContextSupport) - Method in class org.jaxen.expr.DefaultCommentNodeStep
-
Deprecated.
- matches(Object, ContextSupport) - Method in class org.jaxen.expr.DefaultNameStep
-
Deprecated.Checks whether the node matches this step.
- matches(Object, ContextSupport) - Method in class org.jaxen.expr.DefaultProcessingInstructionNodeStep
-
Deprecated.
- matches(Object, ContextSupport) - Method in class org.jaxen.expr.DefaultTextNodeStep
-
Deprecated.
- matches(Object, ContextSupport) - Method in interface org.jaxen.expr.Step
-
Performs the node-test part of evaluating the step for the given node (which must be on the axis).
- matchesAnyName - Variable in class org.jaxen.expr.DefaultNameStep
-
Deprecated.Quick flag denoting if the local name was '*'
- matchesNamespaceURIs(String, String) - Method in class org.jaxen.expr.DefaultNameStep
-
Deprecated.Compares two namespace URIs, handling null.
- matchesNodeName - Variable in class org.jaxen.pattern.UnionPattern
-
Deprecated.
- MAX_NODE_TYPE - Static variable in class org.jaxen.pattern.Pattern
-
Deprecated.The maximum number of node types for sizing purposes
- minus() - Method in class org.jaxen.saxpath.base.XPathLexer
- MINUS - Static variable in class org.jaxen.saxpath.base.TokenTypes
- mod() - Method in class org.jaxen.saxpath.base.XPathLexer
- MOD - Static variable in class org.jaxen.saxpath.base.TokenTypes
- MOD - Static variable in interface org.jaxen.saxpath.Operator
-
The remainder operator
mod
. - multiplicativeExpr() - Method in class org.jaxen.saxpath.base.XPathReader
- MultiplicativeExpr - Interface in org.jaxen.expr
-
Represents an XPath multiplicative expression.
- MULTIPLY - Static variable in interface org.jaxen.saxpath.Operator
-
The multiplication operator
*
N
- name - Variable in class org.jaxen.dom.NamespaceNode
- name - Variable in class org.jaxen.expr.DefaultProcessingInstructionNodeStep
-
Deprecated.
- name - Variable in class org.jaxen.javabean.Element
- name - Variable in class org.jaxen.javabean.ElementIterator
- name - Variable in class org.jaxen.pattern.NameTest
-
Deprecated.The name to match against
- namedAccessIterator(Object, ContextSupport, String, String, String) - Method in class org.jaxen.expr.iter.IterableAttributeAxis
-
Gets the iterator for the attribute axis that supports named access.
- namedAccessIterator(Object, ContextSupport, String, String, String) - Method in class org.jaxen.expr.iter.IterableAxis
-
Gets the iterator for a specific XPath axis that supports named access.
- namedAccessIterator(Object, ContextSupport, String, String, String) - Method in class org.jaxen.expr.iter.IterableChildAxis
-
Gets an iterator for the child XPath axis that supports named access.
- NamedAccessNavigator - Interface in org.jaxen
-
Interface for navigating around an arbitrary object model accessing certain parts by name for performance.
- NameFunction - Class in org.jaxen.function
-
4.1
string name(node-set?)
- NameFunction() - Constructor for class org.jaxen.function.NameFunction
-
Create a new
NameFunction
object. - NAMESPACE - Static variable in class org.jaxen.saxpath.Axis
-
The
namespace
axis - NAMESPACE_NODE - Static variable in class org.jaxen.dom.NamespaceNode
-
Constant: this is a NamespaceNode.
- NAMESPACE_NODE - Static variable in class org.jaxen.pattern.Pattern
-
Deprecated.Matches a Namespace Node
- NAMESPACE_TEST - Static variable in class org.jaxen.pattern.NodeTypeTest
-
Deprecated.
- namespaceContext - Variable in class org.jaxen.ContextSupport
-
Namespace context.
- NamespaceContext - Interface in org.jaxen
-
Resolves namespace prefixes to namespace URIs.
- NamespaceNode - Class in org.jaxen.dom
-
Extension DOM2/DOM3 node type for a namespace node.
- NamespaceNode(Node, String, String) - Constructor for class org.jaxen.dom.NamespaceNode
-
Create a new NamespaceNode.
- NamespaceNode(Node, Node) - Constructor for class org.jaxen.dom.NamespaceNode
-
Constructor.
- NamespaceNode.EmptyNodeList - Class in org.jaxen.dom
-
A node list with no members.
- namespaces - Variable in class org.jaxen.SimpleNamespaceContext
- NamespaceTest - Class in org.jaxen.pattern
-
Deprecated.will be removed in Jaxen 2.0
- NamespaceTest(String, short) - Constructor for class org.jaxen.pattern.NamespaceTest
-
Deprecated.
- namespaceURI - Variable in class org.jaxen.QualifiedName
- NamespaceUriFunction - Class in org.jaxen.function
-
4.1
string namespace-uri(node-set?)
- NamespaceUriFunction() - Constructor for class org.jaxen.function.NamespaceUriFunction
-
Create a new
NamespaceUriFunction
object. - NameStep - Interface in org.jaxen.expr
-
Represents an XPath name test such as
para
orsvg:rect
. - nameTest(int) - Method in class org.jaxen.saxpath.base.XPathReader
- NameTest - Class in org.jaxen.pattern
-
Deprecated.will be removed in Jaxen 2.0
- NameTest(String, short) - Constructor for class org.jaxen.pattern.NameTest
-
Deprecated.
- NaN - Static variable in class org.jaxen.function.NumberFunction
- navigationStep(Step) - Static method in class org.jaxen.pattern.PatternParser
-
Deprecated.
- navigator - Variable in class org.jaxen.BaseXPath
-
the implementation-specific Navigator for retrieving XML nodes
- navigator - Variable in class org.jaxen.ContextSupport
-
Model navigator.
- navigator - Variable in class org.jaxen.expr.NodeComparator
- navigator - Variable in class org.jaxen.util.AncestorOrSelfAxisIterator
- navigator - Variable in class org.jaxen.util.DescendantAxisIterator
- navigator - Variable in class org.jaxen.util.FollowingAxisIterator
- navigator - Variable in class org.jaxen.util.FollowingSiblingAxisIterator
- navigator - Variable in class org.jaxen.util.PrecedingAxisIterator
- navigator - Variable in class org.jaxen.util.PrecedingSiblingAxisIterator
- navigator - Variable in class org.jaxen.util.StackedIterator
-
Deprecated.
- Navigator - Interface in org.jaxen
-
Interface for navigating around an arbitrary object model, using XPath semantics.
- NEGATIVE - Static variable in interface org.jaxen.saxpath.Operator
-
Unary
-
- next() - Method in class org.jaxen.dom.DocumentNavigator.AttributeIterator
- next() - Method in class org.jaxen.dom.DocumentNavigator.NodeIterator
- next() - Method in class org.jaxen.javabean.ElementIterator
- next() - Method in class org.jaxen.util.AncestorOrSelfAxisIterator
-
Returns the next ancestor-or-self node.
- next() - Method in class org.jaxen.util.DescendantAxisIterator
-
Returns the next descendant node.
- next() - Method in class org.jaxen.util.FollowingAxisIterator
-
Returns the next following node.
- next() - Method in class org.jaxen.util.FollowingSiblingAxisIterator
-
Returns the next following sibling.
- next() - Method in class org.jaxen.util.LinkedIterator
-
Deprecated.
- next() - Method in class org.jaxen.util.PrecedingAxisIterator
-
Returns the next preceding node.
- next() - Method in class org.jaxen.util.PrecedingSiblingAxisIterator
-
Returns the next preceding sibling.
- next() - Method in class org.jaxen.util.SingleObjectIterator
-
Returns the single element in this iterator if it has not yet been seen.
- next() - Method in class org.jaxen.util.StackedIterator
-
Deprecated.
- nextObj - Variable in class org.jaxen.util.PrecedingSiblingAxisIterator
- nextToken() - Method in class org.jaxen.saxpath.base.XPathLexer
- NO_NODE - Static variable in class org.jaxen.pattern.Pattern
-
Deprecated.Matches no nodes
- NO_OP - Static variable in interface org.jaxen.saxpath.Operator
-
Indicates that we're passing through a grammar production without actually activating it.
- node - Variable in class org.jaxen.dom.DocumentNavigator.NodeIterator
- NodeComparator - Class in org.jaxen.expr
- NodeComparator(Navigator) - Constructor for class org.jaxen.expr.NodeComparator
- NodeIterator(Node) - Constructor for class org.jaxen.dom.DocumentNavigator.NodeIterator
-
Constructor.
- nodeSet - Variable in class org.jaxen.Context
-
Context node-set
- nodeTest - Variable in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.The node test to perform on this step of the path
- nodeTest(int) - Method in class org.jaxen.saxpath.base.XPathReader
- NodeTest - Class in org.jaxen.pattern
-
Deprecated.will be removed in Jaxen 2.0
- NodeTest() - Constructor for class org.jaxen.pattern.NodeTest
-
Deprecated.
- nodeType - Variable in class org.jaxen.pattern.NamespaceTest
-
Deprecated.The type of node to match - either attribute or element
- nodeType - Variable in class org.jaxen.pattern.NameTest
-
Deprecated.The type of node to match - either attribute or element
- nodeType - Variable in class org.jaxen.pattern.NodeTypeTest
-
Deprecated.
- nodeType - Variable in class org.jaxen.pattern.UnionPattern
-
Deprecated.
- nodeTypeTest(int) - Method in class org.jaxen.saxpath.base.XPathReader
- NodeTypeTest - Class in org.jaxen.pattern
-
Deprecated.will be removed in Jaxen 2.0
- NodeTypeTest(short) - Constructor for class org.jaxen.pattern.NodeTypeTest
-
Deprecated.
- NoNodeTest - Class in org.jaxen.pattern
-
Deprecated.will be removed in Jaxen 2.0
- NoNodeTest() - Constructor for class org.jaxen.pattern.NoNodeTest
-
Deprecated.
- normalize() - Method in class org.jaxen.dom.NamespaceNode
-
Normalize the text descendants of this node.
- NormalizeSpaceFunction - Class in org.jaxen.function
-
4.2
string normalize-space(string)
- NormalizeSpaceFunction() - Constructor for class org.jaxen.function.NormalizeSpaceFunction
-
Create a new
NormalizeSpaceFunction
object. - NOT_EQUALS - Static variable in class org.jaxen.saxpath.base.TokenTypes
- NOT_EQUALS - Static variable in interface org.jaxen.saxpath.Operator
-
The not equal to operator
!=
- notEquals() - Method in class org.jaxen.saxpath.base.XPathLexer
- NotFunction - Class in org.jaxen.function
-
4.3
boolean not(boolean)
- NotFunction() - Constructor for class org.jaxen.function.NotFunction
-
Create a new
NotFunction
object. - number - Variable in class org.jaxen.expr.DefaultNumberExpr
- number() - Method in class org.jaxen.saxpath.base.XPathLexer
- number(double) - Method in class org.jaxen.JaxenHandler
- number(double) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- number(double) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of a number expression.
- number(int) - Method in class org.jaxen.JaxenHandler
- number(int) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- number(int) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of a number expression.
- NumberExpr - Interface in org.jaxen.expr
-
Represents an XPath floating point literal.
- NumberFunction - Class in org.jaxen.function
-
4.4
number number(object)
- NumberFunction() - Constructor for class org.jaxen.function.NumberFunction
-
Create a new
NumberFunction
object. - numberValueOf(Object) - Method in class org.jaxen.BaseXPath
-
Retrieve a number-value interpretation of this XPath expression when evaluated against a given context.
- numberValueOf(Object) - Method in interface org.jaxen.XPath
-
Retrieve the number-value of the first node in document order returned by this XPath expression when evaluated in the given context.
O
- object - Variable in class org.jaxen.expr.IdentitySet.IdentityWrapper
- object - Variable in class org.jaxen.javabean.Element
- object - Variable in class org.jaxen.util.SingleObjectIterator
- Operator - Interface in org.jaxen.saxpath
-
Constants used to represent XPath operators.
- operatorName() - Method in class org.jaxen.saxpath.base.XPathLexer
- or() - Method in class org.jaxen.saxpath.base.XPathLexer
- OR - Static variable in class org.jaxen.saxpath.base.TokenTypes
- orExpr() - Method in class org.jaxen.saxpath.base.XPathReader
- org.jaxen - package org.jaxen
-
This package defines the core Jaxen API to the XPath engine.
- org.jaxen.dom - package org.jaxen.dom
-
Navigation for W3C DOM trees.
- org.jaxen.dom4j - package org.jaxen.dom4j
-
Navigation for dom4j trees.
- org.jaxen.expr - package org.jaxen.expr
-
Interfaces and default implementations for XPath expression components.
- org.jaxen.expr.iter - package org.jaxen.expr.iter
-
Axis iterator creation functors.
- org.jaxen.function - package org.jaxen.function
-
Standard XPath function library.
- org.jaxen.function.ext - package org.jaxen.function.ext
-
Extension functions to the standard XPath function library.
- org.jaxen.function.xslt - package org.jaxen.function.xslt
-
XPath functions which are defined in XSLT.
- org.jaxen.javabean - package org.jaxen.javabean
-
Navigation for JavaBeans.
- org.jaxen.jdom - package org.jaxen.jdom
-
Navigation for JDOM trees.
- org.jaxen.pattern - package org.jaxen.pattern
-
Defines XSLT Pattern objects.
- org.jaxen.saxpath - package org.jaxen.saxpath
-
Classes related to the event-based parsing and handling of XPath expressions.
- org.jaxen.saxpath.base - package org.jaxen.saxpath.base
-
jaxen implementation of the SAXPath functionality.
- org.jaxen.saxpath.helpers - package org.jaxen.saxpath.helpers
-
Helper classes for instantiating XPathReaders.
- org.jaxen.util - package org.jaxen.util
-
Utility objects for walking object models.
P
- parameters - Variable in class org.jaxen.expr.DefaultFunctionCallExpr
-
Deprecated.
- parent - Variable in class org.jaxen.dom.NamespaceNode
- parent - Variable in class org.jaxen.javabean.Element
- parent - Variable in class org.jaxen.javabean.ElementIterator
- PARENT - Static variable in class org.jaxen.saxpath.Axis
-
The
parent
axis - parentPattern - Variable in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.Patterns matching my parent node
- parse(String) - Static method in class org.jaxen.pattern.PatternParser
-
Deprecated.
- parse(String) - Method in class org.jaxen.saxpath.base.XPathReader
- parse(String) - Method in interface org.jaxen.saxpath.XPathReader
-
Parse an XPath expression, and send event callbacks to an
XPathHandler
. - parseText - Variable in class org.jaxen.saxpath.base.Token
- parseXPath(String) - Method in class org.jaxen.dom.DocumentNavigator
-
Returns a parsed form of the given XPath string, which will be suitable for queries on DOM documents.
- parseXPath(String) - Method in class org.jaxen.dom4j.DocumentNavigator
-
Returns a parsed form of the given XPath string, which will be suitable for queries on DOM4J documents.
- parseXPath(String) - Method in class org.jaxen.javabean.DocumentNavigator
- parseXPath(String) - Method in class org.jaxen.jdom.DocumentNavigator
-
Returns a parsed form of the given XPath string, which will be suitable for queries on JDOM documents.
- parseXPath(String) - Method in interface org.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() - Method in class org.jaxen.saxpath.base.XPathReader
- PathExpr - Interface in org.jaxen.expr
-
Represents an XPath path expression.
- pattern - Variable in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- Pattern - Class in org.jaxen.pattern
-
Deprecated.will be removed in Jaxen 2.0
- Pattern() - Constructor for class org.jaxen.pattern.Pattern
-
Deprecated.
- PatternHandler - Class in org.jaxen.pattern
-
Deprecated.will be removed in Jaxen 2.0
- PatternHandler() - Constructor for class org.jaxen.pattern.PatternHandler
-
Deprecated.
- PatternParser - Class in org.jaxen.pattern
-
Deprecated.will be removed in Jaxen 2.0
- PatternParser() - Constructor for class org.jaxen.pattern.PatternParser
-
Deprecated.
- peekFrame() - Method in class org.jaxen.JaxenHandler
- pipe() - Method in class org.jaxen.saxpath.base.XPathLexer
- PIPE - Static variable in class org.jaxen.saxpath.base.TokenTypes
- plus() - Method in class org.jaxen.saxpath.base.XPathLexer
- PLUS - Static variable in class org.jaxen.saxpath.base.TokenTypes
- pop() - Method in class org.jaxen.JaxenHandler
- popFrame() - Method in class org.jaxen.JaxenHandler
- pos - Variable in class org.jaxen.dom.DocumentNavigator.AttributeIterator
- position - Variable in class org.jaxen.Context
-
Current context position
- position - Variable in exception class org.jaxen.saxpath.XPathSyntaxException
- position - Variable in exception class org.jaxen.XPathSyntaxException
-
The position of the error
- PositionFunction - Class in org.jaxen.function
-
4.1
number position()
- PositionFunction() - Constructor for class org.jaxen.function.PositionFunction
-
Create a new
PositionFunction
object. - PRECEDING - Static variable in class org.jaxen.saxpath.Axis
-
The
preceding
axis - PRECEDING_SIBLING - Static variable in class org.jaxen.saxpath.Axis
-
The
preceding-sibling
axis - PrecedingAxisIterator - Class in org.jaxen.util
-
Represents the XPath
preceding
axis. - PrecedingAxisIterator(Object, Navigator) - Constructor for class org.jaxen.util.PrecedingAxisIterator
-
Create a new
preceding
axis iterator. - precedingSibling - Variable in class org.jaxen.util.PrecedingAxisIterator
- PrecedingSiblingAxisIterator - Class in org.jaxen.util
-
Represents the XPath
preceding-sibling
axis. - PrecedingSiblingAxisIterator(Object, Navigator) - Constructor for class org.jaxen.util.PrecedingSiblingAxisIterator
-
Create a new
preceding-sibling
axis iterator. - predicate() - Method in class org.jaxen.saxpath.base.XPathReader
- Predicate - Interface in org.jaxen.expr
-
Represents an XPath predicate such as
[position() = last()]
. - Predicated - Interface in org.jaxen.expr
-
Interface for objects which can have one or more predicates.
- predicateExpr() - Method in class org.jaxen.saxpath.base.XPathReader
- predicates - Variable in class org.jaxen.expr.DefaultFilterExpr
-
Deprecated.
- predicates - Variable in class org.jaxen.expr.DefaultStep
-
Deprecated.
- predicates - Variable in class org.jaxen.expr.PredicateSet
- predicates() - Method in class org.jaxen.saxpath.base.XPathReader
- PredicateSet - Class in org.jaxen.expr
-
Represents the collection of predicates that follow the node-test in a location path.
- PredicateSet() - Constructor for class org.jaxen.expr.PredicateSet
-
Create a new empty predicate set.
- prefix - Variable in class org.jaxen.expr.DefaultFunctionCallExpr
-
Deprecated.
- prefix - Variable in class org.jaxen.expr.DefaultNameStep
-
Deprecated.Our prefix, bound through the current Context.
- prefix - Variable in class org.jaxen.expr.DefaultVariableReferenceExpr
- prefix - Variable in class org.jaxen.pattern.NamespaceTest
-
Deprecated.The prefix to match against
- printStackTrace(PrintStream) - Method in exception class org.jaxen.JaxenRuntimeException
-
Print this exception's stack trace, followed by the source exception's trace, if any.
- printStackTrace(PrintStream) - Method in exception class org.jaxen.saxpath.SAXPathException
-
Print this exception's stack trace, followed by the source exception's trace, if any.
- printStackTrace(PrintWriter) - Method in exception class org.jaxen.JaxenRuntimeException
-
Print this exception's stack trace, followed by the source exception's stack trace, if any.
- printStackTrace(PrintWriter) - Method in exception class org.jaxen.saxpath.SAXPathException
-
Print this exception's stack trace, followed by the source exception's stack trace, if any.
- PROCESSING_INSTRUCTION_NODE - Static variable in class org.jaxen.pattern.Pattern
-
Deprecated.Matches ProcessingInstruction
- PROCESSING_INSTRUCTION_TEST - Static variable in class org.jaxen.pattern.NodeTypeTest
-
Deprecated.
- ProcessingInstructionNodeStep - Interface in org.jaxen.expr
-
Represents the XPath node-test
processing-instruction()
. - push(Object) - Method in class org.jaxen.JaxenHandler
- pushFrame() - Method in class org.jaxen.JaxenHandler
- pushIterator(Iterator) - Method in class org.jaxen.util.StackedIterator
-
Deprecated.
Q
- QualifiedName - Class in org.jaxen
-
A local name (that matches the XML NCName production) and a namespace URI with which the local name is qualified.
- QualifiedName(String, String) - Constructor for class org.jaxen.QualifiedName
-
Constructs a QualifiedName object.
R
- reader - Variable in class org.jaxen.dom4j.DocumentNavigator
- registerExtensionFunctions() - Method in class org.jaxen.XPathFunctionContext
- registerFunction(String, String, Function) - Method in class org.jaxen.SimpleFunctionContext
-
Register a new function.
- registerXPathFunctions() - Method in class org.jaxen.XPathFunctionContext
- registerXSLTFunctions() - Method in class org.jaxen.XPathFunctionContext
- relationalExpr() - Method in class org.jaxen.saxpath.base.XPathReader
- RelationalExpr - Interface in org.jaxen.expr
-
Represents an XPath relational expression such as
count(//p) > count(//div)
. - relationalOperator() - Method in class org.jaxen.saxpath.base.XPathLexer
- relativeLocationPath() - Method in class org.jaxen.saxpath.base.XPathReader
- remove() - Method in class org.jaxen.dom.DocumentNavigator.AttributeIterator
- remove() - Method in class org.jaxen.dom.DocumentNavigator.NodeIterator
- remove() - Method in class org.jaxen.javabean.ElementIterator
- remove() - Method in class org.jaxen.util.AncestorOrSelfAxisIterator
-
This operation is not supported.
- remove() - Method in class org.jaxen.util.DescendantAxisIterator
-
This operation is not supported.
- remove() - Method in class org.jaxen.util.FollowingAxisIterator
-
This operation is not supported.
- remove() - Method in class org.jaxen.util.FollowingSiblingAxisIterator
-
This operation is not supported.
- remove() - Method in class org.jaxen.util.LinkedIterator
-
Deprecated.This operation is not supported.
- remove() - Method in class org.jaxen.util.PrecedingAxisIterator
-
This operation is not supported.
- remove() - Method in class org.jaxen.util.PrecedingSiblingAxisIterator
-
This operation is not supported.
- remove() - Method in class org.jaxen.util.SingleObjectIterator
-
This operation is not supported.
- remove() - Method in class org.jaxen.util.StackedIterator
-
Deprecated.
- removeChild(Node) - Method in class org.jaxen.dom.NamespaceNode
-
Remove a child node (always fails).
- replaceChild(Node, Node) - Method in class org.jaxen.dom.NamespaceNode
-
Replace a child node (always fails).
- returnExpr() - Method in class org.jaxen.JaxenHandler
- rhs - Variable in class org.jaxen.expr.DefaultBinaryExpr
- rhs - Variable in class org.jaxen.pattern.UnionPattern
-
Deprecated.
- RIGHT_BRACKET - Static variable in class org.jaxen.saxpath.base.TokenTypes
- RIGHT_PAREN - Static variable in class org.jaxen.saxpath.base.TokenTypes
- rightBracket() - Method in class org.jaxen.saxpath.base.XPathLexer
- rightParen() - Method in class org.jaxen.saxpath.base.XPathLexer
- rootExpr - Variable in class org.jaxen.expr.DefaultXPathExpr
-
Deprecated.
- RoundFunction - Class in org.jaxen.function
-
4.4
number round(number)
- RoundFunction() - Constructor for class org.jaxen.function.RoundFunction
-
Create a new
RoundFunction
object.
S
- SAXPathEventSource - Interface in org.jaxen.saxpath
-
Interface for any object capable of generating SAXPath events to an
XPathHandler
. - SAXPathException - Exception Class in org.jaxen.saxpath
-
Base of all SAXPath exceptions.
- SAXPathException(String) - Constructor for exception class org.jaxen.saxpath.SAXPathException
-
Create a new SAXPathException with a given message.
- SAXPathException(String, Throwable) - Constructor for exception class org.jaxen.saxpath.SAXPathException
-
Create a new SAXPathException with the specified detail message and root cause.
- SAXPathException(Throwable) - Constructor for exception class org.jaxen.saxpath.SAXPathException
-
Create a new SAXPathException based on another exception
- seen - Variable in class org.jaxen.util.SingleObjectIterator
- selectNodes(Object) - Method in class org.jaxen.BaseXPath
-
List all the nodes selected by this XPath expression.
- selectNodes(Object) - Method in interface org.jaxen.XPath
-
Select all nodes that are selectable by this XPath expression.
- selectNodesForContext(Context) - Method in class org.jaxen.BaseXPath
-
Select all nodes that match this XPath expression on the given Context object.
- selectSingleNode(Object) - Method in class org.jaxen.BaseXPath
-
Return the first node selected by this XPath expression.
- selectSingleNode(Object) - Method in interface org.jaxen.XPath
-
Return the first node in document order that is selected by this XPath expression.
- selectSingleNodeForContext(Context) - Method in class org.jaxen.BaseXPath
-
Return only the first node that is selected by this XPath expression.
- SELF - Static variable in class org.jaxen.saxpath.Axis
-
The
self
axis - SelfAxisIterator - Class in org.jaxen.util
-
Represents the XPath
self
axis. - SelfAxisIterator(Object) - Constructor for class org.jaxen.util.SelfAxisIterator
-
Create a new
self
axis iterator. - serialVersionUID - Static variable in class org.jaxen.BaseXPath
- serialVersionUID - Static variable in class org.jaxen.Context
- serialVersionUID - Static variable in class org.jaxen.ContextSupport
- serialVersionUID - Static variable in class org.jaxen.dom.DocumentNavigator
- serialVersionUID - Static variable in class org.jaxen.dom.DOMXPath
- serialVersionUID - Static variable in class org.jaxen.dom4j.DocumentNavigator
- serialVersionUID - Static variable in class org.jaxen.dom4j.Dom4jXPath
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultAbsoluteLocationPath
-
Deprecated.
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultAllNodeStep
-
Deprecated.
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultAndExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultCommentNodeStep
-
Deprecated.
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultDivExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultEqualsExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultFilterExpr
-
Deprecated.
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultFunctionCallExpr
-
Deprecated.
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultGreaterThanEqualExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultGreaterThanExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultLessThanEqualExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultLessThanExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultLiteralExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultMinusExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultModExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultMultiplyExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultNameStep
-
Deprecated.
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultNotEqualsExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultNumberExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultOrExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultPathExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultPlusExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultPredicate
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultProcessingInstructionNodeStep
-
Deprecated.
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultRelativeLocationPath
-
Deprecated.
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultTextNodeStep
-
Deprecated.
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultUnaryExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultUnionExpr
-
Deprecated.
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultVariableReferenceExpr
- serialVersionUID - Static variable in class org.jaxen.expr.DefaultXPathExpr
-
Deprecated.
- serialVersionUID - Static variable in class org.jaxen.expr.iter.IterableAncestorAxis
- serialVersionUID - Static variable in class org.jaxen.expr.iter.IterableAncestorOrSelfAxis
- serialVersionUID - Static variable in class org.jaxen.expr.iter.IterableAttributeAxis
- serialVersionUID - Static variable in class org.jaxen.expr.iter.IterableChildAxis
- serialVersionUID - Static variable in class org.jaxen.expr.iter.IterableDescendantAxis
- serialVersionUID - Static variable in class org.jaxen.expr.iter.IterableDescendantOrSelfAxis
- serialVersionUID - Static variable in class org.jaxen.expr.iter.IterableFollowingAxis
- serialVersionUID - Static variable in class org.jaxen.expr.iter.IterableFollowingSiblingAxis
- serialVersionUID - Static variable in class org.jaxen.expr.iter.IterableNamespaceAxis
- serialVersionUID - Static variable in class org.jaxen.expr.iter.IterableParentAxis
- serialVersionUID - Static variable in class org.jaxen.expr.iter.IterablePrecedingAxis
- serialVersionUID - Static variable in class org.jaxen.expr.iter.IterablePrecedingSiblingAxis
- serialVersionUID - Static variable in class org.jaxen.expr.iter.IterableSelfAxis
- serialVersionUID - Static variable in class org.jaxen.expr.PredicateSet
- serialVersionUID - Static variable in exception class org.jaxen.FunctionCallException
- serialVersionUID - Static variable in class org.jaxen.javabean.DocumentNavigator
- serialVersionUID - Static variable in class org.jaxen.javabean.JavaBeanXPath
- serialVersionUID - Static variable in exception class org.jaxen.JaxenException
- serialVersionUID - Static variable in exception class org.jaxen.JaxenRuntimeException
- serialVersionUID - Static variable in class org.jaxen.jdom.DocumentNavigator
- serialVersionUID - Static variable in class org.jaxen.jdom.JDOMXPath
- serialVersionUID - Static variable in class org.jaxen.QualifiedName
- serialVersionUID - Static variable in exception class org.jaxen.saxpath.SAXPathException
- serialVersionUID - Static variable in exception class org.jaxen.saxpath.XPathSyntaxException
- serialVersionUID - Static variable in class org.jaxen.SimpleNamespaceContext
- serialVersionUID - Static variable in class org.jaxen.SimpleVariableContext
- serialVersionUID - Static variable in exception class org.jaxen.UnresolvableException
- serialVersionUID - Static variable in exception class org.jaxen.UnsupportedAxisException
- serialVersionUID - Static variable in exception class org.jaxen.XPathSyntaxException
- setAbsolute(boolean) - Method in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.
- setAncestorPattern(Pattern) - Method in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.Adds a pattern for an ancestor of the current context node used in this pattern.
- setContextSupport(ContextSupport) - Method in class org.jaxen.Context
-
Set the
ContextSupport
. - setExpr(Expr) - Method in class org.jaxen.expr.DefaultPredicate
- setExpr(Expr) - Method in interface org.jaxen.expr.Predicate
-
Change the expression used by this predicate.
- setFilterExpr(Expr) - Method in class org.jaxen.expr.DefaultPathExpr
- setFilterExpr(Expr) - Method in interface org.jaxen.expr.PathExpr
-
Changes the expression's filter expression.
- setFunctionContext(FunctionContext) - Method in class org.jaxen.BaseXPath
-
Set a
FunctionContext
for use with this XPath expression. - setFunctionContext(FunctionContext) - Method in class org.jaxen.ContextSupport
-
Set the
FunctionContext
. - setFunctionContext(FunctionContext) - Method in interface org.jaxen.XPath
-
Set a
FunctionContext
for this XPath expression. - setIsEmpty(List) - Method in class org.jaxen.expr.DefaultTruthExpr
- setJDOMElement(Element) - Method in class org.jaxen.jdom.XPathNamespace
-
Sets or changes the element to which this namespace node is assigned.
- setLHS(Expr) - Method in class org.jaxen.expr.DefaultBinaryExpr
- setLHS(Pattern) - Method in class org.jaxen.pattern.UnionPattern
-
Deprecated.
- setNamespaceContext(NamespaceContext) - Method in class org.jaxen.BaseXPath
-
Set a
NamespaceContext
for use with this XPath expression. - setNamespaceContext(NamespaceContext) - Method in class org.jaxen.ContextSupport
-
Set the
NamespaceContext
. - setNamespaceContext(NamespaceContext) - Method in interface org.jaxen.XPath
-
Set a
NamespaceContext
for this XPath expression. - setNodeSet(List) - Method in class org.jaxen.Context
-
Set the context node-set, and sets the current context size to the size of this node-set.
- setNodeTest(NodeTest) - Method in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.Allows the NodeTest to be set
- setNodeValue(String) - Method in class org.jaxen.dom.NamespaceNode
-
Change the namespace URI (always fails).
- setParentPattern(Pattern) - Method in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.Adds a pattern for the parent of the current context node used in this pattern.
- setParseText(String) - Method in class org.jaxen.saxpath.base.Token
- setPosition(int) - Method in class org.jaxen.Context
-
Set the current position in the context node-set.
- setPrefix(String) - Method in class org.jaxen.dom.NamespaceNode
-
Change the namespace prefix of this node (always fails).
- setRHS(Expr) - Method in class org.jaxen.expr.DefaultBinaryExpr
- setRHS(Pattern) - Method in class org.jaxen.pattern.UnionPattern
-
Deprecated.
- setRootExpr(Expr) - Method in class org.jaxen.expr.DefaultXPathExpr
-
Deprecated.
- setRootExpr(Expr) - Method in interface org.jaxen.expr.XPathExpr
-
Changes the wrapped expression object.
- setSAXReader(SAXReader) - Method in class org.jaxen.dom4j.DocumentNavigator
- setSize(int) - Method in class org.jaxen.Context
-
Set the current size in the context node-set.
- setTextContent(String) - Method in class org.jaxen.dom.NamespaceNode
-
Change the value of this node (always fails).
- setTokenBegin(int) - Method in class org.jaxen.saxpath.base.Token
- setTokenEnd(int) - Method in class org.jaxen.saxpath.base.Token
- setTokenType(int) - Method in class org.jaxen.saxpath.base.Token
- setUpParse(String) - Method in class org.jaxen.saxpath.base.XPathReader
- setUserData(String, Object, UserDataHandler) - Method in class org.jaxen.dom.NamespaceNode
-
Associates an object with a key.
- setVariableContext(VariableContext) - Method in class org.jaxen.BaseXPath
-
Set a
VariableContext
for use with this XPath expression. - setVariableContext(VariableContext) - Method in class org.jaxen.ContextSupport
-
Set the
VariableContext
. - setVariableContext(VariableContext) - Method in interface org.jaxen.XPath
-
Set a
VariableContext
for this XPath expression. - setVariableValue(String, Object) - Method in class org.jaxen.SimpleVariableContext
-
Set the value associated with a variable.
- setVariableValue(String, String, Object) - Method in class org.jaxen.SimpleVariableContext
-
Set the value associated with a variable.
- setXPath(String) - Method in class org.jaxen.saxpath.base.XPathLexer
- setXPathFactory(XPathFactory) - Method in class org.jaxen.JaxenHandler
-
Set the Jaxen
XPathFactory
that constructs the XPath expression tree during the parse. - setXPathHandler(XPathHandler) - Method in class org.jaxen.saxpath.base.XPathReader
- setXPathHandler(XPathHandler) - Method in interface org.jaxen.saxpath.SAXPathEventSource
-
Set the
XPathHandler
to receive event callbacks during the parse. - siblingIter - Variable in class org.jaxen.util.FollowingSiblingAxisIterator
- siblingIter - Variable in class org.jaxen.util.PrecedingSiblingAxisIterator
- siblings - Variable in class org.jaxen.util.FollowingAxisIterator
- SimpleFunctionContext - Class in org.jaxen
-
Simple default implementation of
FunctionContext
. - SimpleFunctionContext() - Constructor for class org.jaxen.SimpleFunctionContext
-
Construct an empty function context.
- SimpleNamespaceContext - Class in org.jaxen
-
Provides mappings from namespace prefix to namespace URI to the XPath engine.
- SimpleNamespaceContext() - Constructor for class org.jaxen.SimpleNamespaceContext
-
Creates a new empty namespace context.
- SimpleNamespaceContext(Map) - Constructor for class org.jaxen.SimpleNamespaceContext
-
Creates a new namespace context pre-populated with the specified bindings.
- SimpleVariableContext - Class in org.jaxen
-
Simple default implementation for
VariableContext
. - SimpleVariableContext() - Constructor for class org.jaxen.SimpleVariableContext
-
Construct.
- simplified - Variable in class org.jaxen.JaxenHandler
-
????
- simplify() - Method in class org.jaxen.expr.DefaultBinaryExpr
- simplify() - Method in class org.jaxen.expr.DefaultExpr
-
Deprecated.
- simplify() - Method in class org.jaxen.expr.DefaultFilterExpr
-
Deprecated.
- simplify() - Method in class org.jaxen.expr.DefaultFunctionCallExpr
-
Deprecated.
- simplify() - Method in class org.jaxen.expr.DefaultLocationPath
- simplify() - Method in class org.jaxen.expr.DefaultPathExpr
- simplify() - Method in class org.jaxen.expr.DefaultPredicate
- simplify() - Method in class org.jaxen.expr.DefaultStep
-
Deprecated.
- simplify() - Method in class org.jaxen.expr.DefaultUnaryExpr
- simplify() - Method in class org.jaxen.expr.DefaultXPathExpr
-
Deprecated.
- simplify() - Method in interface org.jaxen.expr.Expr
-
Simplifies the XPath expression.
- simplify() - Method in interface org.jaxen.expr.Predicate
-
Simplify the expression in this predicate.
- simplify() - Method in class org.jaxen.expr.PredicateSet
-
Simplify each of the predicates in the list.
- simplify() - Method in interface org.jaxen.expr.Step
-
Simplifies the XPath step.
- simplify() - Method in interface org.jaxen.expr.XPathExpr
-
Simplifies the XPath expression.
- simplify() - Method in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.
- simplify() - Method in class org.jaxen.pattern.Pattern
-
Deprecated.
- simplify() - Method in class org.jaxen.pattern.UnionPattern
-
Deprecated.
- SingleObjectIterator - Class in org.jaxen.util
-
Simple utility class that wraps an iterator around one object.
- SingleObjectIterator(Object) - Constructor for class org.jaxen.util.SingleObjectIterator
-
Creates a new single object iterator.
- Singleton() - Constructor for class org.jaxen.dom4j.DocumentNavigator.Singleton
- Singleton() - Constructor for class org.jaxen.jdom.DocumentNavigator.Singleton
- SINGLETON - Static variable in class org.jaxen.dom.DocumentNavigator
- SINGLETON - Static variable in class org.jaxen.pattern.TextNodeTest
-
Deprecated.
- SingletonList - Class in org.jaxen.util
-
A utility class that implements singleton lists (to avoid dependency on JDK 1.3).
- SingletonList(Object) - Constructor for class org.jaxen.util.SingletonList
-
Creates a new singleton list.
- size - Variable in class org.jaxen.Context
-
Current context size
- size() - Method in class org.jaxen.util.SingletonList
-
Returns 1.
- SKIP - Static variable in class org.jaxen.saxpath.base.TokenTypes
- SLASH - Static variable in class org.jaxen.saxpath.base.TokenTypes
- slashes() - Method in class org.jaxen.saxpath.base.XPathLexer
- stack - Variable in class org.jaxen.JaxenHandler
-
This may be changed to an ArrayList in the future (i.e.
- stack - Variable in class org.jaxen.util.DescendantAxisIterator
- stack - Variable in class org.jaxen.util.PrecedingAxisIterator
- StackedIterator - Class in org.jaxen.util
-
Deprecated.this iterator is no longer used to implement any of the Jaxen axes. If you have implemented a navigator-specific axis based on this class, take a look at the DescendantAxisIterator for ideas on how to remove that dependency.
- StackedIterator() - Constructor for class org.jaxen.util.StackedIterator
-
Deprecated.
- StackedIterator(Object, Navigator) - Constructor for class org.jaxen.util.StackedIterator
-
Deprecated.
- stackSize() - Method in class org.jaxen.JaxenHandler
- star() - Method in class org.jaxen.saxpath.base.XPathLexer
- STAR - Static variable in class org.jaxen.saxpath.base.TokenTypes
- STAR_OPERATOR - Static variable in class org.jaxen.saxpath.base.TokenTypes
- startAbsoluteLocationPath() - Method in class org.jaxen.JaxenHandler
- startAbsoluteLocationPath() - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- startAbsoluteLocationPath() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startAbsoluteLocationPath() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of an absolute location path expression.
- startAdditiveExpr() - Method in class org.jaxen.JaxenHandler
- startAdditiveExpr() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startAdditiveExpr() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of an additive ('+' or '-') expression.
- startAllNodeStep(int) - Method in class org.jaxen.JaxenHandler
- startAllNodeStep(int) - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- startAllNodeStep(int) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startAllNodeStep(int) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of a node() step.
- startAndExpr() - Method in class org.jaxen.JaxenHandler
- startAndExpr() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startAndExpr() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of an 'and' expression.
- startCommentNodeStep(int) - Method in class org.jaxen.JaxenHandler
- startCommentNodeStep(int) - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- startCommentNodeStep(int) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startCommentNodeStep(int) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of a comment() step.
- startEqualityExpr() - Method in class org.jaxen.JaxenHandler
- startEqualityExpr() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startEqualityExpr() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of an equality ('=' or '!=') expression.
- startFilterExpr() - Method in class org.jaxen.JaxenHandler
- startFilterExpr() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startFilterExpr() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of a filter expression.
- startFunction(String, String) - Method in class org.jaxen.JaxenHandler
- startFunction(String, String) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startFunction(String, String) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of a function call.
- startMultiplicativeExpr() - Method in class org.jaxen.JaxenHandler
- startMultiplicativeExpr() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startMultiplicativeExpr() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of a multiplicative ('*', 'div' or 'mod') expression.
- startNameStep(int, String, String) - Method in class org.jaxen.JaxenHandler
- startNameStep(int, String, String) - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- startNameStep(int, String, String) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startNameStep(int, String, String) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of a name step.
- startOrExpr() - Method in class org.jaxen.JaxenHandler
- startOrExpr() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startOrExpr() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of an 'or' expression.
- startPathExpr() - Method in class org.jaxen.JaxenHandler
- startPathExpr() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startPathExpr() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of a path expression.
- startPredicate() - Method in class org.jaxen.JaxenHandler
- startPredicate() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startPredicate() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of a predicate.
- startProcessingInstructionNodeStep(int, String) - Method in class org.jaxen.JaxenHandler
- startProcessingInstructionNodeStep(int, String) - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- startProcessingInstructionNodeStep(int, String) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startProcessingInstructionNodeStep(int, String) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of a processing-instruction(...) step.
- startRelationalExpr() - Method in class org.jaxen.JaxenHandler
- startRelationalExpr() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startRelationalExpr() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of a relational ('<', '>', '<=', or '>=') expression.
- startRelativeLocationPath() - Method in class org.jaxen.JaxenHandler
- startRelativeLocationPath() - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- startRelativeLocationPath() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startRelativeLocationPath() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of a relative location path expression.
- StartsWithFunction - Class in org.jaxen.function
-
4.2
boolean starts-with(string,string)
- StartsWithFunction() - Constructor for class org.jaxen.function.StartsWithFunction
-
Create a new
StartsWithFunction
object. - startTextNodeStep(int) - Method in class org.jaxen.JaxenHandler
- startTextNodeStep(int) - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- startTextNodeStep(int) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startTextNodeStep(int) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of a text() step.
- startUnaryExpr() - Method in class org.jaxen.JaxenHandler
- startUnaryExpr() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startUnaryExpr() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of a unary ('+' or '-') expression.
- startUnionExpr() - Method in class org.jaxen.JaxenHandler
- startUnionExpr() - Method in class org.jaxen.pattern.PatternHandler
-
Deprecated.
- startUnionExpr() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startUnionExpr() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of a union ('|') expression.
- startXPath() - Method in class org.jaxen.JaxenHandler
- startXPath() - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- startXPath() - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of the start of an XPath expression parse.
- step() - Method in class org.jaxen.saxpath.base.XPathReader
- Step - Interface in org.jaxen.expr
-
Represents a location step in a LocationPath.
- steps - Variable in class org.jaxen.expr.DefaultLocationPath
- steps() - Method in class org.jaxen.saxpath.base.XPathReader
- StringFunction - Class in org.jaxen.function
-
4.2
string string(object)
- StringFunction() - Constructor for class org.jaxen.function.StringFunction
-
Create a new
StringFunction
object. - StringLengthFunction - Class in org.jaxen.function
-
4.2
number string-length(string)
- StringLengthFunction() - Constructor for class org.jaxen.function.StringLengthFunction
-
Create a new
StringLengthFunction
object. - stringValue(boolean) - Static method in class org.jaxen.function.StringFunction
- stringValue(double) - Static method in class org.jaxen.function.StringFunction
- stringValueOf(Object) - Method in class org.jaxen.BaseXPath
-
Retrieves the string-value of the result of evaluating this XPath expression when evaluated against the specified context.
- stringValueOf(Object) - Method in interface org.jaxen.XPath
-
Retrieve a string-value interpretation of this XPath expression when evaluated against the given context.
- SubstringAfterFunction - Class in org.jaxen.function
-
4.2
string substring-after(string,string)
- SubstringAfterFunction() - Constructor for class org.jaxen.function.SubstringAfterFunction
-
Create a new
SubstringAfterFunction
object. - SubstringBeforeFunction - Class in org.jaxen.function
-
4.2
string substring-before(string,string)
- SubstringBeforeFunction() - Constructor for class org.jaxen.function.SubstringBeforeFunction
-
Create a new
SubstringBeforeFunction
object. - SubstringFunction - Class in org.jaxen.function
-
4.2
string substring(string,number,number?)
- SubstringFunction() - Constructor for class org.jaxen.function.SubstringFunction
-
Create a new
SubstringFunction
object. - SUBTRACT - Static variable in interface org.jaxen.saxpath.Operator
-
The subtraction operator
-
- SumFunction - Class in org.jaxen.function
-
4.4
number sum(node-set)
- SumFunction() - Constructor for class org.jaxen.function.SumFunction
-
Create a new
SumFunction
object. - support - Variable in class org.jaxen.BaseXPath
-
the support information and function, namespace and variable contexts
- supportsNamedAccess(ContextSupport) - Method in class org.jaxen.expr.iter.IterableAttributeAxis
-
Does this axis support named access?
- supportsNamedAccess(ContextSupport) - Method in class org.jaxen.expr.iter.IterableAxis
-
Does this axis support named access?
- supportsNamedAccess(ContextSupport) - Method in class org.jaxen.expr.iter.IterableChildAxis
-
Does this axis support named access?
T
- TEXT_NODE - Static variable in class org.jaxen.pattern.Pattern
-
Deprecated.Matches text nodes
- TEXT_TEST - Static variable in class org.jaxen.pattern.NodeTypeTest
-
Deprecated.
- TextNodeStep - Interface in org.jaxen.expr
-
Represents the XPath node-test
text()
. - TextNodeTest - Class in org.jaxen.pattern
-
Deprecated.will be removed in Jaxen 2.0
- TextNodeTest() - Constructor for class org.jaxen.pattern.TextNodeTest
-
Deprecated.
- throwInvalidAxis(String) - Method in class org.jaxen.saxpath.base.XPathReader
- Token - Class in org.jaxen.saxpath.base
- Token(int, String, int, int) - Constructor for class org.jaxen.saxpath.base.Token
- tokenBegin - Variable in class org.jaxen.saxpath.base.Token
- tokenEnd - Variable in class org.jaxen.saxpath.base.Token
- tokens - Variable in class org.jaxen.saxpath.base.XPathReader
- tokenType - Variable in class org.jaxen.saxpath.base.Token
- TokenTypes - Class in org.jaxen.saxpath.base
- TokenTypes() - Constructor for class org.jaxen.saxpath.base.TokenTypes
- toString() - Method in class org.jaxen.BaseXPath
-
Return the original expression text.
- toString() - Method in class org.jaxen.expr.DefaultAbsoluteLocationPath
-
Deprecated.
- toString() - Method in class org.jaxen.expr.DefaultAdditiveExpr
- toString() - Method in class org.jaxen.expr.DefaultAllNodeStep
-
Deprecated.
- toString() - Method in class org.jaxen.expr.DefaultAndExpr
- toString() - Method in class org.jaxen.expr.DefaultArithExpr
- toString() - Method in class org.jaxen.expr.DefaultBinaryExpr
- toString() - Method in class org.jaxen.expr.DefaultCommentNodeStep
-
Deprecated.
- toString() - Method in class org.jaxen.expr.DefaultEqualityExpr
- toString() - Method in class org.jaxen.expr.DefaultEqualsExpr
- toString() - Method in class org.jaxen.expr.DefaultFilterExpr
-
Deprecated.
- toString() - Method in class org.jaxen.expr.DefaultFunctionCallExpr
-
Deprecated.
- toString() - Method in class org.jaxen.expr.DefaultLiteralExpr
- toString() - Method in class org.jaxen.expr.DefaultLocationPath
- toString() - Method in class org.jaxen.expr.DefaultMultiplicativeExpr
- toString() - Method in class org.jaxen.expr.DefaultNameStep
-
Deprecated.Returns a full information debugging string.
- toString() - Method in class org.jaxen.expr.DefaultNotEqualsExpr
- toString() - Method in class org.jaxen.expr.DefaultNumberExpr
- toString() - Method in class org.jaxen.expr.DefaultOrExpr
- toString() - Method in class org.jaxen.expr.DefaultPathExpr
- toString() - Method in class org.jaxen.expr.DefaultPredicate
- toString() - Method in class org.jaxen.expr.DefaultRelationalExpr
- toString() - Method in class org.jaxen.expr.DefaultRelativeLocationPath
-
Deprecated.
- toString() - Method in class org.jaxen.expr.DefaultStep
-
Deprecated.
- toString() - Method in class org.jaxen.expr.DefaultTruthExpr
- toString() - Method in class org.jaxen.expr.DefaultUnaryExpr
- toString() - Method in class org.jaxen.expr.DefaultUnionExpr
-
Deprecated.
- toString() - Method in class org.jaxen.expr.DefaultVariableReferenceExpr
- toString() - Method in class org.jaxen.expr.DefaultXPathExpr
-
Deprecated.
- toString() - Method in class org.jaxen.jdom.XPathNamespace
- toString() - Method in class org.jaxen.pattern.LocationPathPattern
-
Deprecated.
- toString() - Method in class org.jaxen.pattern.NamespaceTest
-
Deprecated.
- toString() - Method in class org.jaxen.pattern.NameTest
-
Deprecated.
- toString() - Method in class org.jaxen.pattern.NodeTypeTest
-
Deprecated.
- toString() - Method in class org.jaxen.pattern.UnionPattern
-
Deprecated.
- toString() - Method in class org.jaxen.saxpath.base.Token
- toString() - Method in exception class org.jaxen.saxpath.XPathSyntaxException
- toUnicodeCharacters(String) - Static method in class org.jaxen.function.TranslateFunction
- TRACE - Static variable in class org.jaxen.pattern.PatternParser
-
Deprecated.
- TranslateFunction - Class in org.jaxen.function
-
4.2
string translate(string,string,string)
- TranslateFunction() - Constructor for class org.jaxen.function.TranslateFunction
-
Create a new
TranslateFunction
object. - translateNamespacePrefixToUri(String) - Method in class org.jaxen.Context
-
Translate a namespace prefix to its URI.
- translateNamespacePrefixToUri(String) - Method in class org.jaxen.ContextSupport
-
Translate a namespace prefix to its URI.
- translateNamespacePrefixToUri(String) - Method in interface org.jaxen.NamespaceContext
-
Translate the provided namespace prefix into the matching bound namespace URI.
- translateNamespacePrefixToUri(String) - Method in class org.jaxen.SimpleNamespaceContext
- translateNamespacePrefixToUri(String, Object) - Method in class org.jaxen.DefaultNavigator
- translateNamespacePrefixToUri(String, Object) - Method in class org.jaxen.dom.DocumentNavigator
-
Translate a namespace prefix to a URI.
- translateNamespacePrefixToUri(String, Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- translateNamespacePrefixToUri(String, Object) - Method in class org.jaxen.javabean.DocumentNavigator
- translateNamespacePrefixToUri(String, Object) - Method in class org.jaxen.jdom.DocumentNavigator
- translateNamespacePrefixToUri(String, Object) - Method in interface org.jaxen.Navigator
-
Translate a namespace prefix to a namespace URI, possibly considering a particular element node.
- TrueFunction - Class in org.jaxen.function
-
4.3
boolean true()
- TrueFunction() - Constructor for class org.jaxen.function.TrueFunction
-
Create a new
TrueFunction
object.
U
- unaryExpr() - Method in class org.jaxen.saxpath.base.XPathReader
- UnaryExpr - Interface in org.jaxen.expr
-
Represents an XPath unary expression such as
-78
. - unicodeSubstring(String, int, int) - Static method in class org.jaxen.function.SubstringFunction
- unionExpr() - Method in class org.jaxen.saxpath.base.XPathReader
- UnionExpr - Interface in org.jaxen.expr
-
Represents an XPath union expression.
- UnionPattern - Class in org.jaxen.pattern
-
Deprecated.will be removed in Jaxen 2.0
- UnionPattern() - Constructor for class org.jaxen.pattern.UnionPattern
-
Deprecated.
- UnionPattern(Pattern, Pattern) - Constructor for class org.jaxen.pattern.UnionPattern
-
Deprecated.
- UNKNOWN_NODE - Static variable in class org.jaxen.pattern.Pattern
-
Deprecated.Does not match any valid node
- UnresolvableException - Exception Class in org.jaxen
-
Thrown 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 class org.jaxen.UnresolvableException
-
Create a new UnresolvableException.
- UnsupportedAxisException - Exception Class in org.jaxen
-
Indicates attempt to evaluate an XPath axis that is unsupported by the current object-model.
- UnsupportedAxisException(String) - Constructor for exception class org.jaxen.UnsupportedAxisException
-
Create a new UnsupportedAxisException.
- UpperFunction - Class in org.jaxen.function.ext
-
string upper-case(string)
This function can take a second parameter of theLocale
to use for the String conversion. - UpperFunction() - Constructor for class org.jaxen.function.ext.UpperFunction
- USE_HANDLER - Static variable in class org.jaxen.pattern.PatternParser
-
Deprecated.
- userData - Variable in class org.jaxen.dom.NamespaceNode
V
- value - Variable in class org.jaxen.dom.NamespaceNode
- value - Variable in class org.jaxen.expr.iter.IterableAxis
-
The axis type
- value() - Method in class org.jaxen.expr.iter.IterableAxis
-
Gets the axis value.
- valueOf(Object) - Method in class org.jaxen.BaseXPath
-
Deprecated.replaced by
stringValueOf(java.lang.Object)
- valueOf(Object) - Method in interface org.jaxen.XPath
-
Deprecated.use
XPath.stringValueOf(Object)
instead - variableContext - Variable in class org.jaxen.ContextSupport
-
Variable context.
- VariableContext - Interface in org.jaxen
-
Resolves variable bindings within an XPath expression.
- variableReference() - Method in class org.jaxen.saxpath.base.XPathReader
- variableReference(String, String) - Method in class org.jaxen.JaxenHandler
- variableReference(String, String) - Method in class org.jaxen.saxpath.helpers.DefaultXPathHandler
- variableReference(String, String) - Method in interface org.jaxen.saxpath.XPathHandler
-
Receive notification of a variable-reference expression.
- VariableReferenceExpr - Interface in org.jaxen.expr
-
Represents an XPath variable reference.
- variables - Variable in class org.jaxen.SimpleVariableContext
-
Table of variable bindings.
- Verifier - Class in org.jaxen.saxpath.base
-
A utility class to handle well-formedness checks on names.
- Verifier() - Constructor for class org.jaxen.saxpath.base.Verifier
W
- whitespace() - Method in class org.jaxen.saxpath.base.XPathLexer
X
- XMLNS_URI - Static variable in class org.jaxen.function.LangFunction
- xpath - Variable in class org.jaxen.BaseXPath
-
the parsed form of the XPath expression
- xpath - Variable in class org.jaxen.JaxenHandler
- xpath - Variable in class org.jaxen.saxpath.base.XPathLexer
- xpath - Variable in exception class org.jaxen.saxpath.XPathSyntaxException
- xpath - Variable in exception class org.jaxen.XPathSyntaxException
-
The textual XPath expression
- XPath - Interface in org.jaxen
-
Represents an XPath 1.0 expression which can be evaluated against a variety of different XML object models.
- XPathExpr - Interface in org.jaxen.expr
-
A wrapper around an XPath expression.
- xpathFactory - Variable in class org.jaxen.JaxenHandler
- XPathFactory - Interface in org.jaxen.expr
-
An abstract factory used to create individual path component objects.
- XPathFunctionContext - Class in org.jaxen
-
A
FunctionContext
implementing the core XPath function library, plus Jaxen extensions. - XPathFunctionContext() - Constructor for class org.jaxen.XPathFunctionContext
-
Create a new XPath function context.
- XPathFunctionContext(boolean) - Constructor for class org.jaxen.XPathFunctionContext
-
Create a new XPath function context.
- XPathHandler - Interface in org.jaxen.saxpath
-
Interface for event-based XPath parsing.
- XPathLexer - Class in org.jaxen.saxpath.base
- XPathLexer(String) - Constructor for class org.jaxen.saxpath.base.XPathLexer
- XPathNamespace - Class in org.jaxen.jdom
-
Wrapper for JDOM namespace nodes to give them a parent, as required by the XPath data model.
- XPathNamespace(Element, Namespace) - Constructor for class org.jaxen.jdom.XPathNamespace
-
Creates a namespace-node wrapper for a namespace node that is assigned to the given JDOM element.
- XPathNamespace(Namespace) - Constructor for class org.jaxen.jdom.XPathNamespace
-
Creates a namespace-node wrapper for a namespace node that hasn't been assigned to an element yet.
- XPathReader - Class in org.jaxen.saxpath.base
-
Implementation of SAXPath's
XPathReader
which generates callbacks to anXPathHandler
. - XPathReader - Interface in org.jaxen.saxpath
-
Interface for readers which can parse textual XPath expressions, and produce callbacks to
XPathHandler
objects. - XPathReader() - Constructor for class org.jaxen.saxpath.base.XPathReader
-
Create a new
XPathReader
with a do-nothingXPathHandler
. - XPathReaderFactory - Class in org.jaxen.saxpath.helpers
-
Create an
XPathReader
from either a system property, or a named class. - XPathReaderFactory() - Constructor for class org.jaxen.saxpath.helpers.XPathReaderFactory
- XPathSyntaxException - Exception Class in org.jaxen.saxpath
-
Represents a syntax error in an XPath expression.
- XPathSyntaxException - Exception Class in org.jaxen
-
Indicates an error during parsing of an XPath expression.
- XPathSyntaxException(String, int, String) - Constructor for exception class org.jaxen.saxpath.XPathSyntaxException
-
Creates a new XPathSyntaxException.
- XPathSyntaxException(String, int, String) - Constructor for exception class org.jaxen.XPathSyntaxException
-
Constructor
- XPathSyntaxException(XPathSyntaxException) - Constructor for exception class org.jaxen.XPathSyntaxException
-
Create a new XPathSyntaxException wrapping an existing
org.jaxen.saxpath.XPathSyntaxException
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form