Uses of Class
org.apache.xalan.extensions.ExtensionHandler

Packages that use ExtensionHandler
org.apache.xalan.extensions Implementation of Xalan Extension Mechanism. 
 

Uses of ExtensionHandler in org.apache.xalan.extensions
 

Subclasses of ExtensionHandler in org.apache.xalan.extensions
 class ExtensionHandlerExsltFunction
          Execute EXSLT functions, determine the availability of EXSLT functions, and the availability of an EXSLT result element.
 class ExtensionHandlerGeneral
          Class handling an extension namespace for XPath.
 class ExtensionHandlerJava
          Abstract base class handling the java language extensions for XPath.
 class ExtensionHandlerJavaClass
          Represents an extension namespace for XPath that handles java classes.
 class ExtensionHandlerJavaPackage
          Represents an extension namespace for XPath that handles java packages that may be fully or partially specified.
 

Fields in org.apache.xalan.extensions declared as ExtensionHandler
private  ExtensionHandler XPathFunctionImpl.m_handler
           
 

Methods in org.apache.xalan.extensions that return ExtensionHandler
 ExtensionHandler ExtensionsTable.get(java.lang.String extns)
          Get an ExtensionHandler object that represents the given namespace.
 ExtensionHandler ExtensionNamespaceSupport.launch()
          Launch the ExtensionHandler that this ExtensionNamespaceSupport object defines.
 

Methods in org.apache.xalan.extensions with parameters of type ExtensionHandler
 void ExtensionsTable.addExtensionNamespace(java.lang.String uri, ExtensionHandler extNS)
          Register an extension namespace handler.
 

Constructors in org.apache.xalan.extensions with parameters of type ExtensionHandler
XPathFunctionImpl(ExtensionHandler handler, java.lang.String funcName)
          Construct an instance of XPathFunctionImpl from the ExtensionHandler and function name.