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
ParameterTypeDescription
xsltContextSharedPtr<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