public interface Documentable
Modifier and Type | Method and Description |
---|---|
Node |
toXML(Document doc)
Document (aka serialize) this object into an XML DOM node.
|
Node toXML(Document doc) throws DOMException
doc
- What document will own the node.DOMException
- If an error occurs while creating the DOM structure.Copyright © 1999–2017 Apache OODT. All rights reserved.