 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(FUNCTIONCONCAT_HEADER_GUARD_1357924680)
19 #define FUNCTIONCONCAT_HEADER_GUARD_1357924680
58 const Locator* locator)
const;
66 const Locator* locator)
const;
75 const Locator* locator)
const;
77 using ParentType::execute;
80 clone(MemoryManager& theManager)
const;
103 #endif // FUNCTIONCONCAT_HEADER_GUARD_1357924680
virtual FunctionConcat * clone(MemoryManager &theManager) const
Create a copy of the function object.
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
virtual ~FunctionConcat()
XObjectPtr execute(XPathExecutionContext &executionContext, XalanNode *context, const XObjectPtr arg1, const XObjectPtr arg2, const Locator *locator) const
Execute an XPath function object.
virtual XObjectPtr execute(XPathExecutionContext &executionContext, XalanNode *context, const XObjectArgVectorType &args, const Locator *locator) const
Execute an XPath function object.
XObjectPtr execute(XPathExecutionContext &executionContext, XalanNode *context, const XObjectPtr arg1, const XObjectPtr arg2, const XObjectPtr arg3, const Locator *locator) const
Execute an XPath function object.
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
#define XALAN_XPATH_EXPORT
Class to hold XObjectPtr return types.
virtual const XalanDOMString & getError(XalanDOMString &theResult) const
Get the error message to report when the function is called with the wrong number of arguments.
XPath implementation of "concat" function.