|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
+
ancestor axis
ancestor-or-self axis
attribute axis
AnyChildNodeTest matches any child node.AnyNodeTest matches any node.boolean boolean(object)
BooleanFunction object.
child axis
number ceiling(number)
- CeilingFunction() - Constructor for class org.jaxen.function.CeilingFunction
- Create a new
CeilingFunctionobject.- CommentNodeStep - interface org.jaxen.expr.CommentNodeStep.
- ConcatFunction - class org.jaxen.function.ConcatFunction.
- 4.2
string concat(string,string,string*)- ConcatFunction() - Constructor for class org.jaxen.function.ConcatFunction
- Create a new
ConcatFunctionobject.- ContainsFunction - class org.jaxen.function.ContainsFunction.
- 4.2
boolean contains(string,string)- ContainsFunction() - Constructor for class org.jaxen.function.ContainsFunction
- Create a new
ContainsFunctionobject.- 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
- Construct.
- CountFunction - class org.jaxen.function.CountFunction.
- 4.1
number count(node-set)- CountFunction() - Constructor for class org.jaxen.function.CountFunction
- Create a new
CountFunctionobject.- 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
argscontains 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:langattribute 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
argsafter 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.TRUEif the boolean value ofargs.get(0)is false, andBoolean.FALSEotherwise.- 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 ifargsis 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
argsstarts 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 if ,code>args 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
argsthat 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
argsthat 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.MatrixConcatFunction
- 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
- 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
- createAllNodeStep(int) - Method in class org.jaxen.expr.DefaultXPathFactory
- createAllNodeStep(int) - Method in interface org.jaxen.expr.XPathFactory
- createAndExpr(Expr, Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
- createAndExpr(Expr, Expr) - Method in interface org.jaxen.expr.XPathFactory
- createCommentNodeStep(int) - Method in class org.jaxen.expr.DefaultXPathFactory
- createCommentNodeStep(int) - Method in interface org.jaxen.expr.XPathFactory
- createEqualityExpr(Expr, Expr, int) - Method in class org.jaxen.expr.DefaultXPathFactory
- createEqualityExpr(Expr, Expr, int) - Method in interface org.jaxen.expr.XPathFactory
- createFilterExpr(Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
- createFilterExpr(Expr) - Method in interface org.jaxen.expr.XPathFactory
- createFunctionCallExpr(String, String) - Method in class org.jaxen.expr.DefaultXPathFactory
- createFunctionCallExpr(String, String) - Method in interface org.jaxen.expr.XPathFactory
- 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
- createMultiplicativeExpr(Expr, Expr, int) - Method in class org.jaxen.expr.DefaultXPathFactory
- createMultiplicativeExpr(Expr, Expr, int) - Method in interface org.jaxen.expr.XPathFactory
- createNameStep(int, String, String) - Method in class org.jaxen.expr.DefaultXPathFactory
- createNameStep(int, String, String) - Method in interface org.jaxen.expr.XPathFactory
- 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
- createNumberExpr(double) - Method in interface org.jaxen.expr.XPathFactory
- createOrExpr(Expr, Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
- createOrExpr(Expr, Expr) - Method in interface org.jaxen.expr.XPathFactory
- createPathExpr(FilterExpr, LocationPath) - Method in class org.jaxen.expr.DefaultXPathFactory
- createPathExpr(FilterExpr, LocationPath) - Method in interface org.jaxen.expr.XPathFactory
- createPredicate(Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
- createPredicate(Expr) - Method in interface org.jaxen.expr.XPathFactory
- createPredicateSet() - Method in class org.jaxen.expr.DefaultXPathFactory
- createPredicateSet() - Method in interface org.jaxen.expr.XPathFactory
- createProcessingInstructionNodeStep(int, String) - Method in class org.jaxen.expr.DefaultXPathFactory
- createProcessingInstructionNodeStep(int, String) - Method in interface org.jaxen.expr.XPathFactory
- createRelationalExpr(Expr, Expr, int) - Method in class org.jaxen.expr.DefaultXPathFactory
- createRelationalExpr(Expr, Expr, int) - Method in interface org.jaxen.expr.XPathFactory
- createRelativeLocationPath() - Method in class org.jaxen.expr.DefaultXPathFactory
- createRelativeLocationPath() - Method in interface org.jaxen.expr.XPathFactory
- 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
- createUnaryExpr(Expr, int) - Method in class org.jaxen.expr.DefaultXPathFactory
- createUnaryExpr(Expr, int) - Method in interface org.jaxen.expr.XPathFactory
- createUnionExpr(Expr, Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
- createUnionExpr(Expr, Expr) - Method in interface org.jaxen.expr.XPathFactory
- 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
- createXPath(Expr) - Method in class org.jaxen.expr.DefaultXPathFactory
- createXPath(Expr) - Method in interface org.jaxen.expr.XPathFactory
descendant axis
descendant-or-self axis
div.
DOMXPath from an XPath expression string.
Navigator.=.
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.
FunctionCallException is thrown if an exception
occurs during the evaluation of a function.>
>=
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 name.
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()
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.
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.
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.
*
boolean matrix-concat(nodeSet,nodeSet,nodeSet*)namespace axis
-
!=
string name(node-set?) NameFunction object.
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
NumberFunctionobject.- 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
- next() - Method in class org.jaxen.util.DescendantAxisIterator
- next() - Method in class org.jaxen.util.FollowingAxisIterator
- next() - Method in class org.jaxen.util.FollowingSiblingAxisIterator
- next() - Method in class org.jaxen.util.LinkedIterator
- Deprecated.
- next() - Method in class org.jaxen.util.PrecedingAxisIterator
- next() - Method in class org.jaxen.util.PrecedingSiblingAxisIterator
- next() - Method in class org.jaxen.util.SingleObjectIterator
- next() - Method in class org.jaxen.util.StackedIterator
- Deprecated.
- nextElement() - Method in class org.jaxen.function.ext.MatrixConcatFunction.MatrixEnum
- 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.
XPathHandler.
number round(number) RoundFunction object.
XPathHandler.self axis
-
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 to use
during the parse to construct the XPath expression tree.
XPathHandler to receive
event callbacks during the parse.
TextNodeTest matches any text node.string translate(string,string,string)
TranslateFunction object.
boolean true()TrueFunction object.
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 | ||||||||||