File
Doc
Category
Size
Date
Package
EndTextElementListener.java
API Doc
Android 1.5 API
895
Wed May 06 22:42:00 BST 2009
android.sax
EndTextElementListener
public interface EndTextElementListener
Listens for the end of text elements.
Fields Summary
Constructors Summary
Methods Summary
public void
end
(
java.lang.String
body)
Invoked at the end of a text element with the body of the element.
param
body of the element
Java Code Source