Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DocumentXPathNodeIterator_ElemChildren_NoLocalName.cs
Go to the documentation of this file.
2
3namespace System.Xml;
4
6{
7 private readonly string _nsAtom;
8
10 : base(nav)
11 {
12 _nsAtom = nsAtom;
13 }
14
20
21 public override XPathNodeIterator Clone()
22 {
24 }
25
26 protected override bool Match(XmlNode node)
27 {
28 return Ref.Equal(node.NamespaceURI, _nsAtom);
29 }
30}
DocumentXPathNodeIterator_ElemChildren_NoLocalName(DocumentXPathNodeIterator_ElemChildren_NoLocalName other)
static bool Equal(string strA, string strB)
Definition Ref.cs:5