LibreOffice
LibreOffice 5.0 SDK API Reference
|
parses textual representations of absolute “vnd.sun.star.expand” URLs. More...
import "UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl";
Additional Inherited Members | |
![]() | |
XUriReference | parse ([in] string scheme,[in] string schemeSpecificPart) |
parses the textual representation of an absolute URI. More... | |
parses textual representations of absolute “vnd.sun.star.expand” URLs.
The argument scheme
of method com::sun::star::uri::XUriSchemeParser::parse() must always be equal to the string
"vnd.sun.star.expand"
, ignoring case. The objects returned by com::sun::star::uri::XUriSchemeParser::parse() implement com::sun::star::uri::XVndSunStarExpandUrlReference.
This service is not intended to be instantiated directly by client code. Rather, it should be used indirectly through the com::sun::star::uri::UriReferenceFactory service.