XMLAttribute
Class XMLAttribute
| Method Prototype | Description
|
| Function OwnerElement() As XMLElement | Reference to the parent element for the attribute.
|
Example: <myElement myAttribute="attributeValue"></myElement>
XMLAttribute is a subclass of
XMLNode.