public interface EndTextElementListener
| android.sax.EndTextElementListener |
| |
侦听文本元素的结尾。
公共方法(Public methods) |
|
|---|---|
abstract void |
end(String body) 在文本元素的末尾调用元素的主体。 |
void end (String body)
在文本元素的末尾调用元素的主体。
| 参数(Parameters) | |
|---|---|
body |
String: of the element |