public class ISO88591StreamWriter extends StreamWriterBase
Constructor and Description |
---|
ISO88591StreamWriter(ISO88591StreamWriter base,
java.lang.String[] uris)
Copy constructor.
|
ISO88591StreamWriter(java.lang.String[] uris)
Constructor with supplied buffer.
|
Modifier and Type | Method and Description |
---|---|
IXMLWriter |
createChildWriter(java.lang.String[] uris)
Create a child writer instance to be used for a separate binding.
|
void |
writeCData(java.lang.String text)
Write CDATA text to document.
|
void |
writeTextContent(java.lang.String text)
Write ordinary character data text content to document.
|
close, flush, getEncodingName, indent, indent, popExtensionNamespaces, pushExtensionNamespaces, setBuffer, setIndentSpaces, setNamespaceUris
addAttribute, closeEmptyTag, closeStartTag, endTag, init, reset, startTagClosed, startTagNamespaces, startTagOpen, writeComment, writeDocType, writeEntityRef, writePI, writeXMLDecl
getExtensionNamespaces, getNamespaceCount, getNamespacePrefix, getNamespaces, getNamespaceUri, getNestingDepth, getPrefixIndex, openNamespaces, popTranslationTable, pushTranslationTable, translateNamespace
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtensionNamespaces, getNamespaceCount, getNamespacePrefix, getNamespaces, getNamespaceUri, getNestingDepth, getPrefixIndex, openNamespaces, popTranslationTable, pushTranslationTable
public ISO88591StreamWriter(java.lang.String[] uris)
uris
- ordered array of URIs for namespaces used in document (must
be constant; the value in position 0 must always be the empty string "",
and the value in position 1 must always be the XML namespace
"http://www.w3.org/XML/1998/namespace")public ISO88591StreamWriter(ISO88591StreamWriter base, java.lang.String[] uris)
base
- instance to be used as base for writeruris
- ordered array of URIs for namespaces used in document
(see ISO88591StreamWriter(String[])
)public void writeTextContent(java.lang.String text) throws java.io.IOException
text
- content value textjava.io.IOException
- on error writing to documentpublic void writeCData(java.lang.String text) throws java.io.IOException
text
- content value textjava.io.IOException
- on error writing to documentpublic IXMLWriter createChildWriter(java.lang.String[] uris) throws java.io.IOException
uris
- ordered array of URIs for namespaces used in document
(see ISO88591StreamWriter(String[])
)java.io.IOException