public interface IExtensibleWriter extends IXMLWriter
| Modifier and Type | Method and Description |
|---|---|
IXMLWriter |
createChildWriter(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(String[] uris) throws IOException
uris - ordered array of URIs for namespaces used in documentIOExceptionCopyright © 2005-2014 jibx.org. All Rights Reserved.