LibreOffice
LibreOffice 25.8 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. | |
string | getUriByUid ([in] long uid) raises (com::sun::star::container::NoSuchElementException) |
Gets the corresponding XML namespace URI passing a uid (created using getUidByUri()). | |
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. |
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 |