System::Xml::Xsl::IXsltContextVariable::Evaluate method
IXsltContextVariable::Evaluate method
Evaluates the variable at runtime and returns an object that represents the value of the variable.
virtual SharedPtr<Object> System::Xml::Xsl::IXsltContextVariable::Evaluate(SharedPtr<XsltContext> xsltContext)=0
Parameter | Type | Description |
---|---|---|
xsltContext | SharedPtr<XsltContext> | An XsltContext representing the execution context of the variable. |
ReturnValue
An Object representing the value of the variable. Possible return types include number, string, Boolean, document fragment, or node set.
See Also
- Typedef SharedPtr
- Class Object
- Class XsltContext
- Class IXsltContextVariable
- Namespace System::Xml::Xsl
- Library Aspose.TeX for C++