# Titanium.XML.Attr

Represents an attribute of an Titanium.XML.Element.

Availability
0.9
0.9
9.2.0

# Overview

Implements the DOM Level 2 API (opens new window) on Android and iOS.

# Properties

# name READONLY

Availability
0.9
0.9
9.2.0
name :String

Attribute name


# ownerElement READONLY

Availability
0.9
0.9
9.2.0
ownerElement :Titanium.XML.Element

The Titanium.XML.Element to which the attribute belongs.


# specified READONLY

Availability
0.9
0.9
9.2.0
specified :Boolean

True if this attribute was explicitly given a value in the instance document, false otherwise.


# value

Availability
0.9
0.9
9.2.0
value :String

The attribute value as a string.