Gets the boolean value for an ADOMElement
object’s named attribute.
ADOMElement
(W3C DOM: Element
)
boolean getAttributeAsBoolean(DOMString name);
elemobj.GetAttributeAsBoolean(name)
ADOMBoolean ADOMgetAttributeAsBoolean( ADOMElement* elemmobj, ADOMString name );
elemobj The ADOMElement
object.
name [in] Name of attribute.
PODS_TRUE
If attribute is set to PODS_TRUE
.
PODS_FALSE
Otherwise.
setAttributeAsBoolean( ), getAttributeAsInt( ), hasAttribute( )
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |