Most visited

Recently visited

Added in API level 1

EndTextElementListener

public interface EndTextElementListener

android.sax.EndTextElementListener
Known Indirect Subclasses


Listens for the end of text elements.

Summary

Public methods

abstract void end(String body)

Invoked at the end of a text element with the body of the element.

Public methods

end

Added in API level 1
void end (String body)

Invoked at the end of a text element with the body of the element.

Parameters
body String: of the element

Hooray!