20 module
com { module sun { module star { module uri {
47 string getUriReference();
83 string getSchemeSpecificPart();
97 boolean isHierarchical();
105 boolean hasAuthority();
115 string getAuthority();
132 boolean hasRelativePath();
148 long getPathSegmentCount();
163 string getPathSegment([in]
long index);
190 boolean hasFragment();
201 string getFragment();
210 void setFragment([in]
string fragment);
215 void clearFragment();
Definition: Ambiguous.idl:20
represents generic, mutable URI references.
Definition: XUriReference.idl:39
base interface of all UNO interfaces
Definition: XInterface.idl:45