public abstract javax.xml.transform.Result | createOutput(java.lang.String namespaceUri, java.lang.String suggestedFileName)Decides where the schema file (of the given namespace URI)
will be written, and return it as a {@link Result} object.
This method is called only once for any given namespace.
IOW, all the components in one namespace is always written
into the same schema document.
|