package android.sax; public interface EndTextElementListener { public abstract void end(java.lang.String body); }