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

◆ SetXsltContext()

override void MS.Internal.Xml.XPath.NodeFunctions.SetXsltContext ( XsltContext context)
inlinevirtual

Reimplemented from MS.Internal.Xml.XPath.Query.

Definition at line 22 of file NodeFunctions.cs.

23 {
24 _xsltContext = (context.Whitespace ? context : null);
25 if (_arg != null)
26 {
27 _arg.SetXsltContext(context);
28 }
29 }
virtual void SetXsltContext(XsltContext context)
Definition Query.cs:52

References MS.Internal.Xml.XPath.NodeFunctions._arg, MS.Internal.Xml.XPath.NodeFunctions._xsltContext, and MS.Internal.Xml.XPath.Query.SetXsltContext().