LibreOffice
LibreOffice 24.2 SDK API Reference
|
Interface to map XML namespace URI strings to ordinals (URI-id, short uid). More...
import"XNamespaceMapping.idl";
Public Member Functions | |
long | getUidByUri ([in] string uri) |
Creates a unique ordinal passing an XML namespace URI. More... | |
string | getUriByUid ([in] long uid) raises (com::sun::star::container::NoSuchElementException) |
Gets the corresponding XML namespace URI passing a uid (created using getUidByUri()). 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... | |
Interface to map XML namespace URI strings to ordinals (URI-id, short uid).
long getUidByUri | ( | [in] string | uri | ) |
Creates a unique ordinal passing an XML namespace URI.
uri | XML namespace URI |
string getUriByUid | ( | [in] long | uid | ) | |
raises | ( | com::sun::star::container::NoSuchElementException | |||
) |
Gets the corresponding XML namespace URI passing a uid (created using getUidByUri()).
uid | uid |