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

enum RelativeUriExcessParentSegments

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