org.codehaus.groovy.sandbox.markup
Class StreamingMarkupWriter
java.lang.Object
java.io.Writer
org.codehaus.groovy.sandbox.markup.StreamingMarkupWriter
- public class StreamingMarkupWriter
- extends Writer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegate
protected final Writer delegate
StreamingMarkupWriter
public StreamingMarkupWriter(Writer delegate)
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-2005 The Codehaus. All Rights Reserved.