Modifiers | Name | Description |
---|---|---|
protected CharsetEncoder |
encoder |
|
protected String |
encoding |
|
protected boolean |
encodingKnown |
|
protected boolean |
haveHighSurrogate |
|
protected StringBuffer |
surrogatePair |
|
protected Writer |
writer |
|
protected boolean |
writingAttribute |
Constructor and description |
---|
StreamingMarkupWriter
(Writer writer, String encoding) |
StreamingMarkupWriter
(Writer writer, String encoding, boolean useDoubleQuotes) |
StreamingMarkupWriter
(Writer writer) |
Type | Name and description |
---|---|
void |
close() |
Writer |
escaped() |
void |
flush() |
String |
getEncoding() |
boolean |
getEncodingKnown() |
void |
setWritingAttribute(boolean writingAttribute) |
Writer |
unescaped() |
void |
write(int c) |
void |
write(char[] cbuf, int off, int len) |
Methods inherited from class | Name |
---|---|
class Writer |
append, append, append, append, append, append, write, write, write, write, write, close, flush, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Copyright © 2003-2014 The Codehaus. All rights reserved.