Package org.clazzes.jdbc2xml.sax

Class Summary
InsertContentHandler  
JDBC2XMLSchemaHelper This class helps in contructing a Schema instance, which is suitable for parsing jdbc2xml XML documents.
JDBCToSAXWriter This class writes a series of JDBC select queries to an XML document using a SAX ContentHandler instance.
SAXCharDataWriter This is an adapter class which writes character data to the content of an XML tag using a SAX ContentHandler.
XmlPretty A ContentHandler that will perform some formatting issues (indentation, line breaks) before delegating calls to its owned handler.
An instance of this class could simply be inserted into a chain of content handlers to produce well formatted (human readable) XML-Files.

...
XmlPrettyConfig cfg = new XmlPrettyConfig();
ContentHandler formatHandler = new XmlPretty(handler, cfg);
formatHandler.startDocument();
...
XmlPrettyConfig Configuration for XmlPretty.
 



Copyright © 2010. All Rights Reserved.