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

◆ IsTextNode()

static bool System.Xml.XmlDataDocument.IsTextNode ( XmlNodeType nt)
inlinestaticpackage

Definition at line 2332 of file XmlDataDocument.cs.

2333 {
2334 if ((uint)(nt - 3) <= 1u || (uint)(nt - 13) <= 1u)
2335 {
2336 return true;
2337 }
2338 return false;
2339 }

Referenced by System.Xml.XPathNodePointer.ConvertNodeType(), System.Xml.XmlDataDocument.CreateNavigator(), System.Xml.XPathNodePointer.MoveToNextSibling(), and System.Xml.XPathNodePointer.MoveToPreviousSibling().