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

◆ XPathBuilder()

System.Xml.Xsl.XPath.XPathBuilder.XPathBuilder ( IXPathEnvironment environment)
inline

Definition at line 376 of file XPathBuilder.cs.

377 {
380 fixupCurrent = _f.Unknown(XmlQueryTypeFactory.NodeNotRtf);
381 fixupPosition = _f.Unknown(XmlQueryTypeFactory.DoubleX);
382 fixupLast = _f.Unknown(XmlQueryTypeFactory.DoubleX);
383 _fixupVisitor = new FixupVisitor(_f, fixupCurrent, fixupPosition, fixupLast);
384 }
readonly FixupVisitor _fixupVisitor
readonly IXPathEnvironment _environment
readonly XPathQilFactory _f

References System.Xml.Xsl.XPath.XPathBuilder._environment, System.Xml.Xsl.XPath.XPathBuilder._f, System.Xml.Xsl.XPath.XPathBuilder._fixupVisitor, System.Xml.Dictionary, System.Xml.Xsl.XmlQueryTypeFactory.DoubleX, System.Xml.Xsl.XPath.IXPathEnvironment.Factory, System.Xml.Xsl.XPath.XPathBuilder.fixupCurrent, System.Xml.Xsl.XPath.XPathBuilder.fixupLast, System.Xml.Xsl.XPath.XPathBuilder.fixupPosition, System.Xml.Xsl.XmlQueryTypeFactory.NodeNotRtf, and System.Xml.Xsl.Qil.QilPatternFactory.Unknown().