EXPORT_SPEC int ixmlElement_setAttributeNS

(IXML_Element* element,
  DOMString namespaceURI,
  DOMString qualifiedName,
  DOMString value )

Adds a new attribute to an Element using the local name and namespace URI.

Documentation

Adds a new attribute to an Element using the local name and namespace URI. If another attribute matches the same local name and namespace, the prefix is changed to be the prefix part of the qualifiedName and the value is changed to value.

Parameters:
element - The Element on which to set the attribute.
namespaceURI - The namespace URI of the new attribute.
qualifiedName - The qualified name of the attribute.
value - The new value for the attribute.
Returns:
[int] An integer representing one of the following:

Alphabetic index



This page was generated with the help of DOC++.