Org.Xml.Sax.Ext.DefaultHandler2 Members

The members of Org.Xml.Sax.Ext.DefaultHandler2 are listed below.

See Also: Inherited members from Org.Xml.Sax.Helpers.DefaultHandler

Public Constructors

Constructs a handler which ignores all parsing events.

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

AttributeDecl(string, string, string, string, string)
Report an attribute type declaration.
Comment(char[], int, int)
Report an XML comment anywhere in the document.
ElementDecl(string, string)
Report an element type declaration.
EndCDATA()
Report the end of a CDATA section.
EndDTD()
Report the end of DTD declarations.
EndEntity(string)
Report the end of an entity.
ExternalEntityDecl(string, string, string)
Report a parsed external entity declaration.
GetExternalSubset(string, string) : Org.Xml.Sax.InputSource
Tells the parser that if no external subset has been declared in the document text, none should be used.
InternalEntityDecl(string, string)
Report an internal entity declaration.
ResolveEntity(string, string, string, string) : Org.Xml.Sax.InputSource
Tells the parser to resolve the systemId against the baseURI and read the entity text from that resulting absolute URI.
StartCDATA()
Report the start of a CDATA section.
StartDTD(string, string, string)
Report the start of DTD declarations, if any.
StartEntity(string)
Report the beginning of some internal and external XML entities.