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

◆ convertFromXPathNodeType

XmlNodeType [] System.Xml.XPath.XPathNavigatorReader.convertFromXPathNodeType
staticpackageinherited
Initial value:
= new XmlNodeType[10]
{
XmlNodeType.Document,
XmlNodeType.Element,
XmlNodeType.Attribute,
XmlNodeType.Attribute,
XmlNodeType.Text,
XmlNodeType.SignificantWhitespace,
XmlNodeType.Whitespace,
XmlNodeType.ProcessingInstruction,
XmlNodeType.Comment,
}

Definition at line 43 of file XPathNavigatorReader.cs.

44 {
45 XmlNodeType.Document,
46 XmlNodeType.Element,
47 XmlNodeType.Attribute,
48 XmlNodeType.Attribute,
49 XmlNodeType.Text,
50 XmlNodeType.SignificantWhitespace,
51 XmlNodeType.Whitespace,
52 XmlNodeType.ProcessingInstruction,
53 XmlNodeType.Comment,
55 };

Referenced by System.Xml.XPath.XPathNavigatorReader.ToXmlNodeType().