Package org.apache.xalan.extensions

Interface Summary
ExpressionContext An object that implements this interface can supply information about the current XPath expression context.
 

Class Summary
ExpressionVisitor When org.apache.xalan.templates.StylesheetHandler creates an XPath, the ExpressionVisitor visits the XPath expression.
ExtensionHandler Abstract base class for handling an extension namespace for XPath.
ExtensionHandlerExsltFunction Execute EXSLT functions, determine the availability of EXSLT functions, and the availability of an EXSLT result element.
ExtensionHandlerGeneral Class handling an extension namespace for XPath.
ExtensionHandlerJava Abstract base class handling the java language extensions for XPath.
ExtensionHandlerJavaClass Represents an extension namespace for XPath that handles java classes.
ExtensionHandlerJavaPackage Represents an extension namespace for XPath that handles java packages that may be fully or partially specified.
ExtensionNamespacesManager Used during assembly of a stylesheet to collect the information for each extension namespace that is required during the transformation process to generate an ExtensionHandler.
ExtensionNamespaceSupport During styleseet composition, an ExtensionNamespaceSupport object is created for each extension namespace the stylesheet uses.
ExtensionsTable Class holding a table registered extension namespace handlers
MethodResolver Utility class to help resolve method overloading with Xalan XSLT argument types.
MethodResolver.ConversionInfo Simple class to hold information about allowed conversions and their relative scores, for use by the table below.
XSLProcessorContext Provides transformer context to be passed to an extension element.