(no version information, might be only in CVS)
DOMElement->setIdAttributeNS() -- Declares the attribute specified by local name and namespace URI to be of type ID
说明
class
DOMElement {
void
setIdAttributeNS ( string namespaceURI, string localName, bool isId )
}
Declares the attribute specified by localName and
namespaceURI to be of type ID.