Uses of Interface
org.jibx.runtime.IXMLWriter

Packages that use IXMLWriter
org.jibx.runtime   
org.jibx.runtime.impl   
 

Uses of IXMLWriter in org.jibx.runtime
 

Subinterfaces of IXMLWriter in org.jibx.runtime
 interface IExtensibleWriter
          Extensible version of standard XML writer interface.
 

Methods in org.jibx.runtime that return IXMLWriter
 IXMLWriter IExtensibleWriter.createChildWriter(String[] uris)
          Create a child writer instance to be used for a separate binding.
 IXMLWriter IMarshallingContext.getXmlWriter()
          Get the writer being used for output.
 

Methods in org.jibx.runtime with parameters of type IXMLWriter
 void IMarshallingContext.setXmlWriter(IXMLWriter xwrite)
          Set the writer being used for output.
 

Uses of IXMLWriter in org.jibx.runtime.impl
 

Classes in org.jibx.runtime.impl that implement IXMLWriter
 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.
 class XMLWriterNamespaceBase
          Base implementation of XML writer interface namespace handling.
 

Methods in org.jibx.runtime.impl that return IXMLWriter
 IXMLWriter UTF8StreamWriter.createChildWriter(String[] uris)
          Create a child writer instance to be used for a separate binding.
 IXMLWriter ISO88591StreamWriter.createChildWriter(String[] uris)
          Create a child writer instance to be used for a separate binding.
 IXMLWriter StAXWriter.createChildWriter(String[] uris)
          Create a child writer instance to be used for a separate binding.
 IXMLWriter GenericXMLWriter.createChildWriter(String[] uris)
          Create a child writer instance to be used for a separate binding.
 IXMLWriter MarshallingContext.getXmlWriter()
          Get the writer being used for output.
 

Methods in org.jibx.runtime.impl with parameters of type IXMLWriter
 void MarshallingContext.setXmlWriter(IXMLWriter xwrite)
          Set the writer being used for output.
 



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