Uses of Interface
org.apache.ws.commons.serialize.XMLWriter

Packages that use XMLWriter
org.apache.ws.commons.serialize This package contains classes for serializing XML to an instance of Writer, much like the javax.xml.transform.stream package. 
 

Uses of XMLWriter in org.apache.ws.commons.serialize
 

Classes in org.apache.ws.commons.serialize that implement XMLWriter
 class CharSetXMLWriter
          An improved version of XMLWriterImpl, using theCharset from Java 1.4.
 class OrderedAttributeXMLWriter
          A subclass of XMLWriterImpl, which writes the attributes ordered alphabetically.
 class PassThroughXMLWriter
          A subclass of XMLWriterImpl, which is escaping nothing.
 class XMLWriterImpl
          Default implementation of XMLWriter.
 



Copyright 2005-2005-2006 Apache Software Foundation. All Rights Reserved.