Evaluate()

IXsltContextVariable::Evaluate(SharedPtr<XsltContext>) 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

Arguments

ParameterTypeDescription
xsltContextSharedPtr<XsltContext>An XsltContext representing the execution context of the variable.

Return Value

An Object representing the value of the variable. Possible return types include number, string, Boolean, document fragment, or node set.

See Also