:: com :: sun :: star :: uri ::

enum RelativeUriExcessParentSegments
Description
details how excess special parent segments (“..”) are handled when resolving a relative URI reference to absolute form.
Since
OOo 2.0
See also
XUriReferenceFactory::makeAbsolute
for a method that uses this enumeration.

Values
ERROR causes excess special parent segments to be treated as an error.  
RETAIN causes excess special parent segments to be retained, treating them like ordinary segments.  
REMOVE causes excess special parent segments to be removed.  
Values' Details
ERROR
ERROR,
Description
causes excess special parent segments to be treated as an error.
RETAIN
RETAIN,
Description
causes excess special parent segments to be retained, treating them like ordinary segments.
REMOVE
REMOVE,
Description
causes excess special parent segments to be removed.
Top of Page