18 #if !defined(EXSLT_COMMONIMPL_HEADER_GUARD_1357924680) 19 #define EXSLT_COMMONIMPL_HEADER_GUARD_1357924680 58 clone(MemoryManager& theManager)
const 68 XalanMessageLoader::getMessage(
70 XalanMessages::EXSLTFunctionAcceptsOneArgument_1Param,
80 XalanMessageLoader::getMessage(
82 XalanMessages::InvalidArgumentType_1Param,
108 m_boolean(s_booleanString, theManager),
109 m_external(s_externalString, theManager),
110 m_nodeSet(s_nodeSetString, theManager),
111 m_number(s_numberString, theManager),
112 m_rtf(s_rtfString, theManager),
113 m_string(s_stringString, theManager)
120 m_boolean(theManager),
121 m_external(theManager),
122 m_nodeSet(theManager),
123 m_number(theManager),
140 const XObjectArgVectorType& args,
141 const Locator* locator)
const;
143 using ParentType::execute;
146 clone(MemoryManager& theManager)
const 152 ThisType*
const theResult =
153 new (theGuard.get()) ThisType(theManager);
187 static const XalanDOMChar s_booleanString[];
188 static const XalanDOMChar s_externalString[];
189 static const XalanDOMChar s_nodeSetString[];
190 static const XalanDOMChar s_numberString[];
191 static const XalanDOMChar s_rtfString[];
192 static const XalanDOMChar s_stringString[];
201 #endif // EXSLT_COMMONIMPL_HEADER_GUARD_1357924680 virtual const XalanDOMString & getError(XalanDOMString &theBuffer) 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)
XPath implementation of "node-set" function.
virtual const XalanDOMString & getInvalidArgumentTypeError(XalanDOMString &theResult) const
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
virtual XalanEXSLTFunctionObjectType * clone(MemoryManager &theManager) const
Create a copy of the function object.
Type * XalanCopyConstruct(MemoryManager &theMemoryManager, const Type &theSource)
Class to hold XObjectPtr return types.
virtual ~XalanEXSLTFunctionNodeSet()
#define XALAN_EXSLT_EXPORT
XalanEXSLTFunctionNodeSet()
XalanEXSLTFunctionObjectType(MemoryManager &theManager, int)
virtual ~XalanEXSLTFunctionObjectType()
XalanEXSLTFunctionObjectType(MemoryManager &theManager)
virtual XalanEXSLTFunctionNodeSet * clone(MemoryManager &theManager) const
Create a copy of the function object.