Uses of Class
org.apache.ws.commons.serialize.XMLWriterImpl

Packages that use XMLWriterImpl
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 XMLWriterImpl in org.apache.ws.commons.serialize
 

Subclasses of XMLWriterImpl in org.apache.ws.commons.serialize
 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.
 



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.