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

◆ SelectDescendants() [1/2]

override XPathNodeIterator MS.Internal.Xml.Cache.XPathDocumentNavigator.SelectDescendants ( string name,
string namespaceURI,
bool matchSelf )
inlinevirtual

Reimplemented from System.Xml.XPath.XPathNavigator.

Definition at line 524 of file XPathDocumentNavigator.cs.

525 {
526 if (name.Length == 0)
527 {
528 return base.SelectDescendants(name, namespaceURI, matchSelf);
529 }
530 return new XPathDocumentElementDescendantIterator(this, name, namespaceURI, matchSelf);
531 }

References System.Xml.Dictionary.