|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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
.
Field Summary | |
private Vector |
m_extensions
Vector of ExtensionNamespaceSupport objects to be used to generate ExtensionHandlers. |
private Vector |
m_predefExtensions
Vector of ExtensionNamespaceSupport objects for predefined ExtensionNamespaces. |
private Vector |
m_unregisteredExtensions
Vector of extension namespaces for which sufficient information is not yet available to complete the registration process. |
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. |
private void |
setPredefinedNamespaces()
Set up a Vector for predefined extension namespaces. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Vector m_extensions
private Vector m_predefExtensions
private Vector m_unregisteredExtensions
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.
javax.xml.transform.TransformerException
public ExtensionNamespaceSupport defineJavaNamespace(String ns, String classOrPackage)
private void setPredefinedNamespaces()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |