Package org.codehaus.plexus.util.xml
Class XmlStreamWriter
java.lang.Object
java.io.Writer
org.codehaus.plexus.util.xml.XmlStreamWriter
- All Implemented Interfaces:
- Closeable,- Flushable,- Appendable,- AutoCloseable
Character stream that handles (or at least attempts to) all the necessary Voodo to figure out the charset encoding of
 the XML document written to the stream.
- Since:
- 1.4.4
- Author:
- Herve Boutemy
- 
Constructor Details- 
XmlStreamWriter
- 
XmlStreamWriter- Throws:
- IOException
 
 
- 
- 
Method Details- 
getEncoding
- 
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- Specified by:
- writein class- Writer
- Throws:
- IOException
 
 
-