Frames | No Frames |
Methods with return type org.apache.xpath.functions.Function | |
Function | Get a Function instance that this instance is liaisoning for.
|
Function | FunctionTable.getFunction(int which) Obtain a new Function object from a function ID.
|
Methods with parameter type org.apache.xpath.functions.Function | |
boolean | If the function is an extension function, register the namespace.
|
Methods with parameter type org.apache.xpath.functions.Function | |
boolean | Visit a function.
|
Classes derived from org.apache.xpath.functions.Function | |
class | Execute the Boolean() function.
|
class | Execute the Ceiling() function.
|
class | Execute the Concat() function.
|
class | Execute the Contains() function.
|
class | Execute the Count() function.
|
class | Execute the current() function.
|
class | Execute the proprietary document-location() function, which returns
a node set of documents.
|
class | Execute the ExtElementAvailable() function.
|
class | An object of this class represents an extension call expression. |
class | Execute the ExtFunctionAvailable() function.
|
class | Execute the False() function.
|
class | Execute the Floor() function.
|
class | Execute the GenerateId() function.
|
class | Execute the Id() function.
|
class | Execute the Lang() function.
|
class | Execute the Last() function.
|
class | Execute the LocalPart() function.
|
class | Execute the Namespace() function.
|
class | Execute the normalize-space() function.
|
class | Execute the Not() function.
|
class | Execute the Number() function.
|
class | Execute the Position() function.
|
class | Execute the Qname() function.
|
class | Execute the round() function.
|
class | Execute the StartsWith() function.
|
class | Execute the String() function.
|
class | Execute the StringLength() function.
|
class | Execute the Substring() function.
|
class | Execute the SubstringAfter() function.
|
class | Execute the SubstringBefore() function.
|
class | Execute the Sum() function.
|
class | Execute the SystemProperty() function.
|
class | Base class for functions that accept two arguments.
|
class | Base class for functions that accept three arguments.
|
class | Base class for functions that accept one argument that can be defaulted if
not specified.
|
class | Base class for functions that accept an undetermined number of multiple
arguments.
|
class | Base class for functions that accept one argument.
|
class | Execute the Translate() function.
|
class | Execute the True() function.
|
class |
Classes derived from org.apache.xpath.functions.Function | |
class | Execute the Doc() function.
|
class | Execute the FormatNumber() function.
|
class | Execute the Key() function.
|
Methods with parameter type org.apache.xpath.functions.Function | |
boolean | Visit a function.
|
Methods with parameter type org.apache.xpath.functions.Function | |
void | Install a built-in function.
|
boolean | Visit a function.
|