Interface XmlSerializable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.w3c.dom.Element toXml​(org.w3c.dom.Document document)
      Returns the xml representation of the implementing object as Element.
    • Method Detail

      • toXml

        org.w3c.dom.Element toXml​(org.w3c.dom.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