The DomNode class / xml.DomNode methods |
Sets (or resets) an XML Attribute for an XML Element DomNode object.
setAttribute( name STRING, value STRING )
Sets (or resets) an XML Attribute for this XML Element DomNode object, where name is the name of the XML Attribute and val is the value of the XML Attribute.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.