Package org.apache.jackrabbit.webdav.xml
Interface XmlSerializable
- All Known Subinterfaces:
DavProperty<T>
- All Known Implementing Classes:
AbstractDavProperty
,DavException
,DavPropertyName
,DavPropertyNameSet
,DavPropertySet
,DefaultDavProperty
,HrefProperty
,MultiStatus
,MultiStatusResponse
,PropContainer
,PropfindInfo
,ProppatchInfo
,ResourceType
,Status
public interface XmlSerializable
XmlSerializable
...-
Method Summary
-
Method Details
-
toXml
Returns the xml representation of the implementing object asElement
. The givenDocument
is used as factory and represents theowner document
of the returned DOM element.- Parameters:
document
- to be used as factory.- Returns:
- a w3c element representing this object
-