|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
ancestor axis
ancestor-or-self axis
AnyChildNodeTest matches any child node.AnyNodeTest matches any node.attribute axis
boolean boolean(object)number ceiling(number)child axis
string concat(string,string,string*)boolean contains(string,string)ContextSupport.
number count(node-set)FunctionContext.
NamespaceContext.
XPathReader using the value of
the org.saxpath.driver system property.
XPathReader using the passed
in class name.
VariableContext.
Navigator.descendant axis
descendant-or-self axis
org.saxpath.driver property name.
boolean ends-with(string,string)node-set evaluate(string)boolean false()number floor(number)following axis
following-sibling axis
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 matching the attribute
xpath axis.
UnsupportedAxisException
Iterator matching the child
xpath axis.
Context wrapper for the provided
implementation-specific object.
ContextSupport aggregation of
NamespaceContext, FunctionContext,
VariableContext, and Navigator.
Iterator matching the descendant
xpath axis.
Iterator matching the
descendant-or-self xpath axis.
UnsupportedAxisException
Iterator matching the following
xpath axis.
UnsupportedAxisException
Iterator matching the
following-sibling xpath axis.
Function implementation object
based on the namespace uri and local name of the function-call
expression.
FunctionContext used by this XPath
expression.
FunctionContext used by this XPath
expression.
UnsupportedAxisException
Iterator matching the namespace
xpath axis.
NamespaceContext used by this XPath
expression.
NamespaceContext used by this XPath
expression.
Navigator
for us in evaluating this XPath expression.
Navigator
for us in evaluating this XPath expression.
UnsupportedAxisException
Iterator matching the parent xpath axis.
UnsupportedAxisException
Iterator matching the preceding xpath axis.
UnsupportedAxisException
Iterator matching the
preceding-sibling xpath axis.
Iterator matching the self xpath
axis.
VariableContext used by this XPath
expression.
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)XPathHandler implementation capable
of building Jaxen expression trees which can walk various
different object models.number last()string local-name(node-set?- LocalNameFunction() -
Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.LocalNameFunction
-
- LocationPath - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
-
- LocationPathPattern - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
LocationPathPattern matches any node using a
location path such as A/B/C.- LocationPathPattern() -
Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
-
- LocationPathPattern(NodeTest) -
Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.LocationPathPattern
-
- lookup(int) -
Static method in class org.xmlpull.v1.builder.xpath.saxpath.Axis
-
- lookup(String) -
Static method in class org.xmlpull.v1.builder.xpath.saxpath.Axis
-
- LowerFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function.ext
string lower-case(string)
This function can take a second parameter of the
Locale to use for the String conversion.- LowerFunction() -
Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.ext.LowerFunction
-
boolean matrix-concat(nodeSet,nodeSet,nodeSet*)string name(node-set?- NameFunction() -
Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.NameFunction
-
- NAMESPACE -
Static variable in class org.xmlpull.v1.builder.xpath.saxpath.Axis
- The
namespace axis
- NAMESPACE_NODE -
Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
- Matchs a Namespace Node - NOTE this differs from DOM
- NAMESPACE_TEST -
Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
-
- NamespaceContext - Interface in org.xmlpull.v1.builder.xpath.jaxen
- Resolves namespace prefixes to namespace URIs.
- NamespaceTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
NamespaceTest tests for a given namespace URI.- NamespaceTest(String, short) -
Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.NamespaceTest
-
- NamespaceUriFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
- 4.1
string namespace-uri(node-set?- NamespaceUriFunction() -
Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.NamespaceUriFunction
-
- NameTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
NameTest tests for a node name.- NameTest(String, short) -
Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.NameTest
-
- navigationStep(Step) -
Static method in class org.xmlpull.v1.builder.xpath.jaxen.pattern.PatternParser
-
- Navigator - Interface in org.xmlpull.v1.builder.xpath.jaxen
- Interface for navigating around an arbitrary object
model, using xpath semantics.
- NEGATIVE -
Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
-
- next() -
Method in class org.xmlpull.v1.builder.xpath.jaxen.util.FollowingAxisIterator
-
- next() -
Method in class org.xmlpull.v1.builder.xpath.jaxen.util.FollowingSiblingAxisIterator
-
- next() -
Method in class org.xmlpull.v1.builder.xpath.jaxen.util.LinkedIterator
-
- next() -
Method in class org.xmlpull.v1.builder.xpath.jaxen.util.PrecedingAxisIterator
-
- next() -
Method in class org.xmlpull.v1.builder.xpath.jaxen.util.PrecedingSiblingAxisIterator
-
- next() -
Method in class org.xmlpull.v1.builder.xpath.jaxen.util.SelfAxisIterator
-
- next() -
Method in class org.xmlpull.v1.builder.xpath.jaxen.util.SingleObjectIterator
-
- next() -
Method in class org.xmlpull.v1.builder.xpath.jaxen.util.StackedIterator
-
- nextElement() -
Method in class org.xmlpull.v1.builder.xpath.jaxen.function.ext.MatrixConcatFunction.MatrixEnum
-
- NO_NODE -
Static variable in class org.xmlpull.v1.builder.xpath.jaxen.pattern.Pattern
- Matches no nodes
- NO_OP -
Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
-
- NodeTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
NodeTest is a simple test on a node.- NodeTest() -
Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTest
-
- NodeTypeTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
NodeTypeTest matches if the node is of a certain type
such as element, attribute, comment, text, processing instruction and so forth.- NodeTypeTest(short) -
Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.NodeTypeTest
-
- NoNodeTest - Class in org.xmlpull.v1.builder.xpath.jaxen.pattern
NoNodeTest matches no nodes.- NoNodeTest() -
Constructor for class org.xmlpull.v1.builder.xpath.jaxen.pattern.NoNodeTest
-
- NormalizeSpaceFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
- 4.2
string normalize-space(string) - NormalizeSpaceFunction() -
Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.NormalizeSpaceFunction
-
- NOT_EQUALS -
Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
-
- NotFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
- 4.3
boolean not(boolean) - NotFunction() -
Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.NotFunction
-
- number(int) -
Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- number(double) -
Method in class org.xmlpull.v1.builder.xpath.jaxen.JaxenHandler
-
- number(int) -
Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- number(double) -
Method in class org.xmlpull.v1.builder.xpath.saxpath.conformance.ConformanceXPathHandler
-
- number(int) -
Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
- Receive notification of a number expression.
- number(double) -
Method in interface org.xmlpull.v1.builder.xpath.saxpath.XPathHandler
- Receive notification of a number expression.
- NumberExpr - Interface in org.xmlpull.v1.builder.xpath.jaxen.expr
-
- NumberFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
- 4.4
number number(object) - NumberFunction() -
Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.NumberFunction
-
- numberValueOf(Object) -
Method in class org.xmlpull.v1.builder.xpath.jaxen.BaseXPath
- Retrieve a number-value interpretation of this XPath
expression when evaluated against a given context.
- numberValueOf(Object) -
Method in interface org.xmlpull.v1.builder.xpath.jaxen.XPath
- Retrieve a number-value interpretation of this XPath
expression when evaluated against a given context.
parent axis
XPathHandler.
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()preceding axis
preceding-sibling axis
number round(number)XPathHandler.self axis
FunctionContext for use with this XPath
expression.
FunctionContext for use with this XPath
expression.
NamespaceContext for use with this
XPath expression.
NamespaceContext for use with this
XPath expression.
VariableContext for use with this XPath
expression.
VariableContext for use with this XPath
expression.
XPathFactory to use
during the parse to construct the XPath expression tree.
XPathHandler to receive
event callbacks during the parse.
FunctionContext.VariableContext.boolean starts-with(string,string)string string(object)number string-length(string)string substring-after(string,string)string substring-before(string,string)string substring(string,number,number?- SubstringFunction() -
Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.SubstringFunction
-
- SUBTRACT -
Static variable in interface org.xmlpull.v1.builder.xpath.saxpath.Operator
-
- SumFunction - Class in org.xmlpull.v1.builder.xpath.jaxen.function
- 4.4
number sum(node-set) - SumFunction() -
Constructor for class org.xmlpull.v1.builder.xpath.jaxen.function.SumFunction
-
TextNodeTest matches any text node.string translate(string,string,string)
The translation is done thru a HashMap.boolean true()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.instead
FunctionContext implementing the core XPath
function library, with extensions.XPathReader which
generates callbacks to an XPathHandler.XPathHandler objects.org.saxpath.XPathReader from
either a system property, or a named class.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||