 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(FUNCTIONSUBSTRINGBEFORE_HEADER_GUARD_1357924680)
19 #define FUNCTIONSUBSTRINGBEFORE_HEADER_GUARD_1357924680
59 const Locator* locator)
const;
61 using ParentType::execute;
64 clone(MemoryManager& theManager)
const;
86 #endif // FUNCTIONSUBSTRINGBEFORE_HEADER_GUARD_1357924680
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
virtual XObjectPtr execute(XPathExecutionContext &executionContext, XalanNode *context, const XObjectPtr arg1, const XObjectPtr arg2, 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.
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
virtual FunctionSubstringBefore * clone(MemoryManager &theManager) const
Create a copy of the function object.
#define XALAN_XPATH_EXPORT
Class to hold XObjectPtr return types.
virtual ~FunctionSubstringBefore()
XPath implementation of "substring-before" function.
FunctionSubstringBefore()