System::Xml::Xsl::IXsltContextFunction::Invoke method
IXsltContextFunction::Invoke method
Provides the method to invoke the function with the given arguments in the given context.
virtual SharedPtr<Object> System::Xml::Xsl::IXsltContextFunction::Invoke(SharedPtr<XsltContext> xsltContext, ArrayPtr<SharedPtr<Object>> args, SharedPtr<System::Xml::XPath::XPathNavigator> docContext)=0
Parameter | Type | Description |
---|---|---|
xsltContext | SharedPtr<XsltContext> | The XSLT context for the function call. |
args | ArrayPtr<SharedPtr<Object>> | The arguments of the function call. Each argument is an element in the array. |
docContext | SharedPtr<System::Xml::XPath::XPathNavigator> | The context node for the function call. |
ReturnValue
An Object representing the return value of the function.
See Also
- Typedef SharedPtr
- Class Object
- Class XsltContext
- Typedef ArrayPtr
- Class XPathNavigator
- Class IXsltContextFunction
- Namespace System::Xml::Xsl
- Library Aspose.PDF for C++