Added in API level 1
EndTextElementListener
interface EndTextElementListener
| android.sax.EndTextElementListener |
Listens for the end of text elements.
Summary
| Public methods | |
|---|---|
| abstract Unit |
Invoked at the end of a text element with the body of the element. |
Public methods
end
Added in API level 1
abstract fun end(body: String!): Unit
Invoked at the end of a text element with the body of the element.
| Parameters | |
|---|---|
body |
String!: of the element |