org.openmdx.portal.text.conversion
Class XMLWriter
java.lang.Object
java.io.Writer
java.io.FilterWriter
org.openmdx.portal.text.conversion.XMLWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
public class XMLWriter
- extends FilterWriter
A writer that scrubs certain ASCII characters into XML entities.
|
Method Summary |
void |
write(char c)
|
void |
write(char[] cbuf,
int off,
int len)
|
void |
write(String s,
int off,
int len)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLWriter
public XMLWriter(Writer writer)
write
public void write(char[] cbuf,
int off,
int len)
throws IOException
- Overrides:
write in class FilterWriter
- Throws:
IOException
write
public void write(String s,
int off,
int len)
throws IOException
- Overrides:
write in class FilterWriter
- Throws:
IOException
write
public void write(char c)
throws IOException
- Throws:
IOException
This software is published under the BSD license. Copyright © 2006-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.