LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_uri_XUriReference_idl__
21 #define __com_sun_star_uri_XUriReference_idl__
25 module
com { module sun { module star { module uri {
string getPath()
returns the path part of this URI reference.
string getQuery()
returns the query part of this URI reference.
string getPathSegment([in] long index)
returns a given path segment of this URI reference.
void clearFragment()
clears the fragment part of this URI reference.
boolean hasRelativePath()
returns whether this URI reference has a relative path.
boolean isHierarchical()
returns whether this URI reference is hierarchical or opaque, in the sense of RFC 2396.
string getSchemeSpecificPart()
returns the scheme-specific part of this URI reference.
represents generic, mutable URI references.
Definition: XUriReference.idl:44
void setFragment([in] string fragment)
sets the fragment part of this URI reference.
string getUriReference()
returns the textual representation of the complete URI reference.
long getPathSegmentCount()
returns the number of path segments of this URI reference.
Definition: Ambiguous.idl:22
string getAuthority()
returns the authority part of this URI reference.
string getScheme()
returns the scheme part of this (absolute) URI reference.
boolean hasFragment()
returns whether this URI reference has a fragment part.
base interface of all UNO interfaces
Definition: XInterface.idl:48
boolean hasQuery()
returns whether this URI reference has a query part.
boolean isAbsolute()
returns whether this URI reference is absolute or relative.
boolean hasAuthority()
returns whether this URI reference has an authority part.
string getFragment()
returns the fragment part of this URI reference.