JavaScript Editor Javascript debugger     Website design 


DomAttribute->specified

Checks if attribute is specified ()

DomAttribute {
  bool specified();
}

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

Note:

This method is not implemented yet.

Return Values

Returns TRUE on success or FALSE on failure.

See Also
The definition of » specified in the DOM Recommendations