Writes an attribute to the output stream without a prefix.
@param localName the local name of the attribute
@param value the value of the attribute
@throws IllegalStateException if the current state does not allow Attribute writing
@throws XMLStreamException
Writes an attribute with the specified value. An element must be created first.
@param name name of attribute
@param value value of attribute
@throws RenderException write failed
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.