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

◆ Load() [4/8]

void System.Xml.Xsl.XslTransform.Load ( string url,
XmlResolver? resolver )
inline

Definition at line 94 of file XslTransform.cs.

95 {
96 XmlTextReaderImpl xmlTextReaderImpl = new XmlTextReaderImpl(url);
99 }
void Compile(XPathNavigator stylesheet, XmlResolver resolver)
static XPathDocument LoadDocument(XmlTextReaderImpl reader)
Definition Compiler.cs:447

References System.Xml.Xsl.XslTransform.Compile(), System.Xml.Dictionary, and System.Xml.Xsl.XsltOld.Compiler.LoadDocument().