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

◆ VisitXPathFollowing()

override QilNode System.Xml.Xsl.IlGen.XmlILVisitor.VisitXPathFollowing ( QilUnary ndFoll)
inlineprotectedvirtual

Reimplemented from System.Xml.Xsl.Qil.QilVisitor.

Definition at line 2140 of file XmlILVisitor.cs.

2141 {
2142 CreateFilteredIterator(ndFoll.Child, "$$$iterFoll", typeof(XPathFollowingIterator), XmlILMethods.XPFollCreate, XmlILMethods.XPFollNext, XmlILMethods.XPFollCurrent, XmlNodeKindFlags.Any, null, TriState.Unknown, null);
2143 return ndFoll;
2144 }
void CreateFilteredIterator(QilNode ndCtxt, string iterName, Type iterType, MethodInfo methCreate, MethodInfo methNext, MethodInfo methCurrent, XmlNodeKindFlags kinds, QilName ndName, TriState orSelf, QilNode ndEnd)

References System.Xml.Xsl.IlGen.XmlILVisitor.CreateFilteredIterator(), System.Xml.Dictionary, System.Xml.Xsl.IlGen.XmlILMethods.XPFollCreate, System.Xml.Xsl.IlGen.XmlILMethods.XPFollCurrent, and System.Xml.Xsl.IlGen.XmlILMethods.XPFollNext.