Frames | No Frames |
Methods with parameter type org.apache.xalan.extensions.ExtensionNamespaceSupport | |
void | Register the extension namespace for an ElemExtensionDecl or ElemFunction,
and prepare a support object to launch the appropriate ExtensionHandler at
transformation runtime.
|
Methods with return type org.apache.xalan.extensions.ExtensionNamespaceSupport | |
ExtensionNamespaceSupport | ExtensionNamespacesManager.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 | ExtensionNamespacesManager.defineJavaNamespace(String ns, String classOrPackage) |