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

◆ SelectChildren() [1/2]

override XPathNodeIterator MS.Internal.Xml.Cache.XPathDocumentNavigator.SelectChildren ( string name,
string namespaceURI )
inlinevirtual

Reimplemented from System.Xml.XPath.XPathNavigator.

Definition at line 510 of file XPathDocumentNavigator.cs.

511 {
512 if (name.Length == 0)
513 {
514 return base.SelectChildren(name, namespaceURI);
515 }
516 return new XPathDocumentElementChildIterator(this, name, namespaceURI);
517 }

References System.Xml.Dictionary.