Element.SetElementListener(IElementListener) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets start and end element listeners at the same time.
[Android.Runtime.Register("setElementListener", "(Landroid/sax/ElementListener;)V", "GetSetElementListener_Landroid_sax_ElementListener_Handler")]
public virtual void SetElementListener (Android.Sax.IElementListener? elementListener);
[<Android.Runtime.Register("setElementListener", "(Landroid/sax/ElementListener;)V", "GetSetElementListener_Landroid_sax_ElementListener_Handler")>]
abstract member SetElementListener : Android.Sax.IElementListener -> unit
override this.SetElementListener : Android.Sax.IElementListener -> unit
Parameters
- elementListener
- IElementListener
- Attributes
Remarks
Sets start and end element listeners at the same time.
Java documentation for android.sax.Element.setElementListener(android.sax.ElementListener)
.
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.