The DOMAttr class
Введение
DOMAttr represents an attribute in the DOMElement object.
Class synopsis
DOMAttr
class DOMAttr
extends
DOMNode
{
/* Properties */
/* Methods */
/* Inherited methods */
}Свойства
- name
-
The name of the attribute
- ownerElement
-
The element which contains the attribute
- schemaTypeInfo
-
Not implemented yet, always is NULL
- specified
-
Not implemented yet, always is NULL
- value
-
The value of the attribute
Содержание
- DOMAttr::__construct — Creates a new DOMAttr object
- DOMAttr::isId — Checks if attribute is a defined ID
DOMAttr
There are no user contributed notes for this page.
