Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IXsltContextVariable.cs
Go to the documentation of this file.
1
using
System.Xml.XPath
;
2
3
namespace
System.Xml.Xsl
;
4
5
public
interface
IXsltContextVariable
6
{
7
bool
IsLocal
{
get
; }
8
9
bool
IsParam
{
get
; }
10
11
XPathResultType
VariableType {
get
; }
12
13
object
Evaluate
(
XsltContext
xsltContext);
14
}
System.Xml.Xsl.XsltContext
Definition
XsltContext.cs:6
System.Xml.Xsl.IXsltContextVariable.IsParam
bool IsParam
Definition
IXsltContextVariable.cs:9
System.Xml.Xsl.IXsltContextVariable.IsLocal
bool IsLocal
Definition
IXsltContextVariable.cs:7
System.Xml.Xsl.IXsltContextVariable.Evaluate
object Evaluate(XsltContext xsltContext)
System.Xml.Xsl.IXsltContextVariable
Definition
IXsltContextVariable.cs:6
System.Xml.XPath.XPathResultType
XPathResultType
Definition
XPathResultType.cs:4
System.Xml.XPath
Definition
Extensions.cs:5
System.Xml.Xsl
Definition
BranchingContext.cs:1
source
System.Private.Xml
System.Xml.Xsl
IXsltContextVariable.cs
Generated by
1.10.0