Uses of Class
org.jibx.runtime.impl.XMLWriterNamespaceBase

Packages that use XMLWriterNamespaceBase
org.jibx.runtime.impl   
 

Uses of XMLWriterNamespaceBase in org.jibx.runtime.impl
 

Subclasses of XMLWriterNamespaceBase in org.jibx.runtime.impl
 class GenericXMLWriter
          Generic handler for marshalling text document to a writer.
 class ISO88591StreamWriter
          Handler for marshalling text document to a UTF-8 output stream.
 class StAXWriter
          Writer generating StAX parse event stream output.
 class StreamWriterBase
          Base handler for marshalling text document to an output stream.
 class UTF8StreamWriter
          Handler for marshalling text document to a UTF-8 output stream.
 class XMLWriterBase
          Base implementation of XML writer interface.
 

Constructors in org.jibx.runtime.impl with parameters of type XMLWriterNamespaceBase
XMLWriterNamespaceBase(XMLWriterNamespaceBase base, String[] uris)
          Copy constructor.
 



Copyright © 2005-2011 jibx.org. All Rights Reserved.