(no version information, might be only in CVS)
DOMElement->setIdAttribute() -- Declares the attribute specified by name to be of type ID
Declares the attribute name
to be of type ID.
name
The name of the attribute.
isId
Set it to TRUE if you want name
to be of type
ID, FALSE otherwise.
Raised if the node is readonly.
Raised if name
is not an attribute of this element.