XMLReaderAdapter.SetDocumentHandler(IDocumentHandler) Method

Definition

Register the SAX1 document event handler.

[Android.Runtime.Register("setDocumentHandler", "(Lorg/xml/sax/DocumentHandler;)V", "GetSetDocumentHandler_Lorg_xml_sax_DocumentHandler_Handler")]
public virtual void SetDocumentHandler (Org.Xml.Sax.IDocumentHandler? handler);
[<Android.Runtime.Register("setDocumentHandler", "(Lorg/xml/sax/DocumentHandler;)V", "GetSetDocumentHandler_Lorg_xml_sax_DocumentHandler_Handler")>]
abstract member SetDocumentHandler : Org.Xml.Sax.IDocumentHandler -> unit
override this.SetDocumentHandler : Org.Xml.Sax.IDocumentHandler -> unit

Parameters

handler
IDocumentHandler

The new SAX1 document event handler.

Implements

Attributes

Remarks

Register the SAX1 document event handler.

Note that the SAX1 document handler has no Namespace support.

Java documentation for org.xml.sax.helpers.XMLReaderAdapter.setDocumentHandler(org.xml.sax.DocumentHandler).

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

See also