System::Xml::Xsl::XsltContext::ResolveFunction method
Contents
[
Hide
]XsltContext::ResolveFunction method
When overridden in a derived class, resolves a function reference and returns an IXsltContextFunction representing the function. The IXsltContextFunction is used at execution time to get the return value of the function.
virtual SharedPtr<IXsltContextFunction> System::Xml::Xsl::XsltContext::ResolveFunction(String prefix, String name, ArrayPtr<System::Xml::XPath::XPathResultType> ArgTypes)=0
Parameter | Type | Description |
---|---|---|
prefix | String | The prefix of the function as it appears in the XPath expression. |
name | String | The name of the function. |
ArgTypes | ArrayPtr<System::Xml::XPath::XPathResultType> | An array of argument types for the function being resolved. This allows you to select between methods with the same name (for example, overloaded methods). |
ReturnValue
An IXsltContextFunction representing the function.
See Also
- Typedef SharedPtr
- Class IXsltContextFunction
- Class String
- Typedef ArrayPtr
- Enum XPathResultType
- Class XsltContext
- Namespace System::Xml::Xsl
- Library Aspose.PDF for C++