Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ HasIntersection()

bool System.Xml.Xsl.XmlQualifiedNameTest.HasIntersection ( XmlQualifiedNameTest other)
inline

Definition at line 63 of file XmlQualifiedNameTest.cs.

64 {
65 if (IsNamespaceSubsetOf(other) || other.IsNamespaceSubsetOf(this))
66 {
68 {
69 return other.IsNameSubsetOf(this);
70 }
71 return true;
72 }
73 return false;
74 }
bool IsNamespaceSubsetOf(XmlQualifiedNameTest other)
bool IsNameSubsetOf(XmlQualifiedNameTest other)

References System.Xml.Xsl.XmlQualifiedNameTest.IsNamespaceSubsetOf(), System.Xml.Xsl.XmlQualifiedNameTest.IsNameSubsetOf(), and System.other.

Referenced by System.Xml.Xsl.XmlQueryType.HasIntersectionItemType().