XMLFilterImpl.Warning(SAXParseException) Method

Definition

Filter a warning event.

[Android.Runtime.Register("warning", "(Lorg/xml/sax/SAXParseException;)V", "GetWarning_Lorg_xml_sax_SAXParseException_Handler")]
public virtual void Warning (Org.Xml.Sax.SAXParseException? e);
[<Android.Runtime.Register("warning", "(Lorg/xml/sax/SAXParseException;)V", "GetWarning_Lorg_xml_sax_SAXParseException_Handler")>]
abstract member Warning : Org.Xml.Sax.SAXParseException -> unit
override this.Warning : Org.Xml.Sax.SAXParseException -> unit

Parameters

e
SAXParseException

The warning as an exception.

Implements

Attributes

Exceptions

The client may throw an exception during processing.

Remarks

Filter a warning event.

Java documentation for org.xml.sax.helpers.XMLFilterImpl.warning(org.xml.sax.SAXParseException).

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