Org.Xml.Sax.Helpers.DefaultHandler Members

The members of Org.Xml.Sax.Helpers.DefaultHandler are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

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) : Org.Xml.Sax.InputSource
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.