Uses of Interface
com.werken.xpath.function.Function
-
Packages that use Function Package Description com.werken.xpath Provides the core tools needed to use XPathcom.werken.xpath.function Provides implementations for the core XPath Function Librarycom.werken.xpath.impl Contains implementation classes for evaluating XPath components -
-
Uses of Function in com.werken.xpath
Methods in com.werken.xpath that return Function Modifier and Type Method Description Function
Context. getFunction(java.lang.String name)
Function
ContextSupport. getFunction(java.lang.String name)
Retrieve a named functionFunction
FunctionContext. getFunction(java.lang.String name)
Retrieve a named functionFunction
XPathFunctionContext. getFunction(java.lang.String name)
Retrieve a named functionMethods in com.werken.xpath with parameters of type Function Modifier and Type Method Description protected void
XPathFunctionContext. addFunction(java.lang.String name, Function func)
Add a function to this FunctionContext -
Uses of Function in com.werken.xpath.function
Classes in com.werken.xpath.function that implement Function Modifier and Type Class Description class
BooleanFunction
4.3boolean boolean(object)
class
CeilingFunction
4.4number ceiling(number)
class
ConcatFunction
4.2boolean concat(string,string,string*)
class
ContainsFunction
4.2boolean contains(string,string)
class
CountFunction
4.1number count(node-set)
class
FalseFunction
4.3boolean false()
class
FloorFunction
4.4number floor(number)
class
LastFunction
4.1number last()
class
LocalNameFunction
4.1string local-name(node-set?)
class
NameFunction
4.1string name(node-set?)
class
NamespaceUriFunction
4.1string namespace-uri(node-set?)
class
NotFunction
4.3boolean not(boolean)
class
NumberFunction
4.4number number(object)
class
PositionFunction
4.1number position()
class
RoundFunction
4.4number round(number)
class
StartsWithFunction
4.2boolean starts-with(string,string)
class
StringFunction
4.2string string(object)
class
StringLengthFunction
4.2number string-length(string)
class
SubstringAfterFunction
4.2string substring-after(string,string)
class
SubstringBeforeFunction
4.2string substring-before(string,string)
class
SubstringFunction
4.2string substring(string,number,number?)
class
SumFunction
4.4number sum(node-set)
class
TrueFunction
4.3boolean true()
-
Uses of Function in com.werken.xpath.impl
Methods in com.werken.xpath.impl that return Function Modifier and Type Method Description Function
Context. getFunction(java.lang.String name)
-