Interface IXmlPersistenceSupport

    • Method Detail

      • toXml

        org.w3c.dom.Element toXml​(org.w3c.dom.Document document)
        Creates an Element (using the given document) that represents this object in XML. The caller is responsible of adding the returned element to an other Element or Document if required.
        Parameters:
        document - the document to use for creating Elements
        Returns:
        an Element that represents this object as XML element