xml.DomNode.setAttribute
Sets (or resets) an XML Attribute for an XML Element DomNode object.
Syntax
setAttribute(
name STRING,
value STRING )
- name defines the name of the XML Attribute.
- value defines the value of the XML Attribute.
Usage
Use this method to set (or reset) an XML Attribute for this XML Element DomNode object, where name is the name of the XML Attribute and value is the value of the XML Attribute.
In case of error, the method throws an exception and sets the
status
variable. Depending on the error, a human-readable description of the
problem is available in the sqlca.sqlerrm
register. See Error handling in GWS calls (status).