Lingua

Driver.DTDHandler Property

Definition

Gets or sets the DTD handler. DTD handlers are not supported by this driver.

public virtual Org.Xml.Sax.IDTDHandler? DTDHandler { [Android.Runtime.Register("getDTDHandler", "()Lorg/xml/sax/DTDHandler;", "GetGetDTDHandlerHandler")] get; [Android.Runtime.Register("setDTDHandler", "(Lorg/xml/sax/DTDHandler;)V", "GetSetDTDHandler_Lorg_xml_sax_DTDHandler_Handler")] set; }
[<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")>]
member this.DTDHandler : Org.Xml.Sax.IDTDHandler with get, set

Property Value

Always null; assigned values are ignored.

Implements

Attributes

Remarks

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