public setIdAttribute(name as String, isId as Boolean) as Void throws DOMException
Marks an attribute as an identifier attribute.
element.setIdAttribute("id", true)