|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectWriter
FilterWriter
ReplacingWriter
XmlEncodingWriter
public class XmlEncodingWriter
A Writer which replaces XML special characters
(such as &) by the respective XML entities.
| Constructor Summary | |
|---|---|
XmlEncodingWriter(Writer writer)
This constructor takes the underlying writer
to which the modified strings should be written as its
argument. |
|
| Method Summary |
|---|
| Methods inherited from class ReplacingWriter |
|---|
addReplacementRule, write, write, write |
| Methods inherited from class FilterWriter |
|---|
close, flush |
| Methods inherited from class Writer |
|---|
append, append, append, write, write |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlEncodingWriter(Writer writer)
writer
to which the modified strings should be written as its
argument.
writer - the underlying writer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||