XmlException if no start tag is open.XmlStreamWriter.attribute
void attribute(string qname, string value) @safeWrites an attribute on the currently open start tag.
Parameters
qname | Attribute name. |
value | Attribute value. |
void attribute(string qname, string value) @safeWrites an attribute on the currently open start tag.
qname | Attribute name. |
value | Attribute value. |
XmlException if no start tag is open.