Stay organized with collections
Save and categorize content based on your preferences.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# TextElementListener\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \nSummary: [Inherited Methods](#inhmethods) \n\nTextElementListener\n===================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/sax/TextElementListener \"View this page in Kotlin\") \\|Java\n\n\n`\npublic\n\n\ninterface\nTextElementListener\n`\n\n\n`\n\n\nimplements\n\n`[EndTextElementListener](/reference/android/sax/EndTextElementListener)`,\n\n`[StartElementListener](/reference/android/sax/StartElementListener)`\n\n\n`\n\n|---------------------------------|\n| android.sax.TextElementListener |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nListens for the beginning and ending of text elements.\n\nSummary\n-------\n\n| ### Inherited methods |\n|-----------------------|---|\n| From interface ` `[android.sax.EndTextElementListener](/reference/android/sax/EndTextElementListener)` ` |------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ` abstract void` | ` `[end](/reference/android/sax/EndTextElementListener#end(java.lang.String))`(`[String](/reference/java/lang/String)` body) ` Invoked at the end of a text element with the body of the element. | ||\n| From interface ` `[android.sax.StartElementListener](/reference/android/sax/StartElementListener)` ` |------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ` abstract void` | ` `[start](/reference/android/sax/StartElementListener#start(org.xml.sax.Attributes))`(`[Attributes](/reference/org/xml/sax/Attributes)` attributes) ` Invoked at the beginning of an element. | ||"]]