public interface SAXProducer
| Modifier and Type | Method and Description |
|---|---|
void |
serializeTo(QName rootElement,
XMLDocument xml)
Serialize this object to xml
|
void serializeTo(QName rootElement, XMLDocument xml) throws SAXException
rootElement - can be null, in case it should use its default root elementxml - xml document into which serialization to be doneSAXExceptionCopyright © 2019. All rights reserved.