:: com :: sun :: star :: uri ::
|
interface XUriSchemeParser |
|
- Description
- parses textual representations of absolute URIs.
See RFC 2396 for a
description of URIs and related terms.
- Since
- OOo 2.0
|
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
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 uriReference
- the textual representation of the scheme-specific part.
- Returns
- an object that supports
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 © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.