Package com.werken.xpath.function

Provides implementations for the core XPath Function Library

From The W3C XPath Specification

Interface Summary

FunctionInterface for Function objects to conform to, for extensible function libraries.

Class Summary

BooleanFunction4.3 boolean boolean(object)
CeilingFunction4.4 number ceiling(number)
ConcatFunction4.2 boolean concat(string,string,string*)
ContainsFunction4.2 boolean contains(string,string)
CountFunction4.1 number count(node-set)
FalseFunction4.3 boolean false()
FloorFunction4.4 number floor(number)
LastFunction4.1 number last()
LocalNameFunction4.1 string local-name(node-set?)
NameFunction4.1 string name(node-set?)
NamespaceUriFunction4.1 string namespace-uri(node-set?)
NotFunction4.3 boolean not(boolean)
NumberFunction4.4 number number(object)
PositionFunction4.1 number position()
RoundFunction4.4 number round(number)
StartsWithFunction4.2 boolean starts-with(string,string)
StringFunction4.2 string string(object)
StringLengthFunction4.2 number string-length(string)
SubstringAfterFunction4.2 string substring-after(string,string)
SubstringBeforeFunction4.2 string substring-before(string,string)
SubstringFunction4.2 string substring(string,number,number?)
SumFunction4.4 number sum(node-set)
TrueFunction4.3 boolean true()
Provides implementations for the core XPath Function Library

From The W3C XPath Specification


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