public class XMLWriter extends Object
| Constructor and Description |
|---|
XMLWriter(OutputStream out) |
XMLWriter(OutputStream out,
OutputFormat format) |
XMLWriter(Writer writer) |
XMLWriter(Writer writer,
OutputFormat format) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaximumAllowedCharacter() |
void |
setIndentLevel(int indentLevel) |
void |
setMaximumAllowedCharacter(int maximumAllowedCharacter) |
void |
write(IAttribute attribute) |
void |
write(IDocument doc) |
void |
write(IElement element) |
public XMLWriter(OutputStream out) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic XMLWriter(OutputStream out, OutputFormat format) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic XMLWriter(Writer writer)
public XMLWriter(Writer writer, OutputFormat format)
public int getMaximumAllowedCharacter()
public void setIndentLevel(int indentLevel)
public void setMaximumAllowedCharacter(int maximumAllowedCharacter)
public void write(IAttribute attribute) throws IOException
IOExceptionpublic void write(IDocument doc) throws IOException
IOExceptionpublic void write(IElement element) throws IOException
IOExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.