XmlValidator Class

Methods for validating XML.

Definition

Namespace: ASAP.NRP.Core.Tools
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
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