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

◆ NavigatorInput() [1/2]

System.Xml.Xsl.XsltOld.NavigatorInput.NavigatorInput ( XPathNavigator navigator,
string baseUri,
InputScope rootScope )
inlinepackage

Definition at line 101 of file NavigatorInput.cs.

102 {
103 if (navigator == null)
104 {
105 throw new ArgumentNullException("navigator");
106 }
107 if (baseUri == null)
108 {
109 throw new ArgumentNullException("baseUri");
110 }
111 _Next = null;
112 _Href = baseUri;
113 _Atoms = new KeywordsTable(navigator.NameTable);
117 if (NodeType == XPathNodeType.Root)
118 {
120 }
121 }
static PositionInfo GetPositionInfo(object o)
readonly InputScopeManager _Manager

References System.Xml.Xsl.XsltOld.NavigatorInput._Atoms, System.Xml.Xsl.XsltOld.NavigatorInput._Href, System.Xml.Xsl.XsltOld.NavigatorInput._Manager, System.Xml.Xsl.XsltOld.NavigatorInput._Navigator, System.Xml.Xsl.XsltOld.NavigatorInput._Next, System.Xml.Xsl.XsltOld.NavigatorInput._PositionInfo, System.Xml.Dictionary, System.Xml.PositionInfo.GetPositionInfo(), System.Xml.Xsl.XsltOld.NavigatorInput.InputScopeManager, System.Xml.XPath.XPathNavigator.MoveToFirstChild(), and System.Xml.Xsl.XsltOld.NavigatorInput.NodeType.