public class ContentWriterXml extends AbstractContentWriter
printCDATA
EMPTY_ATTRIBUTES, encoding
Constructor and Description |
---|
ContentWriterXml(OutputStream out)
Creates XmlWriter which prints to the OutputStream interface.
|
ContentWriterXml(OutputStream out,
String encoding)
Creates XmlWriter which prints to the OutputStream interface.
|
ContentWriterXml(OutputStream out,
String encoding,
String charNewLine,
String charTab)
Creates XmlWriter which prints to the OutputStream interface.
|
ContentWriterXml(Writer out)
Creates XmlWriter which prints to the Writer interface.
|
ContentWriterXml(Writer out,
String encoding)
Creates XmlWriter which prints to the Writer interface.
|
ContentWriterXml(Writer out,
String encoding,
String charNewLine,
String charTab)
Creates XmlWriter which prints to the Writer interface.
|
startElementEnd
characters, characters, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
autoCloseStartElement, characters, charactersRaw, closeWriter, closeWriterSafe, comment, comment, endDocument, endElement, endPrefixMapping, ignorableWhitespace, ignorableWhitespace, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startElementNamespace, startElementNamespaceAll, startElementTag, startPrefixMapping, writeFlush
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
characters, characters, comment, ignorableWhitespace, ignorableWhitespace
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
public ContentWriterXml(Writer out, String encoding, String charNewLine, String charTab)
out
- The writer to print the xml to.public ContentWriterXml(Writer out, String encoding)
out
- The writer to print the xml to.public ContentWriterXml(OutputStream out, String encoding) throws UnsupportedEncodingException
out
- The OutputStream to write to.UnsupportedEncodingException
- Is thrown when UTF-8 can't we printed.public ContentWriterXml(Writer out)
out
- The writer to print the xml to.public ContentWriterXml(OutputStream out) throws UnsupportedEncodingException
out
- The OutputStream to write to.UnsupportedEncodingException
- Is thrown when UTF-8 can't we printed.public ContentWriterXml(OutputStream out, String encoding, String charNewLine, String charTab) throws UnsupportedEncodingException
out
- The OutputStream to write to.encoding
- The OutputStream encoding.charNewLine
- The newline char.charTab
- The tab char.UnsupportedEncodingException
- Is thrown when UTF-8 can't we printed.Copyright © 2004-2013 X4O. All Rights Reserved.