The members of System.Xml.Xsl.IXsltContextVariable are listed below.
[read-only] | IsLocal | bool.
Gets a value indicating whether the variable is local. |
[read-only] | IsParam | bool.
Gets a value indicating whether the variable is an Extensible Stylesheet Language Transformations (XSLT) parameter. This can be a parameter to a style sheet or a template. |
[read-only] | VariableType | System.Xml.XPath.XPathResultType.
Gets the System.Xml.XPath.XPathResultType representing the XML Path Language (XPath) type of the variable. |
Evaluate(XsltContext)
|