DomAttribute->specified
(no version information, might be only in CVS)
DomAttribute->specified --
Checks if attribute is specified
Leírás
class
DomAttribute {
bool
specified ( void )
}
Checks if the attribute was explicitly given a value in the original
document.
Megjegyzés:
This method is not implemented yet.
Visszatérési értékek
Siker esetén TRUE értékkel tér vissza,
ellenkező esetben FALSE értéket ad.
Lásd még
The definition of specified in the DOM
Recommendations
|