Interface IExtensibleWriter

    • Method Detail

      • createChildWriter

        IXMLWriter createChildWriter​(java.lang.String[] uris)
                              throws java.io.IOException
        Create a child writer instance to be used for a separate binding. The child writer inherits the output handling from this writer, while using the supplied namespace URIs.
        Parameters:
        uris - ordered array of URIs for namespaces used in document
        Returns:
        child writer
        Throws:
        java.io.IOException