System::Xml::Xsl::XsltContext::ResolveVariable method
XsltContext::ResolveVariable 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
Parameter | Type | Description |
---|---|---|
prefix | String | The prefix of the variable as it appears in the XPath expression. |
name | String | The name of the variable. |
ReturnValue
An IXsltContextVariable representing the variable at runtime.
See Also
- Typedef SharedPtr
- Class IXsltContextVariable
- Class String
- Class XsltContext
- Namespace System::Xml::Xsl
- Library Aspose.PDF for C++