getAttributeValueIgnorePrefix

Returns the value of an attribute of the current start tag. Any raw attribute names in the current start tag have their prefixes stripped before matching.

Return

The value of the attribute, or null if the current event is not a start tag or if no such attribute was found.

Parameters

xpp

The XmlPullParser to query.

attributeName

The name of the attribute.