Uses of Class
org.apache.xalan.extensions.ExtensionHandler
Packages that use ExtensionHandler
-
Uses of ExtensionHandler in org.apache.xalan.extensions
Subclasses of ExtensionHandler in org.apache.xalan.extensionsModifier and TypeClassDescriptionclass
Execute EXSLT functions, determine the availability of EXSLT functions, and the availability of an EXSLT result element.class
Class handling an extension namespace for XPath.class
Abstract base class handling the java language extensions for XPath.class
Represents an extension namespace for XPath that handles java classes.class
Represents an extension namespace for XPath that handles java packages that may be fully or partially specified.Methods in org.apache.xalan.extensions that return ExtensionHandlerModifier and TypeMethodDescriptionGet an ExtensionHandler object that represents the given namespace.ExtensionNamespaceSupport.launch()
Launch the ExtensionHandler that this ExtensionNamespaceSupport object defines.Methods in org.apache.xalan.extensions with parameters of type ExtensionHandlerModifier and TypeMethodDescriptionvoid
ExtensionsTable.addExtensionNamespace
(String uri, ExtensionHandler extNS) Register an extension namespace handler.Constructors in org.apache.xalan.extensions with parameters of type ExtensionHandlerModifierConstructorDescriptionXPathFunctionImpl
(ExtensionHandler handler, String funcName) Construct an instance of XPathFunctionImpl from the ExtensionHandler and function name.