|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
+
ancestor
axis
ancestor-or-self
axis
attribute
axis
node()
.ancestor
axis.ancestor-or-self
axis.ancestor-or-self
axis iterator.
AnyChildNodeTest
matches any child node.AnyNodeTest
matches any node.Double
, String
,
or Boolean
.
boolean boolean(object)
BooleanFunction
object.
child
axis
number ceiling(number)
- CeilingFunction() - Constructor for class org.jaxen.function.CeilingFunction
- Create a new
CeilingFunction
object.- CommentNodeStep - interface org.jaxen.expr.CommentNodeStep.
- Represents the XPath node-test
comment()
.- ConcatFunction - class org.jaxen.function.ConcatFunction.
- 4.2
string concat(string,string,string*)
- ConcatFunction() - Constructor for class org.jaxen.function.ConcatFunction
- Create a new
ConcatFunction
object.- ContainsFunction - class org.jaxen.function.ContainsFunction.
- 4.2
boolean contains(string,string)
- ContainsFunction() - Constructor for class org.jaxen.function.ContainsFunction
- Create a new
ContainsFunction
object.- Context - class org.jaxen.Context.
- 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.
- ContextSupport - class org.jaxen.ContextSupport.
- 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.
- CountFunction - class org.jaxen.function.CountFunction.
- 4.1
number count(node-set)
- CountFunction() - Constructor for class org.jaxen.function.CountFunction
- Create a new
CountFunction
object.- call(Context, List) - Method in interface org.jaxen.Function
- Evaluate this function.
- call(Context, List) - Method in class org.jaxen.function.BooleanFunction
- Convert the argument to a
Boolean
- 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.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.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.xslt.DocumentFunction
- canPop() - Method in class org.jaxen.JaxenHandler
- cloneNode(boolean) - Method in class org.jaxen.dom.NamespaceNode
- Create a copy of this node.
- compareDocumentPosition(Node) - Method in class org.jaxen.dom.NamespaceNode
- Compare relative position of this node to another nbode.
- convertDefaultStep(LocationPathPattern, DefaultStep) - Static method in class org.jaxen.pattern.PatternParser
- convertExpr(Expr) - Static method in class org.jaxen.pattern.PatternParser
- convertExpr(LocationPath) - Static method in class org.jaxen.pattern.PatternParser
- convertStep(LocationPathPattern, Step) - Static method in class org.jaxen.pattern.PatternParser
- convertToIterator(Object) - Static method in class org.jaxen.expr.DefaultExpr
- Deprecated.
- convertToList(Object) - Static method in class org.jaxen.expr.DefaultExpr
- Deprecated.
- 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
- 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.- 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.
- 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.
- createNamespaceContext() - Method in class org.jaxen.BaseXPath
- Create a default
NamespaceContext
.- createNumberExpr(int) - Method in class org.jaxen.expr.DefaultXPathFactory
- createNumberExpr(double) - Method in class org.jaxen.expr.DefaultXPathFactory
- createNumberExpr(int) - Method in interface org.jaxen.expr.XPathFactory
- Create a number expression.
- createNumberExpr(double) - 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.- 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
- 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
.
descendant
axis
descendant-or-self
axis
div
.
DOMXPath
from an XPath expression string.
Navigator
.descendant
axis.descendant
axis iterator.
descendant-or-self
axis.desscendant-or-self
axis iterator.
=
.
boolean ends-with(string,string)
node-set evaluate(string)
obj
to a Boolean
according to the following rules:
list.get(0)
list.get(0)
list.get(0)
strArg
after removing
all leading and trailing white space, and
replacing each other sequence of whitespace by a single space.
Boolean.TRUE
if the boolean value of
obj
is false, and Boolean.FALSE
otherwise.
obj
.
strArg
starts with the string-value of matchArg
.
obj
.
strArg
that follows the first occurence
of matchArg
; or the empty string if the
strArg
does not contain matchArg
strArg
that precedes the first occurence
of matchArg
; or the empty string if the
strArg
does not contain matchArg
strArg
in which
characters found in fromArg
are replaced by
corresponding characters from toArg
.
following
axis
following-sibling
axis
boolean false()
FalseFunction
object.
number floor(number)
FloorFunction
object.
following
axis.following
axis iterator.
following-sibling
axis.following-sibling
axis iterator.
>
>=
Iterator
matching the ancestor
XPath axis.
Iterator
matching the
ancestor-or-self
XPath axis.
UnsupportedAxisException
.
Iterator
that returns the attribute
XPath axis where the names of the attributes match the supplied name
and optional namespace.
Iterator
matching the attribute
XPath axis.
Iterator
over the attribute elements that
match the supplied name.
Iterator
over the attribute elements that
match the supplied name.
Iterator
over the attribute elements that
match the supplied name.
UnsupportedAxisException
Iterator
that returns the child
XPath axis where the names of the children match the supplied name
and optional namespace.
Iterator
matching the child
XPath axis.
Iterator
over the child elements that
match the supplied name.
Iterator
over the child elements that
match the supplied name.
Iterator
over the child elements that
match the supplied local name and namespace URI.
Context
wrapper for the provided
implementation-specific object.
ContextSupport
aggregation of
NamespaceContext
, FunctionContext
,
VariableContext
, and Navigator
.
ContextSupport
.
Iterator
matching the descendant
XPath axis.
Iterator
matching the
descendant-or-self
XPath axis.
Iterator
matching the following
XPath axis.
Iterator
matching the
following-sibling
XPath axis.
Function
.
Function
.
Function
implementation object
based on the namespace URI and local name of the function-call
expression.
FunctionContext
used by this XPath
expression.
FunctionContext
.
FunctionContext
used by this XPath
expression.
DocumentNavigator
.
DocumentNavigator
.
UnsupportedAxisException
.
Iterator
matching the namespace
XPath axis.
NamespaceContext
used by this XPath
expression.
NamespaceContext
.
NamespaceContext
used by this XPath
expression.
Navigator
for us in evaluating this XPath expression.
Navigator
.
Navigator
.
Navigator
used to evaluate this XPath expression.
SAXPathException.getCause()
java.lang.Double
representing the number.
UnsupportedAxisException
Iterator
matching the parent
XPath axis.
Iterator
matching the preceding
XPath axis.
Iterator
matching the
preceding-sibling
XPath axis.
Iterator
matching the self
XPath
axis.
String
containing the XPath expression.
VariableContext
used by this XPath
expression.
VariableContext
.
VariableContext
used by this XPath
expression.
XPathFactory
used
during the parse to construct the XPath expression tree.
XPathHandler
which receives the event callbacks.
node-set id(object)
IdFunction
object.
XPathHandler
implementation capable
of building Jaxen expression trees which can walk various
different object models.<
<=
boolean lang(string)
LangFunction
object.
number last()
LastFunction
object.
string local-name(node-set?)
LocalNameFunction
object.
//foo/bar
or pre:baz[position()=last()]
.LocationPathPattern
matches any node using a
location path such as A/B/C.string lower-case(string)
This function can take a second parameter of the
Locale
to use for the String conversion.mod
.
*
namespace
axis
-
!=
string name(node-set?)
NameFunction
object.
para
or
svg:rect
.NameTest
tests for a node name.NamespaceTest
tests for a given namespace URI.string namespace-uri(node-set?)
NamespaceUriFunction
object.
NoNodeTest
matches no nodes.NodeTest
is a simple test on a node.NodeTypeTest
matches if the node is of a certain type
such as element, attribute, comment, text, processing instruction and so forth.string normalize-space(string)
NormalizeSpaceFunction
object.
boolean not(boolean)
NotFunction
object.
number number(object)
- NumberFunction() - Constructor for class org.jaxen.function.NumberFunction
- Create a new
NumberFunction
object.- 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.
- navigationStep(Step) - Static method in class org.jaxen.pattern.PatternParser
- 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.
- normalize() - Method in class org.jaxen.dom.NamespaceNode
- Normalize the text descendants of this node.
- number(int) - Method in class org.jaxen.JaxenHandler
- number(double) - Method in class org.jaxen.JaxenHandler
- number(int) - Method in interface org.jaxen.saxpath.XPathHandler
- Receive notification of a number expression.
- number(double) - Method in interface org.jaxen.saxpath.XPathHandler
- Receive notification of a number expression.
- 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.
parent
axis
preceding
axis
preceding-sibling
axis
Pattern
defines the behaviour for pattern in
the XSLT processing model.XPathHandler
implementation capable
of building Jaxen expression trees which can walk various
different object models.PatternParser
is a helper class for parsing
XSLT patternsnumber position()
PositionFunction
object.
preceding
axis.preceding
axis iterator.
preceding-sibling
axis.preceding-sibling
axis iterator.
[position() = last()]
.processing-instruction()
.XPathHandler
.
count(//p) > count(//div)
.number round(number)
RoundFunction
object.
XPathHandler
.self
axis
-
self
axis.self
axis iterator.
FunctionContext
.VariableContext
.boolean starts-with(string,string)
StartsWithFunction
object.
string string(object)
StringFunction
object.
number string-length(string)
StringLengthFunction
object.
string substring-after(string,string)
SubstringAfterFunction
object.
string substring-before(string,string)
SubstringBeforeFunction
object.
string substring(string,number,number?)
SubstringFunction
object.
number sum(node-set)
SumFunction
object.
ContextSupport
.
FunctionContext
for use with this XPath
expression.
FunctionContext
.
FunctionContext
for this XPath
expression.
NamespaceContext
for use with this
XPath expression.
NamespaceContext
.
NamespaceContext
for this
XPath expression.
VariableContext
for use with this XPath
expression.
VariableContext
.
VariableContext
for this XPath
expression.
XPathFactory
that constructs
the XPath expression tree during the parse.
XPathHandler
to receive
event callbacks during the parse.
text()
.TextNodeTest
matches any text node.string translate(string,string,string)
TranslateFunction
object.
boolean true()
TrueFunction
object.
-78
.UnionPattern
represents a union pattern.string upper-case(string)
This function can take a second parameter of the
Locale
to use for the String conversion.BaseXPath.stringValueOf(java.lang.Object)
XPath.stringValueOf(Object)
instead
FunctionContext
implementing the core XPath
function library, plus Jaxen extensions.XPathHandler
objects.org.jaxen.saxpath.XPathSyntaxException
.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |