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

    Modifier and Type
    Method
    Description
    toXml(Document document)
    Returns the xml representation of the implementing object as Element.
  • Method Details

    • toXml

      Element toXml(Document document)
      Returns the xml representation of the implementing object as Element. The given Document is used as factory and represents the owner document of the returned DOM element.
      Parameters:
      document - to be used as factory.
      Returns:
      a w3c element representing this object