JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
android.sax
Interface EndTextElementListener
All Known Subinterfaces:
TextElementListener
public interface
EndTextElementListener
Listens for the end of text elements.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
end
(
String
body)
Invoked at the end of a text element with the body of the element.
Method Detail
end
void end(
String
body)
Invoked at the end of a text element with the body of the element.
Parameters:
body
- of the element
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method