Javax.Xml.Validation.ValidatorHandler Members

The members of Javax.Xml.Validation.ValidatorHandler are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

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

Public Properties

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

abstract
Characters(char[], int, int)
Documentation for this section has not yet been entered.
abstract
EndDocument()
Documentation for this section has not yet been entered.
abstract
EndElement(string, string, string)
Documentation for this section has not yet been entered.
abstract
EndPrefixMapping(string)
Documentation for this section has not yet been entered.
GetFeature(string) : bool
Look up the value of a feature flag.
GetProperty(string) : Java.Lang.Object
Look up the value of a property.
abstract
IgnorableWhitespace(char[], int, int)
Documentation for this section has not yet been entered.
abstract
ProcessingInstruction(string, string)
Documentation for this section has not yet been entered.
abstract
SetDocumentLocator(Org.Xml.Sax.ILocator)
Documentation for this section has not yet been entered.
SetFeature(string, bool)
Set the value of a feature flag.
SetProperty(string, Java.Lang.Object)
Set the value of a property.
abstract
SkippedEntity(string)
Documentation for this section has not yet been entered.
abstract
StartDocument()
Documentation for this section has not yet been entered.
abstract
StartElement(string, string, string, Org.Xml.Sax.IAttributes)
Documentation for this section has not yet been entered.
abstract
StartPrefixMapping(string, string)
Documentation for this section has not yet been entered.