org.apache.xalan.extensions

Class ExtensionNamespaceSupport


public class ExtensionNamespaceSupport
extends java.lang.Object

During styleseet composition, an ExtensionNamespaceSupport object is created for each extension namespace the stylesheet uses. At the beginning of a transformation, TransformerImpl generates an ExtensionHandler for each of these objects and adds an entry to the ExtensionsTable hashtable.

Constructor Summary

ExtensionNamespaceSupport(String namespace, String handlerClass, Object[] constructorArgs)

Method Summary

String
getNamespace()
ExtensionHandler
launch()
Launch the ExtensionHandler that this ExtensionNamespaceSupport object defines.

Constructor Details

ExtensionNamespaceSupport

public ExtensionNamespaceSupport(String namespace,
                                 String handlerClass,
                                 Object[] constructorArgs)

Method Details

getNamespace

public String getNamespace()

launch

public ExtensionHandler launch()
            throws TransformerException
Launch the ExtensionHandler that this ExtensionNamespaceSupport object defines.

Copyright © 2006 Apache XML Project. All Rights Reserved.