Interface XPathHandler
-
public interface XPathHandler
Interface for performing Language specific XPath handling, such as initialization and navigation.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static XPathHandler
getHandlerForFunctionDefs(net.sf.saxon.lib.ExtensionFunctionDefinition first, net.sf.saxon.lib.ExtensionFunctionDefinition... defs)
Returns a default XPath handler.Set<net.sf.saxon.lib.ExtensionFunctionDefinition>
getRegisteredExtensionFunctions()
Returns the set of extension functions for this language module.static XPathHandler
noFunctionDefinitions()
-
-
-
Method Detail
-
getRegisteredExtensionFunctions
Set<net.sf.saxon.lib.ExtensionFunctionDefinition> getRegisteredExtensionFunctions()
Returns the set of extension functions for this language module. These are the additional functions available in XPath queries.
-
noFunctionDefinitions
static XPathHandler noFunctionDefinitions()
-
getHandlerForFunctionDefs
static XPathHandler getHandlerForFunctionDefs(net.sf.saxon.lib.ExtensionFunctionDefinition first, net.sf.saxon.lib.ExtensionFunctionDefinition... defs)
Returns a default XPath handler.
-
-