Uses of Interface
org.jibx.runtime.IExtensibleWriter
-
Packages that use IExtensibleWriter Package Description org.jibx.runtime.impl -
-
Uses of IExtensibleWriter in org.jibx.runtime.impl
Classes in org.jibx.runtime.impl that implement IExtensibleWriter Modifier and Type Class Description classGenericXMLWriterGeneric handler for marshalling text document to a writer.classISO88591StreamWriterHandler for marshalling text document to a UTF-8 output stream.classStAXWriterWriter generating StAX parse event stream output.classStreamWriterBaseBase handler for marshalling text document to an output stream.classUTF8StreamWriterHandler for marshalling text document to a UTF-8 output stream.classXMLWriterBaseBase implementation of XML writer interface.
-