Frames | No Frames |
Methods with return type com.werken.xpath.function.Function | |
Function | Context.getFunction(String name) |
Classes implementing com.werken.xpath.function.Function | |
class | 4.3 boolean boolean(object)
|
class | 4.4 number ceiling(number)
|
class | 4.2 boolean concat(string,string,string*)
|
class | 4.2 boolean contains(string,string)
|
class | 4.1 number count(node-set)
|
class | 4.3 boolean false()
|
class | 4.4 number floor(number)
|
class | 4.1 number last()
|
class | 4.1 string local-name(node-set?)
|
class | 4.1 string name(node-set?)
|
class | 4.1 string namespace-uri(node-set?)
|
class | 4.3 boolean not(boolean)
|
class | 4.4 number number(object)
|
class | 4.1 number position()
|
class | 4.4 number round(number)
|
class | 4.2 boolean starts-with(string,string)
|
class | 4.2 string string(object)
|
class | 4.2 number string-length(string)
|
class | 4.2 string substring-after(string,string)
|
class | 4.2 string substring-before(string,string)
|
class | 4.2 string substring(string,number,number?)
|
class | 4.4 number sum(node-set)
|
class | 4.3 boolean true()
|
Methods with parameter type com.werken.xpath.function.Function | |
void | Add a function to this FunctionContext
|
Methods with return type com.werken.xpath.function.Function | |
Function | Context.getFunction(String name) |
Function | ContextSupport.getFunction(String name) Retrieve a named function
Retrieve the named function object, or null
if no such function exists. |
Function | FunctionContext.getFunction(String name) Retrieve a named function
Retrieve the named function object, or null
if no such function exists. |
Function | XPathFunctionContext.getFunction(String name) Retrieve a named function
Retrieve the named function object, or null
if no such function exists. |