Class StreamingMarkupWriter

java.lang.Object
java.io.Writer
groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class StreamingMarkupWriter extends Writer
  • Field Details

    • writer

      protected final Writer writer
    • encoding

      protected final String encoding
    • encodingKnown

      protected boolean encodingKnown
    • encoder

      protected final CharsetEncoder encoder
    • writingAttribute

      protected boolean writingAttribute
    • haveHighSurrogate

      protected boolean haveHighSurrogate
    • surrogatePair

      protected StringBuilder surrogatePair
  • Constructor Details

    • StreamingMarkupWriter

      public StreamingMarkupWriter(Writer writer, String encoding)
    • StreamingMarkupWriter

      public StreamingMarkupWriter(Writer writer, String encoding, boolean useDoubleQuotes)
    • StreamingMarkupWriter

      public StreamingMarkupWriter(Writer writer)
  • Method Details