Stores and manages namespace declarations of a sax document parsed by XFastParser. More...
import "XFastNamespaceHandler.idl";
 
  
| Public Member Functions | |
| void | registerNamespace ([in] string NamespacePrefix, [in] string NamespaceURI) | 
| receives notification of namespace declarations from a XFastParser. | |
| string | getNamespaceURI ([in] string NamespacePrefix) | 
| retrieves the namespace URI of a namespace prefix | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
Stores and manages namespace declarations of a sax document parsed by XFastParser.
| string getNamespaceURI | ( | [in] string | NamespacePrefix | ) | 
retrieves the namespace URI of a namespace prefix
| void registerNamespace | ( | [in] string | NamespacePrefix, | 
| [in] string | NamespaceURI ) | 
receives notification of namespace declarations from a XFastParser.