public interface XmlSerializable
XmlSerializable
...Modifier and Type | Method and Description |
---|---|
Element |
toXml(Document document)
Returns the xml representation of the implementing object as
Element . |
Element toXml(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 © 2004–2024 The Apache Software Foundation. All rights reserved.