LibreOffice
LibreOffice 24.2 SDK API Reference
|
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. More... | |
string | getNamespaceURI ([in] string NamespacePrefix) |
retrieves the namespace URI of a namespace prefix More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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.