Class StreamingMarkupWriter

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.Appendable, java.lang.AutoCloseable

    public class StreamingMarkupWriter
    extends groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
    Specialized StreamingMarkupWriter that handles the escaping of double quotes in XML attributes
    Since:
    1.1
    • Field Summary

      • Fields inherited from class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter

        encoder, encoding, encodingKnown, haveHighSurrogate, surrogatePair, writer, writingAttribute
      • Fields inherited from class java.io.Writer

        lock
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(int i)  
      • Methods inherited from class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter

        close, escaped, flush, getEncoding, getEncodingKnown, setWritingAttribute, unescaped, write
      • Methods inherited from class java.io.Writer

        append, append, append, nullWriter, write, write, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StreamingMarkupWriter

        public StreamingMarkupWriter​(java.io.Writer writer,
                                     java.lang.String s)
      • StreamingMarkupWriter

        public StreamingMarkupWriter​(java.io.Writer writer)
    • Method Detail

      • write

        public void write​(int i)
                   throws java.io.IOException
        Overrides:
        write in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
        Throws:
        java.io.IOException