Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The SchemaValidator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SchemaValidator()()()() |
Intializes the object with default values.
| |
| SchemaValidator(Dictionary<(Of <<'(String, String>)>>)) |
Intializes the object with a file table.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Exception(String) |
Formats a string and throws an exception.
| |
| Exception(String, Object) |
Formats a string and throws an exception.
| |
| Exception(String, Object, Object) |
Formats a string and throws an exception.
| |
| Exception(String, Object, Object, Object) |
Formats a string and throws an exception.
| |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetSchema |
Returns the schema for the specified type (returns the entire schema if null).
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsNull |
Returns true if the QName is null,
| |
| Load |
Loads the dictionary from a file.
| |
| LoadFile(Type, Stream) |
Loads a schema from a file.
| |
| LoadFile(Type, String) |
Loads a schema from a file.
| |
| LoadInput(Type, Stream) |
Loads an input file for validation.
| |
| LoadInput(Type, String) |
Loads an input file for validation.
| |
| LoadResource |
Loads a schema from an embedded resource.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SetResourcePaths |
Adds the embedded resources to the file table.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| FilePath |
The file that was validated.
| |
| KnownFiles |
A table of known files.
| |
| LoadedFiles |
A table of files which have been loaded.
|