Uses of Class org.jaxen.FunctionCallException

Uses in package org.jaxen.javabean

Methods which throw type org.jaxen.FunctionCallException

Object

Uses in package org.jaxen.xom

Methods which throw type org.jaxen.FunctionCallException

Object

Uses in package org.jaxen

Methods which throw type org.jaxen.FunctionCallException

Object
Function.call(Context context, List args)
Evaluate this function.
Object
Default implementation that always returns null.
Object
Navigator.getDocument(String uri)
Loads a document from the given URI

Uses in package org.jaxen.dom4j

Methods which throw type org.jaxen.FunctionCallException

Object

Uses in package org.jaxen.jdom

Methods which throw type org.jaxen.FunctionCallException

Object

Uses in package org.jaxen.function.xslt

Methods which throw type org.jaxen.FunctionCallException

Object
DocumentFunction.call(Context context, List args)
Evaluate this function.
Object

Uses in package org.jaxen.function.ext

Methods which throw type org.jaxen.FunctionCallException

Object
EndsWithFunction.call(Context context, List args)
Evaluate this function.
Object
EvaluateFunction.call(Context context, List args)
Object
LowerFunction.call(Context context, List args)
Evaluate this function.
Object
UpperFunction.call(Context context, List args)
Evaluate this function.
List
EvaluateFunction.evaluate(Context context, Object arg)

Uses in package org.jaxen.function

Methods which throw type org.jaxen.FunctionCallException

Object
BooleanFunction.call(Context context, List args)
Convert the argument to a Boolean
Object
CeilingFunction.call(Context context, List args)
Returns the smallest integer greater than or equal to a number.
Object
ConcatFunction.call(Context context, List args)
Concatenates the arguments and returns the resulting string.
Object
ContainsFunction.call(Context context, List args)
Returns true if the string-value of the first item in args contains string-value of the second item; false otherwise.
Object
CountFunction.call(Context context, List args)
Returns the number of nodes in the specified node-set.
Object
FalseFunction.call(Context context, List args)
Returns Boolean.FALSE
Object
FloorFunction.call(Context context, List args)
Returns the largest integer less than or equal to a number.
Object
IdFunction.call(Context context, List args)
Returns a list of the nodes with the specified IDs.
Object
LangFunction.call(Context context, List args)
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
LastFunction.call(Context context, List args)
Returns the number of nodes in the context node-set.
Object
LocalNameFunction.call(Context context, List args)
Returns the local-name of the specified node or the context node if no arguments are provided.
Object
NameFunction.call(Context context, List args)
Returns the name of the specified node or the name of the context node if no arguments are provided.
Object
NamespaceUriFunction.call(Context context, List args)
Returns the namespace URI of the specified node or the namespace URI of the context node if no arguments are provided.
Object
NormalizeSpaceFunction.call(Context context, List args)
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
NotFunction.call(Context context, List args)
Returns Boolean.TRUE if the boolean value of args.get(0) is false, and Boolean.FALSE otherwise.
Object
NumberFunction.call(Context context, List args)
Returns the number value of args.get(0), or the number value of the context node if args is empty.
Object
PositionFunction.call(Context context, List args)
Returns the position of the context node in the context node-set.
Object
RoundFunction.call(Context context, List args)
Returns the nearest integer to the number.
Object
StartsWithFunction.call(Context context, List args)
Returns true if the string-value of the first item in args starts with the string-value of the second item in args.
Object
StringFunction.call(Context context, List args)
Returns the string-value of args.get(0) or of the context node if args is empty.
Object
StringLengthFunction.call(Context context, List args)
Returns the number of Unicode characters in the string-value of the argument.
Object
SubstringAfterFunction.call(Context context, List args)
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
SubstringBeforeFunction.call(Context context, List args)
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
SubstringFunction.call(Context context, List args)
Returns a substring of an XPath string-value by character index.
Object
SumFunction.call(Context context, List args)
Returns the sum of its arguments.
Object
TranslateFunction.call(Context context, List args)
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
TrueFunction.call(Context context, List args)
Returns Boolean.TRUE
String
Returns the local-name of list.get(0)
String
NameFunction.evaluate(List list, Navigator nav)
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
TranslateFunction.evaluate(Object strArg, Object fromArg, Object toArg, Navigator nav)
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
SumFunction.evaluate(Object obj, Navigator nav)
Returns the sum of the items in a list.
String[]

Uses in package org.jaxen.dom

Methods which throw type org.jaxen.FunctionCallException

Object
Use JAXP to load a namespace aware document from a given URI.