public class ContentWriterXml extends AbstractContentWriter
printCDATAEMPTY_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.
|
startElementEndcharacters, characters, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntityautoCloseStartElement, characters, charactersRaw, closeWriter, closeWriterSafe, comment, comment, endDocument, endElement, endPrefixMapping, ignorableWhitespace, ignorableWhitespace, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startElementNamespace, startElementNamespaceAll, startElementTag, startPrefixMapping, writeFlushclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharacters, characters, comment, ignorableWhitespace, ignorableWhitespacecharacters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMappingcomment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntitypublic 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.