isStartTag
Returns whether the current event is a start tag.
Return
Whether the current event is a start tag.
Parameters
xpp
The XmlPullParser to query.
Throws
If an error occurs querying the parser.
Returns whether the current event is a start tag with the specified name.
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.