Org.Xmlpull.V1.Sax2.Driver.DTDHandler Property
Return the current DTD handler.

Syntax

[get: Android.Runtime.Register("getDTDHandler", "()Lorg/xml/sax/DTDHandler;", "GetGetDTDHandlerHandler")]
[set: Android.Runtime.Register("setDTDHandler", "(Lorg/xml/sax/DTDHandler;)V", "GetSetDTDHandler_Lorg_xml_sax_DTDHandler_Handler")]
public virtual Org.Xml.Sax.IDTDHandler DTDHandler { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the current DTD handler.

Set method documentation [Android Documentation]

Allow an application to register a DTD event handler.

If the application does not register a DTD handler, all DTD events reported by the SAX parser will be silently ignored.

Applications may register a new or different handler in the middle of a parse, and the SAX parser must begin using the new handler immediately.

Requirements

Namespace: Org.Xmlpull.V1.Sax2
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1