isStartTagIgnorePrefix

Returns whether the current event is a start tag with the specified name. If the current event has a raw name then its prefix is stripped before matching.

Return

Whether the current event is a start tag with the specified name.

Parameters

xpp

The XmlPullParser to query.

name

The specified name.

Throws

If an error occurs querying the parser.