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

◆ Transform() [7/18]

void System.Xml.Xsl.XslTransform.Transform ( IXPathNavigable input,
XsltArgumentList? args,
XmlWriter output )
inline

Definition at line 225 of file XslTransform.cs.

226 {
227 if (input == null)
228 {
229 throw new ArgumentNullException("input");
230 }
231 Transform(input.CreateNavigator(), args, output, _DocumentResolver);
232 }
XmlReader Transform(XPathNavigator input, XsltArgumentList? args, XmlResolver? resolver)

References System.Xml.Xsl.XslTransform._DocumentResolver, System.input, and System.Xml.Xsl.XslTransform.Transform().