|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
+
node().ancestor axis
ancestor-or-self axis
ancestor axis.ancestor-or-self axis.ancestor-or-self axis iterator.
AnyChildNodeTest matches any child node.AnyNodeTest matches any node.Double, String,
or Boolean.
attribute axis
boolean boolean(object)BooleanFunction object.
Boolean
args contains string-value of the second
item; false otherwise.
Boolean.FALSE
args.get(0),
as determined by the nearest xml:lang attribute in scope.
args
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
args.get(0) is false, and Boolean.FALSE otherwise.
args.get(0),
or the number value of the context node if args
is empty.
args
starts with the string-value of the second item in args.
args.get(0)
or of the context node if args is empty.
args
that follows the string-value of the second item in args;
or the empty string if the second string is not a substring of the first string.
args
that comes before the string-value of the second item in args;
or the empty string if the second string is not a substring of the first string.
Boolean.TRUE
number ceiling(number)
- CeilingFunction() - Constructor for class org.jaxen.function.CeilingFunction
- Create a new
CeilingFunctionobject.- CHILD - Static variable in class org.jaxen.saxpath.Axis
- The
childaxis- cloneNode(boolean) - Method in class org.jaxen.dom.NamespaceNode
- Create a copy of this node.
- COMMENT_NODE - Static variable in class org.jaxen.pattern.Pattern
- Matches comment nodes
- COMMENT_TEST - Static variable in class org.jaxen.pattern.NodeTypeTest
- CommentNodeStep - Interface in org.jaxen.expr
- Represents the XPath node-test
comment().- compareDocumentPosition(Node) - Method in class org.jaxen.dom.NamespaceNode
- Compare relative position of this node to another nbode.
- ConcatFunction - Class in org.jaxen.function
- 4.2
string concat(string,string,string*)- ConcatFunction() - Constructor for class org.jaxen.function.ConcatFunction
- Create a new
ConcatFunctionobject.- ContainsFunction - Class in org.jaxen.function
- 4.2
boolean contains(string,string)- ContainsFunction() - Constructor for class org.jaxen.function.ContainsFunction
- Create a new
ContainsFunctionobject.- 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.
- 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
- 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.
- CountFunction - Class in org.jaxen.function
- 4.1
number count(node-set)- CountFunction() - Constructor for class org.jaxen.function.CountFunction
- Create a new
CountFunctionobject.- 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.
- 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(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
XPathExprfrom anExpr.
Navigator.descendant axis
descendant-or-self axis
descendant axis.descendant axis iterator.
descendant-or-self axis.desscendant-or-self axis iterator.
div.
DOMXPath from an XPath expression string.
boolean ends-with(string,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.
node-set evaluate(string)boolean false()FalseFunction object.
number floor(number)FloorFunction object.
following axis
following-sibling axis
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 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.
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.
UnsupportedAxisException
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.
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.