Open the specified namespaces for use. This method is normally only called internally, when namespace declarations are actually written to output. It is exposed as part of this interface to allow for special circumstances where namespaces are being written outside the usual processing. The namespaces will remain open for use until the current element is closed.
@param nums array of namespace indexes defined by this element (referencekept until namespaces are closed, values may be modified by this method)
@param prefs array of namespace prefixes mapped by this element (nonull values, use "" for default namespace declaration)
@return array of indexes for namespaces not previously active (the onesactually needing to be declared, in the case of text output)
@throws IOException on error writing to document
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.