Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The SchemaValidator type exposes the following members.

Constructors

  NameDescription
Public methodSchemaValidator()()()()
Intializes the object with default values.
Public methodSchemaValidator(Dictionary<(Of <<'(String, String>)>>))
Intializes the object with a file table.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodStatic memberException(String)
Formats a string and throws an exception.
Protected methodStatic memberException(String, Object)
Formats a string and throws an exception.
Protected methodStatic memberException(String, Object, Object)
Formats a string and throws an exception.
Protected methodStatic memberException(String, Object, Object, Object)
Formats a string and throws an exception.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSchema
Returns the schema for the specified type (returns the entire schema if null).
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodStatic memberIsNull
Returns true if the QName is null,
Protected methodLoad
Loads the dictionary from a file.
Protected methodStatic memberLoadFile(Type, Stream)
Loads a schema from a file.
Protected methodStatic memberLoadFile(Type, String)
Loads a schema from a file.
Protected methodLoadInput(Type, Stream)
Loads an input file for validation.
Protected methodLoadInput(Type, String)
Loads an input file for validation.
Protected methodStatic memberLoadResource
Loads a schema from an embedded resource.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetResourcePaths
Adds the embedded resources to the file table.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyFilePath
The file that was validated.
Public propertyKnownFiles
A table of known files.
Public propertyLoadedFiles
A table of files which have been loaded.

See Also