Uses of Class
org.jaxen.FunctionCallException
Packages that use FunctionCallException
Package
Description
This package defines the core Jaxen API to the XPath engine.
Navigation for W3C DOM trees.
Navigation for dom4j trees.
Standard XPath function library.
Extension functions to the standard XPath function library.
XPath functions which are defined in XSLT.
Navigation for JavaBeans.
Navigation for JDOM trees.
Navigation for XOM trees.
-
Uses of FunctionCallException in org.jaxen
Methods in org.jaxen that throw FunctionCallExceptionModifier and TypeMethodDescriptionEvaluate this function.DefaultNavigator.getDocument
(String url) Default implementation that always returns null.Navigator.getDocument
(String uri) Loads a document from the given URI -
Uses of FunctionCallException in org.jaxen.dom
Methods in org.jaxen.dom that throw FunctionCallExceptionModifier and TypeMethodDescriptionDocumentNavigator.getDocument
(String uri) Use JAXP to load a namespace aware document from a given URI. -
Uses of FunctionCallException in org.jaxen.dom4j
Methods in org.jaxen.dom4j that throw FunctionCallException -
Uses of FunctionCallException in org.jaxen.function
Methods in org.jaxen.function that throw FunctionCallExceptionModifier 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 specified node-set.static String
Returns the local-name oflist.get(0)
static String
Returns the name oflist.get(0)
static String
Returns the namespace URI oflist.get(0)
static Double
Returns the number of Unicode characters in the string-value of an object.static Double
Returns the sum of the items in a list.static String
Returns a copy ofstrArg
in which characters found infromArg
are replaced by corresponding characters fromtoArg
. -
Uses of FunctionCallException in org.jaxen.function.ext
Methods in org.jaxen.function.ext that throw FunctionCallException -
Uses of FunctionCallException in org.jaxen.function.xslt
Methods in org.jaxen.function.xslt that throw FunctionCallException -
Uses of FunctionCallException in org.jaxen.javabean
Methods in org.jaxen.javabean that throw FunctionCallException -
Uses of FunctionCallException in org.jaxen.jdom
Methods in org.jaxen.jdom that throw FunctionCallException -
Uses of FunctionCallException in org.jaxen.xom
Methods in org.jaxen.xom that throw FunctionCallException