3 references to ContentValidator
System.Private.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
932
public static readonly ContentValidator Empty = new
ContentValidator
(XmlSchemaContentType.Empty);
934
public static readonly ContentValidator Mixed = new
ContentValidator
(XmlSchemaContentType.Mixed);
1054
public ParticleContentValidator(XmlSchemaContentType contentType, bool enableUpaCheck) :
base
(contentType)