Uses of Interface com.werken.xpath.function.Function

Uses in package com.werken.xpath.function

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()

Uses in package com.werken.xpath.impl

Methods with return type com.werken.xpath.function.Function

Function
Context.getFunction(String name)

Uses in package com.werken.xpath

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
Retrieve a named function

Retrieve the named function object, or null if no such function exists.

Function
Retrieve a named function

Retrieve the named function object, or null if no such function exists.

Function
Retrieve a named function

Retrieve the named function object, or null if no such function exists.


Copyright B) 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.