Package org.grails.web.xml
Class StreamingMarkupWriter
- java.lang.Object
-
- java.io.Writer
-
- groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
-
- org.grails.web.xml.StreamingMarkupWriter
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.Appendable,java.lang.AutoCloseable
public class StreamingMarkupWriter extends groovy.xml.streamingmarkupsupport.StreamingMarkupWriterSpecialized StreamingMarkupWriter that handles the escaping of double quotes in XML attributes- Since:
- 1.1
-
-
Constructor Summary
Constructors Constructor Description StreamingMarkupWriter(java.io.Writer writer)StreamingMarkupWriter(java.io.Writer writer, java.lang.String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(int i)
-