ResolveVariable()
XsltContext::ResolveVariable(String, String) method
When overridden in a derived class, resolves a variable reference and returns an IXsltContextVariable representing the variable.
virtual SharedPtr<IXsltContextVariable> System::Xml::Xsl::XsltContext::ResolveVariable(String prefix, String name)=0
Arguments
Parameter | Type | Description |
---|---|---|
prefix | String | The prefix of the variable as it appears in the XPath expression. |
name | String | The name of the variable. |
Return Value
An IXsltContextVariable representing the variable at runtime.
See Also
- Typedef SharedPtr
- Class IXsltContextVariable
- Class String
- Class XsltContext
- Namespace System::Xml::Xsl
- Library Aspose.Slides