Uses of Class
org.apache.xpath.functions.FuncExtFunction

Packages that use FuncExtFunction
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
org.apache.xpath.jaxp   
 

Uses of FuncExtFunction in org.apache.xpath
 

Methods in org.apache.xpath with parameters of type FuncExtFunction
 java.lang.Object ExtensionsProvider.extFunction(FuncExtFunction extFunction, java.util.Vector argVec)
          Execute the extension function.
 

Uses of FuncExtFunction in org.apache.xpath.jaxp
 

Methods in org.apache.xpath.jaxp with parameters of type FuncExtFunction
 java.lang.Object JAXPExtensionsProvider.extFunction(FuncExtFunction extFunction, java.util.Vector argVec)
          Execute the extension function.