XmlValidator Class

Methods for validating XML.

Definition

Namespace: SRS.ShiftSolver.Tools
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public class XmlValidator
Inheritance
Object    XmlValidator

Constructors

XmlValidatorInitializes a new instance of the XmlValidator class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
IsXmlStringValidValidates the XML string against a schema.
IsXmlValidValidates the XML file against a schema.
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also