Uses of Class
org.jaxen.Context
Packages that use Context
Package
Description
This package defines the core Jaxen API to the XPath engine.
Interfaces and default implementations for
XPath expression components.
Standard XPath function library.
Extension functions to the standard XPath function library.
XPath functions which are defined in XSLT.
Navigation for JavaBeans.
Defines XSLT Pattern objects.
-
Uses of Context in org.jaxen
Modifier and TypeMethodDescriptionContext.duplicate()
Create a type-safe shallow copy.protected Context
BaseXPath.getContext
(Object node) Create aContext
wrapper for the provided implementation-specific object.Modifier and TypeMethodDescriptionEvaluate this function.protected List
BaseXPath.selectNodesForContext
(Context context) Select all nodes that match this XPath expression on the given Context object.protected Object
BaseXPath.selectSingleNodeForContext
(Context context) Return only the first node that is selected by this XPath expression. -
Uses of Context in org.jaxen.expr
Methods in org.jaxen.expr with parameters of type ContextModifier and TypeMethodDescriptionboolean
Deprecated.Returns true if the current filter matches at least one of the context nodesboolean
Evaluates the filter expression on the current context and returns true if at least one node matches.Deprecated.Evaluates the expression and returns a list cintaing the resulting nodes, or a singleton list containing aDouble
,String
, orBoolean
.Deprecated.Deprecated.Deprecated.Deprecated.Evaluate the context node set to find the new node set.Deprecated.Deprecated.Evaluate the expression in the given context, and return the result.Evaluates this predicate's expression and returns the result.For each node in the given context calls matches() for every node on the axis, then filters the result by each of the predicates.DefaultFunctionCallExpr.evaluateParams
(Context context) Deprecated. -
Uses of Context in org.jaxen.function
Methods in org.jaxen.function with parameters of type ContextModifier and TypeMethodDescriptionConvert the argument to aBoolean
Returns the smallest integer greater than or equal to a number.Concatenates the arguments and returns the resulting string.Returns true if the string-value of the first item inargs
contains string-value of the second item; false otherwise.Returns the number of nodes in the specified node-set.ReturnsBoolean.FALSE
Returns the largest integer less than or equal to a number.Returns a list of the nodes with the specified IDs.Determines whether or not the context node is written in the language specified by the XPath string-value ofargs.get(0)
, as determined by the nearestxml:lang
attribute in scope.Returns the number of nodes in the context node-set.Returns the local-name of the specified node or the context node if no arguments are provided.Returns the name of the specified node or the name of the context node if no arguments are provided.Returns the namespace URI of the specified node or the namespace URI of the context node if no arguments are provided.Returns the string-value of the first item inargs
after removing all leading and trailing white space, and replacing each other sequence of whitespace by a single space.ReturnsBoolean.TRUE
if the boolean value ofargs.get(0)
is false, andBoolean.FALSE
otherwise.Returns the number value ofargs.get(0)
, or the number value of the context node ifargs
is empty.Returns the position of the context node in the context node-set.Returns the nearest integer to the number.Returns true if the string-value of the first item inargs
starts with the string-value of the second item inargs
.Returns the string-value ofargs.get(0)
or of the context node ifargs
is empty.Returns the number of Unicode characters in the string-value of the argument.Returns the part of the string-value of the first item inargs
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.Returns the part of the string-value of the first item inargs
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.Returns a substring of an XPath string-value by character index.Returns the sum of its arguments.Returns a copy of the first argument in which characters found in the second argument are replaced by corresponding characters from the third argument.ReturnsBoolean.TRUE
static Double
Returns the number of nodes in the context node-set.static Double
Returns the position of the context node in the context node-set. -
Uses of Context in org.jaxen.function.ext
Methods in org.jaxen.function.ext with parameters of type Context -
Uses of Context in org.jaxen.function.xslt
Methods in org.jaxen.function.xslt with parameters of type Context -
Uses of Context in org.jaxen.javabean
Methods in org.jaxen.javabean that return Context -
Uses of Context in org.jaxen.pattern
Methods in org.jaxen.pattern with parameters of type ContextModifier and TypeMethodDescriptionprotected String
Deprecated.Returns the URI of the current prefix or "" if no URI can be foundboolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.abstract boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.