16 #if !defined(EXSLT_COMMONIMPL_HEADER_GUARD_1357924680)
17 #define EXSLT_COMMONIMPL_HEADER_GUARD_1357924680
37 XALAN_CPP_NAMESPACE_BEGIN
55 #if defined(XALAN_NO_COVARIANT_RETURN_TYPE)
72 XalanMessages::EXSLTFunctionAcceptsOneArgument_1Param,
84 XalanMessages::InvalidArgumentType_1Param,
110 m_boolean(s_booleanString, theManager),
111 m_external(s_externalString, theManager),
112 m_nodeSet(s_nodeSetString, theManager),
113 m_number(s_numberString, theManager),
114 m_rtf(s_rtfString, theManager),
115 m_string(s_stringString, theManager)
122 m_boolean(theManager),
123 m_external(theManager),
124 m_nodeSet(theManager),
125 m_number(theManager),
142 const XObjectArgVectorType& args,
145 #if !defined(XALAN_NO_USING_DECLARATION)
146 using ParentType::execute;
149 #if defined(XALAN_NO_COVARIANT_RETURN_TYPE)
160 Type* theResult = theGuard.get();
162 new (theResult) Type(theManager);
196 static const XalanDOMChar s_booleanString[];
197 static const XalanDOMChar s_externalString[];
198 static const XalanDOMChar s_nodeSetString[];
199 static const XalanDOMChar s_numberString[];
200 static const XalanDOMChar s_rtfString[];
201 static const XalanDOMChar s_stringString[];
206 XALAN_CPP_NAMESPACE_END
210 #endif // EXSLT_COMMONIMPL_HEADER_GUARD_1357924680
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Definition: XalanVector.hpp:1111
Definition: XalanNode.hpp:44
Definition: Function.hpp:52
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
Definition: XalanEXSLTCommonImpl.hpp:102
XPath implementation of "node-set" function.
Definition: FunctionNodeSet.hpp:42
static XalanDOMString & getMessage(XalanDOMString &theResultMessage, XalanMessages::Codes msgToLoad, const char *repText1, const char *repText2=0, const char *repText3=0, const char *repText4=0)
virtual ~XalanEXSLTFunctionObjectType()
Definition: XalanEXSLTCommonImpl.hpp:132
virtual const XalanDOMString & getInvalidArgumentTypeError(XalanDOMString &theResult) const
Definition: XalanEXSLTCommonImpl.hpp:80
virtual const XalanDOMString & getError(XalanDOMString &theBuffer) const =0
Get the error message to report when the function is called with the wrong number of arguments...
virtual XObjectPtr execute(XPathExecutionContext &executionContext, XalanNode *context, const XObjectArgVectorType &args, const LocatorType *locator) const
Execute an XPath function object.
Class to hold XObjectPtr return types.
Definition: XObject.hpp:584
Type * XalanCopyConstruct(MemoryManager &theMemoryManager, const Type &theSource)
Definition: XalanMemoryManagement.hpp:334
Definition: XPathExecutionContext.hpp:72
Function ParentType
Definition: XalanEXSLTCommonImpl.hpp:106
virtual ~XalanEXSLTFunctionNodeSet()
Definition: XalanEXSLTCommonImpl.hpp:51
virtual XalanEXSLTFunctionNodeSet * clone(MemoryManagerType &theManager) const
Create a copy of the function object.
Definition: XalanEXSLTCommonImpl.hpp:60
XalanEXSLTFunctionNodeSet()
Definition: XalanEXSLTCommonImpl.hpp:45
XalanEXSLTFunctionObjectType(MemoryManagerType &theManager)
Definition: XalanEXSLTCommonImpl.hpp:108
#define XALAN_EXSLT_EXPORT
Definition: XalanEXSLTDefinitions.hpp:33
Definition: XalanEXSLTCommonImpl.hpp:41
Definition: XalanMemMgrAutoPtr.hpp:46
virtual XalanEXSLTFunctionObjectType * clone(MemoryManagerType &theManager) const
Create a copy of the function object.
Definition: XalanEXSLTCommonImpl.hpp:154
Definition: XalanDOMString.hpp:42
virtual const XalanDOMString & getError(XalanDOMString &theBuffer) const
Get the error message to report when the function is called with the wrong number of arguments...
Definition: XalanEXSLTCommonImpl.hpp:68
XalanEXSLTFunctionObjectType(MemoryManagerType &theManager, int)
Definition: XalanEXSLTCommonImpl.hpp:120