Org.Xml.Sax.Helpers.DefaultHandler.ProcessingInstruction Method
Receive notification of a processing instruction.

Syntax

[Android.Runtime.Register("processingInstruction", "(Ljava/lang/String;Ljava/lang/String;)V", "GetProcessingInstruction_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual void ProcessingInstruction (string target, string data)

See Also

Org.Xml.Sax.IContentHandler.ProcessingInstruction(string, System.String)

Parameters

target
The processing instruction target.
data
The processing instruction data, or null if none is supplied.

Exceptions

TypeReason
Org.Xml.Sax.SAXExceptionAny SAX exception, possibly wrapping another exception.

Remarks

Receive notification of a processing instruction.

By default, do nothing. Application writers may override this method in a subclass to take specific actions for each processing instruction, such as setting status variables or invoking other methods.

[Android Documentation]

Requirements

Namespace: Org.Xml.Sax.Helpers
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1