DomAttribute->name
(no version information, might be only in CVS)
DomAttribute->name -- Returns name of attribute
Description
bool DomAttribute->name ( void )
This function returns the name of the attribute.
See also domattribute_value().
DomAttribute->specified
(no version information, might be only in CVS)
DomAttribute->specified -- Checks if attribute is specified
Description
bool DomAttribute->specified ( void )
Check DOM standard for a detailed explanation.
|