DomAttribute->specified

(no version information, might be only in CVS)

DomAttribute->specified --  Checks if attribute is specified

Popis

class DomAttribute {

bool specified ( void )

}

Checks if the attribute was explicitly given a value in the original document.

Poznámka: This method is not implemented yet.

Návratové hodnoty

Vrací TRUE při úspěchu, FALSE při selhání.

Viz také

The definition of specified in the DOM Recommendations