Frames | No Frames |
Methods which throw type org.jaxen.FunctionCallException | |
Object | DocumentNavigator.getDocument(String url) |
Methods which throw type org.jaxen.FunctionCallException | |
Object | DocumentNavigator.getDocument(String uri) |
Methods which throw type org.jaxen.FunctionCallException | |
Object | Evaluate this function. |
Object |
Methods which throw type org.jaxen.FunctionCallException | |
Object | Evaluate this function. |
Object | |
Object | Evaluate this function. |
Object | Evaluate this function. |
List |
Methods which throw type org.jaxen.FunctionCallException | |
Object | Convert the argument to a Boolean
|
Object | Returns the smallest integer greater than or equal to a number. |
Object | Concatenates the arguments and returns the resulting string. |
Object |
Returns true if the string-value of the
first item in args contains string-value of the second
item; false otherwise. |
Object |
Returns the number of nodes in the specified node-set. |
Object | Returns Boolean.FALSE
|
Object | Returns the largest integer less than or equal to a number. |
Object | Returns a list of the nodes with the specified IDs. |
Object |
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 nearest xml:lang attribute in scope. |
Object | Returns the number of nodes in the context node-set. |
Object | Returns the local-name of the specified node or the context node if
no arguments are provided. |
Object | Returns the name of the specified node or the name of the context node if
no arguments are provided. |
Object | Returns the namespace URI of the specified node or the namespace URI of the context node if
no arguments are provided. |
Object | Returns the string-value of the first item in args
after removing all leading and trailing white space, and
replacing each other sequence of whitespace by a single space. |
Object | Returns Boolean.TRUE if the boolean value of
args.get(0) is false, and Boolean.FALSE otherwise. |
Object | Returns the number value of args.get(0) ,
or the number value of the context node if args
is empty. |
Object | Returns the position of the context node in the context node-set. |
Object | Returns the nearest integer to the number. |
Object | Returns true if the string-value of the first item in args
starts with the string-value of the second item in args . |
Object | Returns the string-value of args.get(0)
or of the context node if args is empty. |
Object |
Returns the number of Unicode characters in the string-value of the argument. |
Object | Returns the part of the string-value of the first item in 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. |
Object | Returns the part of the string-value of the first item in 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. |
Object | Returns a substring of an XPath string-value by character index. |
Object | Returns the sum of its arguments. |
Object | Returns a copy of the first argument in which
characters found in the second argument are replaced by
corresponding characters from the third argument. |
Object | Returns Boolean.TRUE
|
String | Returns the local-name of list.get(0)
|
String | Returns the name of list.get(0)
|
String | Returns the namespace URI of list.get(0)
|
Double | CountFunction.evaluate(Object obj)
Returns the number of nodes in the specified node-set. |
String | Returns a copy of strArg in which
characters found in fromArg are replaced by
corresponding characters from toArg . |
Double |
Returns the number of Unicode characters in the string-value of
an object. |
Double | Returns the sum of the items in a list. |
String[] | TranslateFunction.toUnicodeCharacters(String s) |
Methods which throw type org.jaxen.FunctionCallException | |
Object | DocumentNavigator.getDocument(String uri) |
Methods which throw type org.jaxen.FunctionCallException | |
Object | DocumentNavigator.getDocument(String uri) Use JAXP to load a namespace aware document from a given URI. |
Methods which throw type org.jaxen.FunctionCallException | |
Object | Evaluate this function. |
Object | DefaultNavigator.getDocument(String url) Default implementation that always returns null. |
Object | Navigator.getDocument(String uri) Loads a document from the given URI
|
Methods which throw type org.jaxen.FunctionCallException | |
Object | DocumentNavigator.getDocument(String s) |