:: 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
- Description
- Gets the corresponding XML namespace URI passing a uid (created using
getUidByUri()).
- Parameter uid
- uid
- Returns
- XML namespace URI
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.