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