public abstract String getAttributeValue (int index)
Since: API Level 1
Returns the given attributes value. Throws an IndexOutOfBoundsException if the index is out of range or current event type is not START_TAG.
NOTE: attribute value must be normalized (including entity replacement text if PROCESS_DOCDECL is false) as described in XML 1.0 section 3.3.3 Attribute-Value Normalization
Parameters
index zero-based index of attribute
Returns
value of attribute (null is never returned)
See Also
defineEntityReplacementText(String, String