DomAttribute->specified

(no version information, might be only in CVS)

DomAttribute->specified --  Checks if attribute is specified

Описание

class DomAttribute {

bool specified ( void )

}

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

Замечание: This method is not implemented yet.

Возвращаемые значения

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.

Смотрите также

The definition of specified in the DOM Recommendations