18 #if !defined(EXSLT_DYNAMICIMPL_HEADER_GUARD_1357924680)
19 #define EXSLT_DYNAMICIMPL_HEADER_GUARD_1357924680
59 using ParentType::execute;
65 const XObjectArgVectorType& args,
66 const Locator* locator)
const;
69 clone(MemoryManager& theManager)
const
79 return XalanMessageLoader::getMessage(
81 XalanMessages::EXSLTFunctionAcceptsOneArgument_1Param,
101 #endif // EXSLT_DYNAMICIMPL_HEADER_GUARD_1357924680
virtual const XalanDOMString & getError(XalanDOMString &theResult) const
Get the error message to report when the function is called with the wrong number of arguments...
XalanEXSLTFunctionEvaluate()
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
virtual ~XalanEXSLTFunctionEvaluate()
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
virtual XalanEXSLTFunctionEvaluate * clone(MemoryManager &theManager) const
Create a copy of the function object.
Type * XalanCopyConstruct(MemoryManager &theMemoryManager, const Type &theSource)
Class to hold XObjectPtr return types.
XPath implementation of "node-set" function.
#define XALAN_EXSLT_EXPORT
FunctionEvaluate ParentType