System::Xml::Xsl::IXsltContextVariable class
Contents
[
Hide
]IXsltContextVariable class
Provides an interface to a given variable that is defined in the style sheet during runtime execution.
class IXsltContextVariable : public virtual System::Object
Methods
Method | Description |
---|---|
virtual Evaluate(SharedPtr<XsltContext>) | Evaluates the variable at runtime and returns an object that represents the value of the variable. |
virtual get_IsLocal() | Returns a value indicating whether the variable is local. |
virtual get_IsParam() | Returns 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. |
virtual get_VariableType() | Returns the XPathResultType representing the XML Path Language (XPath) type of the variable. |
See Also
- Class Object
- Namespace System::Xml::Xsl
- Library Aspose.PDF for C++