isElement
Check that the current state is a start element for the given name. The mPrefix is ignored.
Receiver
The stream reader to check
Parameters
The event type to check
The name to check against @return true
if it matches, otherwise false
Check that the current state is a start element for the given name. The mPrefix is ignored.
Receiver
The stream reader to check
Return
true
if it matches, otherwise false
Parameters
The namespace to check against.
The local name to check against
The mPrefix to fall back on if the namespace can't be determined
Check that the current state is a start element for the given name. The mPrefix is ignored.
Receiver
The stream reader to check
Parameters
The type to verify. Should be named so start or end element
The namespace to check against.
The local name to check against
The prefix to fall back on if the namespace can't be determined @return true
if it matches, otherwise false