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