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

◆ XPNodeType

override XPathNodeType System.Xml.XmlSignificantWhitespace.XPNodeType
getpackage

Definition at line 56 of file XmlSignificantWhitespace.cs.

57 {
58 get
59 {
60 XPathNodeType xnt = XPathNodeType.SignificantWhitespace;
62 return xnt;
63 }
64 }
bool DecideXPNodeTypeForTextNodes(XmlNode node, ref XPathNodeType xnt)