Uses of Class
com.ctc.wstx.sw.XmlWriter
-
Packages that use XmlWriter Package Description com.ctc.wstx.sr This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such.com.ctc.wstx.stax This package contains miscellaneous classes that implement Woodstox.com.ctc.wstx.sw -
-
Uses of XmlWriter in com.ctc.wstx.sr
Methods in com.ctc.wstx.sr with parameters of type XmlWriter Modifier and Type Method Description voidAttributeCollector. writeAttribute(int index, XmlWriter xw)Deprecated.Since 5.0.3voidAttributeCollector. writeAttribute(int index, XmlWriter xw, 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 XmlWriter Modifier and Type Method Description protected XMLStreamWriter2WstxOutputFactory. createSW(String enc, WriterConfig cfg, XmlWriter xw)Called byWstxOutputFactory.createSW(OutputStream, Writer, String, boolean)after all of the nessesary configuration logic is complete. -
Uses of XmlWriter in com.ctc.wstx.sw
Subclasses of XmlWriter in com.ctc.wstx.sw Modifier and Type Class Description classAsciiXmlWriterConcrete implementation ofEncodingXmlWriterused when output is to be encoded using 7-bit ascii (US-ASCII) encoding.classBufferingXmlWriterclassEncodingXmlWriterIntermediate base class used when outputting to streams that use an encoding that is compatible with 7-bit single-byte Ascii encoding.classISOLatin1XmlWriterConcrete implementation ofEncodingXmlWriterused when output is to be encoded using ISO-8859-1, aka ISO-Latin1 encoding.Fields in com.ctc.wstx.sw declared as XmlWriter Modifier and Type Field Description protected XmlWriterBaseStreamWriter. mWriterActual physical writer to output serialized XML content toprotected XmlWriterXmlWriterWrapper. mWriterMethods in com.ctc.wstx.sw with parameters of type XmlWriter Modifier and Type Method Description static XmlWriterWrapperXmlWriterWrapper. wrapWriteCharacters(XmlWriter xw)static XmlWriterWrapperXmlWriterWrapper. wrapWriteRaw(XmlWriter xw)Constructors in com.ctc.wstx.sw with parameters of type XmlWriter Constructor Description BaseNsStreamWriter(XmlWriter xw, String enc, WriterConfig cfg, boolean repairing)BaseStreamWriter(XmlWriter xw, String enc, WriterConfig cfg)NonNsStreamWriter(XmlWriter xw, String enc, WriterConfig cfg)RepairingNsStreamWriter(XmlWriter xw, String enc, WriterConfig cfg)SimpleNsStreamWriter(XmlWriter xw, String enc, WriterConfig cfg)TypedStreamWriter(XmlWriter xw, String enc, WriterConfig cfg)XmlWriterWrapper(XmlWriter writer)
-