IMXNamespaceManager Members
The following tables show the properties, methods, and events.
Properties
allowOverride | Controls whether the declarePrefix() method allows duplicate prefixes in the local context. |
Methods
declarePrefix | Binds the namespace prefix with the namespace URI in the current context. |
getDeclaredPrefix | Returns the indexed prefix in the current context. |
getPrefix | Finds the indexed prefix associated with the provided URI. |
getURIFromNode | Returns the namespace URI for the provided prefix and DOM node. |
getPrefixes | Returns a collection of namespace prefixes bound to the specified URI. |
getURI | Returns the namespace URI for the provided prefix and DOM node. |
popContext | Pops local context from the top of the stack. |
pushContext | Pushes local context down the stack. |
pushNodeContext | Pushes local context down the stack, and creates a new local context that is defined by a DOM node. |
reset | Clears the stack of contexts, emptying the current context. |
Events
None.