Gets the owner element for an ADOMAttr object. This is a DOM Level 2 attribute.
            
 ADOMAttr (W3C DOM: Attr)
            
readonly attribute Element ownerElement;
attrobj.OwnerElementADOMElement* ADOMgetOwnerElement(ADOMAttr* attrobj);
attrobj    The ADOMAttr object.
                     
 The owner element for the ADOMAttr object.
            
Attr interface in The W3C DOM spec and corresponding M-Business DOM calls
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |