1 override of Allows
System.Xml (1)
System\Xml\Schema\NamespaceList.cs (1)
316public override bool Allows(string ns) {
5 references to Allows
System.Xml (5)
System\Xml\Schema\ContentValidator.cs (1)
134if (list.Allows(wildcard)) {
System\Xml\Schema\NamespaceList.cs (2)
101return Allows(qname.Namespace); 321return base.Allows(ns);
System\Xml\Schema\XmlSchemaAny.cs (1)
109return namespaceList.Allows(qname.Namespace);
System\Xml\Schema\XmlSchemaAnyAttribute.cs (1)
73return namespaceList.Allows(qname.Namespace);