Properties
The following properties are defined in the XmlAttr class.
| Name | Access | Type | Description |
|---|---|---|---|
| Name | R | String | Attr node attribute name |
| OwnerElement | R | XmlElement | Element node to which the Attr node belongs |
| Specified | R | Boolean | Whether the value of the Attr node is explicitly set |
| Value | RW | String | Attr node value |
Access
R: Readable W: Writable C: Initializable