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();
88 string getSchemeSpecificPart();
102 boolean isHierarchical();
110 boolean hasAuthority();
120 string getAuthority();
137 boolean hasRelativePath();
153 long getPathSegmentCount();
168 string getPathSegment([in]
long index);
195 boolean hasFragment();
206 string getFragment();
215 void setFragment([in]
string fragment);
220 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