3 references to ContentValidator
System.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
874public static readonly ContentValidator Empty = new ContentValidator(XmlSchemaContentType.Empty); 876public static readonly ContentValidator Mixed = new ContentValidator(XmlSchemaContentType.Mixed); 974public ParticleContentValidator(XmlSchemaContentType contentType, bool enableUpaCheck) : base(contentType) {