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 {
52 string getUriReference();
86 string getSchemeSpecificPart();
98 boolean isHierarchical();
106 boolean hasAuthority();
116 string getAuthority();
135 boolean hasRelativePath();
151 long getPathSegmentCount();
166 string getPathSegment([in]
long index);
193 boolean hasFragment();
204 string getFragment();
213 void setFragment([in]
string fragment);
218 void clearFragment();
Definition: Ambiguous.idl:22
represents generic, mutable URI references.
Definition: XUriReference.idl:44
base interface of all UNO interfaces
Definition: XInterface.idl:47