XMLReaderAdapter.SetDTDHandler(IDTDHandler) 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 DTD event handler.
[Android.Runtime.Register("setDTDHandler", "(Lorg/xml/sax/DTDHandler;)V", "GetSetDTDHandler_Lorg_xml_sax_DTDHandler_Handler")]
public virtual void SetDTDHandler (Org.Xml.Sax.IDTDHandler? handler);
[<Android.Runtime.Register("setDTDHandler", "(Lorg/xml/sax/DTDHandler;)V", "GetSetDTDHandler_Lorg_xml_sax_DTDHandler_Handler")>]
abstract member SetDTDHandler : Org.Xml.Sax.IDTDHandler -> unit
override this.SetDTDHandler : Org.Xml.Sax.IDTDHandler -> unit
Parameters
- handler
- IDTDHandler
The new DTD event handler.
Implements
- Attributes
Remarks
Register the DTD event handler.
Java documentation for org.xml.sax.helpers.XMLReaderAdapter.setDTDHandler(org.xml.sax.DTDHandler)
.
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.