Org.Xml.Sax.Helpers.DefaultHandler.SkippedEntity Method
Receive notification of a skipped entity.

Syntax

[Android.Runtime.Register("skippedEntity", "(Ljava/lang/String;)V", "GetSkippedEntity_Ljava_lang_String_Handler")]
public virtual void SkippedEntity (string name)

See Also

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

Parameters

name
The name of the skipped entity.

Exceptions

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

Remarks

Receive notification of a skipped entity.

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