XMLReaderAdapter.SetDocumentHandler(IDocumentHandler) 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.
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.
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.