groovy.xml.streamingmarkupsupport
Class StreamingMarkupWriter
java.lang.Object
java.io.Writer
groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
- public class StreamingMarkupWriter
- extends Writer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
writer
protected final Writer writer
encoding
protected final String encoding
encoder
protected final CharsetEncoder encoder
StreamingMarkupWriter
public StreamingMarkupWriter(Writer writer,
String encoding)
StreamingMarkupWriter
public StreamingMarkupWriter(Writer writer)
close
public void close()
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException
write
public void write(char[] cbuf,
int off,
int len)
throws IOException
- Throws:
IOException
attributeValue
public Writer attributeValue()
bodyText
public Writer bodyText()
unescaped
public Writer unescaped()
Copyright © 2003-2007 The Codehaus. All Rights Reserved.