Package com.generationjava.io.xml

Interface Summary
XmlWriter Interface for anything which is able to output Xml.
 

Class Summary
AbstractXmlWriter Provides a few method implementations for XmlWriter implementations.
DelegatingXmlWriter Superclass for any XmlWriter which will wrap another XmlWriter.
EmptyElementXmlWriter Has various strategies for dealing with null or empty-string values.
FormattingXmlWriter Formats Numbers and Dates on the fly.
JarvWriter Validates the written XML against a DTD or XML Schema using the iso_relax/jarv library.
PrettyPrinterXmlWriter Handles indentation on the fly.
SimpleXmlWriter Makes writing XML much much easier.
XmlEncXmlWriter An XmlWriter implementation, meaning it actually does output, that sits on top of the znerd.ord XmlEnc library.
XmlUtils XML helping static methods.
 



Copyright © 2000-2007 OSJava. All Rights Reserved.