public
interface
EndTextElementListener
| android.sax.EndTextElementListener |
|
|
Listens for the end of text elements.
Public methods | |
|---|---|
abstract
void
|
end(String body)
Invoked at the end of a text element with the body of the element. |
void end (String body)
Invoked at the end of a text element with the body of the element.
| Parameters | |
|---|---|
body |
String:
of the element
|