ownerElement

Gets the owner element for an ADOMAttr object. This is a DOM Level 2 attribute.

Interface

ADOMAttr (W3C DOM: Attr)

IDL definition
readonly attribute Element ownerElement;
JavaScript synopsis
attrobj.OwnerElement
C synopsis
ADOMElement* ADOMgetOwnerElement(ADOMAttr* attrobj);
Parameters
  • attrobj   The ADOMAttr object.

Returns

The owner element for the ADOMAttr object.

See also

Attr interface in The W3C DOM spec and corresponding M-Business DOM calls