Uses of Interface
com.werken.xpath.function.Function
Packages that use Function
Package
Description
Provides the core tools needed to use XPath
Provides implementations for the core XPath Function Library
Contains implementation classes for evaluating XPath components
-
Uses of Function in com.werken.xpath
Methods in com.werken.xpath that return FunctionModifier and TypeMethodDescriptionContext.getFunction
(String name) ContextSupport.getFunction
(String name) Retrieve a named functionFunctionContext.getFunction
(String name) Retrieve a named functionXPathFunctionContext.getFunction
(String name) Retrieve a named functionMethods in com.werken.xpath with parameters of type FunctionModifier and TypeMethodDescriptionprotected void
XPathFunctionContext.addFunction
(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 FunctionModifier and TypeClassDescriptionclass
4.3boolean boolean(object)
class
4.4number ceiling(number)
class
4.2boolean concat(string,string,string*)
class
4.2boolean contains(string,string)
class
4.1number count(node-set)
class
4.3boolean false()
class
4.4number floor(number)
class
4.1number last()
class
4.1string local-name(node-set?)
class
4.1string name(node-set?)
class
4.1string namespace-uri(node-set?)
class
4.3boolean not(boolean)
class
4.4number number(object)
class
4.1number position()
class
4.4number round(number)
class
4.2boolean starts-with(string,string)
class
4.2string string(object)
class
4.2number string-length(string)
class
4.2string substring-after(string,string)
class
4.2string substring-before(string,string)
class
4.2string substring(string,number,number?)
class
4.4number sum(node-set)
class
4.3boolean true()
-
Uses of Function in com.werken.xpath.impl
Methods in com.werken.xpath.impl that return Function