Package com.werken.xpath.function

Provides implementations for the core XPath Function Library

See:
          Description

Interface Summary
Function Interface for Function objects to conform to, for extensible function libraries.
 

Class Summary
BooleanFunction 4.3 boolean boolean(object)
CeilingFunction 4.4 number ceiling(number)
ConcatFunction 4.2 boolean concat(string,string,string*)
ContainsFunction 4.2 boolean contains(string,string)
CountFunction 4.1 number count(node-set)
FalseFunction 4.3 boolean false()
FloorFunction 4.4 number floor(number)
LastFunction 4.1 number last()
LocalNameFunction 4.1 string local-name(node-set?)
NameFunction 4.1 string name(node-set?)
NamespaceUriFunction 4.1 string namespace-uri(node-set?)
NotFunction 4.3 boolean not(boolean)
NumberFunction 4.4 number number(object)
PositionFunction 4.1 number position()
RoundFunction 4.4 number round(number)
StartsWithFunction 4.2 boolean starts-with(string,string)
StringFunction 4.2 string string(object)
StringLengthFunction 4.2 number string-length(string)
SubstringAfterFunction 4.2 string substring-after(string,string)
SubstringBeforeFunction 4.2 string substring-before(string,string)
SubstringFunction 4.2 string substring(string,number,number?)
SumFunction 4.4 number sum(node-set)
TrueFunction 4.3 boolean true()
 

Package com.werken.xpath.function Description

Provides implementations for the core XPath Function Library

From The W3C XPath Specification



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