Determines if ADOMElement has named attribute. This is a DOM Level 2 method.
ADOMElement (W3C DOM: Element)
boolean hasAttribute(DOMString name);
document...elemname..HasAttribute(name)
ADOMBoolean ADOMhasAttribute( ADOMElement* elemobj, ADOMString name );
elemobj The ADOMElement object.
name [in] Name of attribute.
PODS_TRUE
If ADOMDOMImplementation has the attribute.
PODS_FALSE
Otherwise.
Results from hasAttribute( ) will be unpredictable if the attribute was: (1) a style attribute property; and, (2) removed by the removeAttribute( ) method of the DOM Element interface in The W3C DOM spec and corresponding M-Business DOM calls.
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |