jlibs.xml.sax
Interface SAXProducer


public interface SAXProducer

This interface tells how to convert this object to xml

Author:
Santhosh Kumar T

Method Summary
 void serializeTo(QName rootElement, XMLDocument xml)
          Serialize this object to xml
 

Method Detail

serializeTo

void serializeTo(QName rootElement,
                 XMLDocument xml)
                 throws SAXException
Serialize this object to xml

Parameters:
rootElement - can be null, in case it should use its default root element
xml - xml document into which serialization to be done
Throws:
SAXException


Copyright © 2015. All rights reserved.