The members of Javax.Xml.Validation.SchemaFactory 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. |
abstract | ErrorHandler | Org.Xml.Sax.IErrorHandler. Gets the current Org.Xml.Sax.IErrorHandler set to this Javax.Xml.Validation.SchemaFactory. |
abstract | ResourceResolver | Org.W3c.Dom.LS.ILSResourceResolver. Gets the current Org.W3c.Dom.LS.ILSResourceResolver set to this Javax.Xml.Validation.SchemaFactory. |
| [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. |
GetFeature(string)Look up the value of a feature flag. | ||
GetProperty(string)Look up the value of a property. | ||
abstract | IsSchemaLanguageSupported(string) | |
static | NewInstance(string)
| |
static | NewInstance(string, string, Java.Lang.ClassLoader)Returns an instance of the named implementation of SchemaFactory. | |
abstract | NewSchema()Creates a special Javax.Xml.Validation.Schema object. | |
| NewSchema(Java.IO.File) | ||
| NewSchema(Java.Net.URL) | ||
| NewSchema(Javax.Xml.Transform.ISource) | ||
abstract | NewSchema(Javax.Xml.Transform.ISource[])Parses the specified source(s) as a schema and returns it as a schema. | |
SetFeature(string, bool)Set the value of a feature flag. | ||
SetProperty(string, Java.Lang.Object)Set the value of a property. | ||