OptionsInfo
represents the Xml request body, that may be present with a OPTIONS request.
The DAV:options element is specified to have the following form.
<!ELEMENT options ANY> ANY value: A sequence of elements each at most onces.
Note, that this is a simplified implementation of the very generic definition: We assume that the DAV:options element only contains empty child elements, such as e.g. {@link DeltaVConstants#XML_VH_COLLECTION_SET DAV:version-history-collection-set}or {@link DeltaVConstants#XML_WSP_COLLECTION_SET DAV:workspace-collection-set}.
@see DeltaVConstants#XML_VH_COLLECTION_SET
@see DeltaVConstants#XML_WSP_COLLECTION_SET
@see DeltaVConstants#XML_ACTIVITY_COLLECTION_SET