Most visited

Recently visited

Added in API level 1

EndElementListener

public interface EndElementListener

android.sax.EndElementListener
Known Indirect Subclasses


Listens for the end of elements.

Summary

Public methods

abstract void end()

Invoked at the end of an element.

Public methods

end

Added in API level 1
void end ()

Invoked at the end of an element.

Hooray!