 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(FUNCTIONFUNCTIONAVAILABLE_HEADER_GUARD_1357924680)
19 #define FUNCTIONFUNCTIONAVAILABLE_HEADER_GUARD_1357924680
37 class XPathExecutionContext;
61 const Locator* locator)
const;
63 using ParentType::execute;
66 clone(MemoryManager& theManager)
const;
89 #endif // FUNCTIONFUNCTIONAVAILABLE_HEADER_GUARD_1357924680
virtual ~FunctionFunctionAvailable()
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
#define XALAN_XSLT_EXPORT
virtual FunctionFunctionAvailable * clone(MemoryManager &theManager) const
Create a copy of the function object.
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Class to hold XObjectPtr return types.
virtual XObjectPtr execute(XPathExecutionContext &executionContext, XalanNode *context, const XObjectPtr arg, const Locator *locator) const
Execute an XPath function object.
virtual const XalanDOMString & getError(XalanDOMString &theResult) const
Get the error message to report when the function is called with the wrong number of arguments.
FunctionFunctionAvailable()