:: com :: sun :: star ::

module uri
Description
URI processing.

Services
ExternalUriReferenceTranslator translates between external and internal URI references.
UriReferenceFactory creates URI references.
UriSchemeParser_vndDOTsunDOTstarDOTexpand parses textual representations of absolute “vnd.sun.star.expand” URLs.
UriSchemeParser_vndDOTsunDOTstarDOTscript parses textual representations of absolute “vnd.sun.star.script” URLs.
VndSunStarPkgUrlReferenceFactory creates “vnd.sun.star.pkg” URL references.
Interfaces
XExternalUriReferenceTranslator translates between external and internal URI references.
XUriReference represents generic, mutable URI references.
XUriReferenceFactory creates URI references.
XUriSchemeParser parses textual representations of absolute URIs.
XVndSunStarExpandUrl represents absolute “vnd.sun.star.expand” URLs.
XVndSunStarExpandUrlReference represents absolute “vnd.sun.star.expand” URL references.
XVndSunStarPkgUrlReferenceFactory creates “vnd.sun.star.pkg” URL references.
XVndSunStarScriptUrl represents absolute “vnd.sun.star.script” URLs.
XVndSunStarScriptUrlReference represents absolute “vnd.sun.star.script” URL references.
Enums
RelativeUriExcessParentSegments details how excess special parent segments (“..”) are handled when resolving a relative URI reference to absolute form.
Top of Page