|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
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
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
XalanEXSLTFunctionEvaluate()
XPath implementation of "node-set" function.
#define XALAN_EXSLT_EXPORT
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Class to hold XObjectPtr return types.
Type * XalanCopyConstruct(MemoryManager &theMemoryManager, const Type &theSource)
virtual ~XalanEXSLTFunctionEvaluate()
FunctionEvaluate ParentType
virtual const XalanDOMString & getError(XalanDOMString &theResult) const
Get the error message to report when the function is called with the wrong number of arguments.
virtual XalanEXSLTFunctionEvaluate * clone(MemoryManager &theManager) const
Create a copy of the function object.