Class StreamingMarkupWriter
java.lang.Object
java.io.Writer
groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
- All Implemented Interfaces:
- Closeable,- Flushable,- Appendable,- AutoCloseable
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final CharsetEncoderprotected final Stringprotected booleanprotected booleanprotected StringBuilderprotected final Writerprotected boolean
- 
Constructor SummaryConstructorsConstructorDescriptionStreamingMarkupWriter(Writer writer) StreamingMarkupWriter(Writer writer, String encoding) StreamingMarkupWriter(Writer writer, String encoding, boolean useDoubleQuotes) 
- 
Method Summary
- 
Field Details- 
writer
- 
encoding
- 
encodingKnownprotected boolean encodingKnown
- 
encoder
- 
writingAttributeprotected boolean writingAttribute
- 
haveHighSurrogateprotected boolean haveHighSurrogate
- 
surrogatePair
 
- 
- 
Constructor Details- 
StreamingMarkupWriter
- 
StreamingMarkupWriter
- 
StreamingMarkupWriter
 
- 
- 
Method Details- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Specified by:
- closein class- Writer
- Throws:
- IOException
 
- 
flush- Specified by:
- flushin interface- Flushable
- Specified by:
- flushin class- Writer
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- Writer
- Throws:
- IOException
 
- 
write- Specified by:
- writein class- Writer
- Throws:
- IOException
 
- 
setWritingAttributepublic void setWritingAttribute(boolean writingAttribute) 
- 
escaped
- 
unescaped
- 
getEncoding
- 
getEncodingKnownpublic boolean getEncodingKnown()
 
-