Uses of Class
com.ctc.wstx.sw.XmlWriter
Packages that use XmlWriter
Package
Description
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
This package contains miscellaneous classes that implement Woodstox.
-
Uses of XmlWriter in com.ctc.wstx.sr
Methods in com.ctc.wstx.sr with parameters of type XmlWriterModifier and TypeMethodDescriptionvoidAttributeCollector.writeAttribute(int index, XmlWriter xw) Deprecated.Since 5.0.3voidAttributeCollector.writeAttribute(int index, XmlWriter xw, org.codehaus.stax2.validation.XMLValidator validator) Method that basically serializes the specified (read-in) attribute using Writers provided. -
Uses of XmlWriter in com.ctc.wstx.stax
Methods in com.ctc.wstx.stax with parameters of type XmlWriterModifier and TypeMethodDescriptionprotected org.codehaus.stax2.XMLStreamWriter2WstxOutputFactory.createSW(String enc, WriterConfig cfg, XmlWriter xw) Called by {code createSW(OutputStream, Writer, String, boolean)} after all of the necessary configuration logic is complete. -
Uses of XmlWriter in com.ctc.wstx.sw
Subclasses of XmlWriter in com.ctc.wstx.swModifier and TypeClassDescriptionfinal classConcrete implementation ofEncodingXmlWriterused when output is to be encoded using 7-bit ascii (US-ASCII) encoding.final classclassIntermediate base class used when outputting to streams that use an encoding that is compatible with 7-bit single-byte Ascii encoding.final classConcrete implementation ofEncodingXmlWriterused when output is to be encoded using ISO-8859-1, aka ISO-Latin1 encoding.Fields in com.ctc.wstx.sw declared as XmlWriterModifier and TypeFieldDescriptionprotected final XmlWriterBaseStreamWriter.mWriterActual physical writer to output serialized XML content toprotected final XmlWriterXmlWriterWrapper.mWriterMethods in com.ctc.wstx.sw with parameters of type XmlWriterModifier and TypeMethodDescriptionstatic XmlWriterWrapperXmlWriterWrapper.wrapWriteCharacters(XmlWriter xw) static XmlWriterWrapperXmlWriterWrapper.wrapWriteRaw(XmlWriter xw) Constructors in com.ctc.wstx.sw with parameters of type XmlWriterModifierConstructorDescriptionBaseNsStreamWriter(XmlWriter xw, String enc, WriterConfig cfg, boolean repairing) protectedBaseStreamWriter(XmlWriter xw, String enc, WriterConfig cfg) NonNsStreamWriter(XmlWriter xw, String enc, WriterConfig cfg) protectedRawWrapper(XmlWriter writer) RepairingNsStreamWriter(XmlWriter xw, String enc, WriterConfig cfg) SimpleNsStreamWriter(XmlWriter xw, String enc, WriterConfig cfg) protectedTextWrapper(XmlWriter writer) protectedTypedStreamWriter(XmlWriter xw, String enc, WriterConfig cfg) protectedXmlWriterWrapper(XmlWriter writer)