Methods' Summary |
parse |
parses the textual representation of an absolute URI.
|
Methods' Details |
parse
XUriReference |
parse( |
[in] string |
scheme, |
| [in] string |
schemeSpecificPart ); |
- Description
- parses the textual representation of an absolute URI.
This method is used to parse URIs (with no fragment part), not URI
references (with an optional fragment part).
If an object is returned, the behaviour of its
com::sun::star::uri::XUriReference methods must
reflect the fact that the object represents an absolute URI reference
with the given scheme and scheme-specific part, and without a fragment
part.
- Parameter scheme
- the textual representation of the scheme part (without the delimiting
“
: ”).
- Parameter schemeSpecificPart
- the textual representation of the scheme-specific part.
- Returns
- an object that supports
com::sun::star::uri::XUriReference (and possibly also
additional, scheme-specific interfaces), if the given input can be parsed
into an absolute URI; otherwise, `NULL` is returned.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.