Uses of Interface
org.jibx.runtime.IXMLWriter
-
Packages that use IXMLWriter Package Description org.jibx.runtime org.jibx.runtime.impl -
-
Uses of IXMLWriter in org.jibx.runtime
Subinterfaces of IXMLWriter in org.jibx.runtime Modifier and Type Interface Description interfaceIExtensibleWriterExtensible version of standard XML writer interface.Methods in org.jibx.runtime that return IXMLWriter Modifier and Type Method Description IXMLWriterIExtensibleWriter. createChildWriter(String[] uris)Create a child writer instance to be used for a separate binding.IXMLWriterIMarshallingContext. getXmlWriter()Get the writer being used for output.Methods in org.jibx.runtime with parameters of type IXMLWriter Modifier and Type Method Description voidIMarshallingContext. 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 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.classXMLWriterNamespaceBaseBase implementation of XML writer interface namespace handling.Methods in org.jibx.runtime.impl that return IXMLWriter Modifier and Type Method Description IXMLWriterGenericXMLWriter. createChildWriter(String[] uris)Create a child writer instance to be used for a separate binding.IXMLWriterISO88591StreamWriter. createChildWriter(String[] uris)Create a child writer instance to be used for a separate binding.IXMLWriterStAXWriter. createChildWriter(String[] uris)Create a child writer instance to be used for a separate binding.IXMLWriterUTF8StreamWriter. createChildWriter(String[] uris)Create a child writer instance to be used for a separate binding.IXMLWriterMarshallingContext. getXmlWriter()Get the writer being used for output.Methods in org.jibx.runtime.impl with parameters of type IXMLWriter Modifier and Type Method Description voidMarshallingContext. setXmlWriter(IXMLWriter xwrite)Set the writer being used for output.
-