Uses of Class
org.jibx.runtime.impl.XMLWriterBase
-
Packages that use XMLWriterBase Package Description org.jibx.runtime.impl -
-
Uses of XMLWriterBase in org.jibx.runtime.impl
Subclasses of XMLWriterBase in org.jibx.runtime.impl 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.classStreamWriterBaseBase handler for marshalling text document to an output stream.classUTF8StreamWriterHandler for marshalling text document to a UTF-8 output stream.Constructors in org.jibx.runtime.impl with parameters of type XMLWriterBase Constructor Description XMLWriterBase(XMLWriterBase base, String[] uris)Copy constructor.
-