DomAttribute->specified

(no version information, might be only in CVS)

DomAttribute->specified --  Checks if attribute is specified

Descrição

class DomAttribute {

bool specified ( void )

}

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

Nota: This method is not implemented yet.

Valores de retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.

Veja também

The definition of specified in the DOM Recommendations