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