The members of Org.Xml.Sax.Helpers.DefaultHandler are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Characters(char[], int, int)Receive notification of character data inside an element. | ||
EndDocument()Receive notification of the end of the document. | ||
EndElement(string, string, string)Receive notification of the end of an element. | ||
EndPrefixMapping(string)Receive notification of the end of a Namespace mapping. | ||
Error(Org.Xml.Sax.SAXParseException)Receive notification of a recoverable parser error. | ||
FatalError(Org.Xml.Sax.SAXParseException)Report a fatal XML parsing error. | ||
IgnorableWhitespace(char[], int, int)Receive notification of ignorable whitespace in element content. | ||
NotationDecl(string, string, string)Receive notification of a notation declaration. | ||
ProcessingInstruction(string, string)Receive notification of a processing instruction. | ||
ResolveEntity(string, string)Resolve an external entity. | ||
SetDocumentLocator(Org.Xml.Sax.ILocator)Receive a Locator object for document events. | ||
SkippedEntity(string)Receive notification of a skipped entity. | ||
StartDocument()Receive notification of the beginning of the document. | ||
StartElement(string, string, string, Org.Xml.Sax.IAttributes)Receive notification of the start of an element. | ||
StartPrefixMapping(string, string)Receive notification of the start of a Namespace mapping. | ||
UnparsedEntityDecl(string, string, string, string)Receive notification of an unparsed entity declaration. | ||
Warning(Org.Xml.Sax.SAXParseException)Receive notification of a parser warning. |