Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: xml :: input ::

unpublished interface XNamespaceMapping
Usage Restrictions
not published
Description
Interface to map XML namespace URI strings to ordinals (URI-id, short uid). @internal

Methods' Summary
getUidByUri Creates a unique ordinal passing an XML namespace URI.  
getUriByUid Gets the corresponding XML namespace URI passing a uid (created using getUidByUri()).  
Methods' Details
getUidByUri
long
getUidByUri( [in] string  uri );

Description
Creates a unique ordinal passing an XML namespace URI.
Parameter uri
XML namespace URI
Returns
uid
getUriByUid
string
getUriByUid( [in] long  uid )
raises( ::com::sun::star::container::NoSuchElementException );

Description
Gets the corresponding XML namespace URI passing a uid (created using getUidByUri()).
Parameter uid
uid
Returns
XML namespace URI
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.