IXMLWriterGenericXMLWriter, ISO88591StreamWriter, StAXWriter, StreamWriterBase, UTF8StreamWriter, XMLWriterBasepublic interface IExtensibleWriter extends IXMLWriter
| Modifier and Type | Method | Description |
|---|---|---|
IXMLWriter |
createChildWriter(java.lang.String[] uris) |
Create a child writer instance to be used for a separate binding.
|
addAttribute, close, closeEmptyTag, closeStartTag, endTag, flush, getExtensionNamespaces, getNamespaceCount, getNamespacePrefix, getNamespaces, getNamespaceUri, getNestingDepth, getPrefixIndex, indent, init, openNamespaces, popExtensionNamespaces, popTranslationTable, pushExtensionNamespaces, pushTranslationTable, reset, setIndentSpaces, startTagClosed, startTagNamespaces, startTagOpen, writeCData, writeComment, writeDocType, writeEntityRef, writePI, writeTextContent, writeXMLDeclIXMLWriter createChildWriter(java.lang.String[] uris) throws java.io.IOException
uris - ordered array of URIs for namespaces used in documentjava.io.IOException