Element.SetTextElementListener(ITextElementListener) Method

Definition

Sets start and end text element listeners at the same time.

[Android.Runtime.Register("setTextElementListener", "(Landroid/sax/TextElementListener;)V", "GetSetTextElementListener_Landroid_sax_TextElementListener_Handler")]
public virtual void SetTextElementListener (Android.Sax.ITextElementListener? elementListener);
[<Android.Runtime.Register("setTextElementListener", "(Landroid/sax/TextElementListener;)V", "GetSetTextElementListener_Landroid_sax_TextElementListener_Handler")>]
abstract member SetTextElementListener : Android.Sax.ITextElementListener -> unit
override this.SetTextElementListener : Android.Sax.ITextElementListener -> unit

Parameters

elementListener
ITextElementListener
Attributes

Remarks

Sets start and end text element listeners at the same time.

Java documentation for android.sax.Element.setTextElementListener(android.sax.TextElementListener).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to