isEndTag

Returns whether the current event is an end tag.

Return

Whether the current event is an end tag.

Parameters

xpp

The XmlPullParser to query.

Throws

If an error occurs querying the parser.


Returns whether the current event is an end tag with the specified name.

Return

Whether the current event is an end tag with the specified name.

Parameters

xpp

The XmlPullParser to query.

name

The specified name.

Throws

If an error occurs querying the parser.