Uses of Class
org.jibx.runtime.impl.XMLWriterNamespaceBase
-
Packages that use XMLWriterNamespaceBase Package Description org.jibx.runtime.impl -
-
Uses of XMLWriterNamespaceBase in org.jibx.runtime.impl
Subclasses of XMLWriterNamespaceBase 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.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.Constructors in org.jibx.runtime.impl with parameters of type XMLWriterNamespaceBase Constructor Description XMLWriterNamespaceBase(XMLWriterNamespaceBase base, String[] uris)Copy constructor.
-