25 if (ns ==
null && name ==
null)
34 if (!
other.IsNameWildcard)
69 return other.IsNameSubsetOf(
this);
82 if (
base.Namespace.Length == 0)
86 if ((
object)
base.Namespace ==
"*")
88 return "*:" +
base.Name;
bool IsNamespaceSubsetOf(XmlQualifiedNameTest other)
bool HasIntersection(XmlQualifiedNameTest other)
static readonly XmlQualifiedNameTest s_wc
static XmlQualifiedNameTest New(string name, string ns)
bool IsNameSubsetOf(XmlQualifiedNameTest other)
static XmlQualifiedNameTest Wildcard
bool IsSubsetOf(XmlQualifiedNameTest other)
XmlQualifiedNameTest(string name, string ns, bool exclude)
override string ToString()