Generate start tag for element with namespaces. This creates the actual start tag, along with any necessary namespace declarations. Previously active namespace declarations are not duplicated. The tag is left incomplete, allowing other attributes to be added. TODO: Handle nested default namespaces declarations, prefixes for outers
@param index namespace URI index number
@param name element name
@param nums array of namespace indexes defined by this element (mustbe constant, reference is kept until end of element)
@param prefs array of namespace prefixes mapped by this element (nonull values, use "" for default namespace declaration)
@return this context (to allow chained calls)
@throws JiBXException on any error (possibly wrapping other exception)
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.