|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xalan.extensions.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
.
Constructor Summary | |
ExtensionNamespacesManager()
An ExtensionNamespacesManager is instantiated the first time an extension function or element is found in the stylesheet. |
Method Summary | |
ExtensionNamespaceSupport |
defineJavaNamespace(String ns)
For any extension namespace that is not either predefined or defined by a "component" declaration or exslt function declaration, attempt to create an ExtensionNamespaceSuport object for the appropriate Java class or Java package Extension Handler. |
ExtensionNamespaceSupport |
defineJavaNamespace(String ns,
String classOrPackage)
|
Vector |
getExtensions()
Get the vector of extension namespaces. |
int |
namespaceIndex(String namespace,
Vector extensions)
Get the index for a namespace entry in the extension namespace Vector, -1 if no such entry yet exists. |
void |
registerExtension(ExtensionNamespaceSupport extNsSpt)
Register the extension namespace for an ElemExtensionDecl or ElemFunction, and prepare a support object to launch the appropriate ExtensionHandler at transformation runtime. |
void |
registerExtension(String namespace)
If necessary, register the extension namespace found compiling a function or creating an extension element. |
void |
registerUnregisteredNamespaces()
Attempt to register any unregistered extension namespaces. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExtensionNamespacesManager()
Method Detail |
public void registerExtension(String namespace)
public void registerExtension(ExtensionNamespaceSupport extNsSpt)
public int namespaceIndex(String namespace, Vector extensions)
public Vector getExtensions()
public void registerUnregisteredNamespaces()
public ExtensionNamespaceSupport defineJavaNamespace(String ns)
ns
- The extension namespace URI.
TransformerException
public ExtensionNamespaceSupport defineJavaNamespace(String ns, String classOrPackage)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |