The members of Org.Xml.Sax.Ext.DefaultHandler2 are listed below.
See Also: Inherited members from Org.Xml.Sax.Helpers.DefaultHandler
| Constructs a handler which ignores all parsing events. |
| 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. |
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)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)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. | ||