public interface XmlSerializable
XmlSerializable
...Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
toXml(org.w3c.dom.Document document)
Returns the xml representation of the implementing object as
Element . |
org.w3c.dom.Element toXml(org.w3c.dom.Document document)
Element
. The given Document
is used
as factory and represents the owner document
of the returned DOM element.document
- to be used as factory.Copyright © 2010 - 2020 Adobe. All Rights Reserved