18 #if !defined(EXSLT_COMMONIMPL_HEADER_GUARD_1357924680) 19 #define EXSLT_COMMONIMPL_HEADER_GUARD_1357924680 39 XALAN_CPP_NAMESPACE_BEGIN
57 #if defined(XALAN_NO_COVARIANT_RETURN_TYPE) 62 clone(MemoryManager& theManager)
const 74 XalanMessages::EXSLTFunctionAcceptsOneArgument_1Param,
86 XalanMessages::InvalidArgumentType_1Param,
112 m_boolean(s_booleanString, theManager),
113 m_external(s_externalString, theManager),
114 m_nodeSet(s_nodeSetString, theManager),
115 m_number(s_numberString, theManager),
116 m_rtf(s_rtfString, theManager),
117 m_string(s_stringString, theManager)
124 m_boolean(theManager),
125 m_external(theManager),
126 m_nodeSet(theManager),
127 m_number(theManager),
145 const Locator* locator)
const;
147 using ParentType::execute;
149 #if defined(XALAN_NO_COVARIANT_RETURN_TYPE) 154 clone(MemoryManager& theManager)
const 160 ThisType*
const theResult =
161 new (theGuard.get()) ThisType(theManager);
195 static const XalanDOMChar s_booleanString[];
196 static const XalanDOMChar s_externalString[];
197 static const XalanDOMChar s_nodeSetString[];
198 static const XalanDOMChar s_numberString[];
199 static const XalanDOMChar s_rtfString[];
200 static const XalanDOMChar s_stringString[];
205 XALAN_CPP_NAMESPACE_END
209 #endif // EXSLT_COMMONIMPL_HEADER_GUARD_1357924680
XPath implementation of "node-set" function.
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()
virtual const XalanDOMString & getInvalidArgumentTypeError(XalanDOMString &theResult) const
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 Locator *locator) const
Execute an XPath function object.
Class to hold XObjectPtr return types.
Type * XalanCopyConstruct(MemoryManager &theMemoryManager, const Type &theSource)
virtual const XalanDOMString & getError(XalanDOMString &theBuffer) const
Get the error message to report when the function is called with the wrong number of arguments...
virtual XalanEXSLTFunctionObjectType * clone(MemoryManager &theManager) const
Create a copy of the function object.
virtual ~XalanEXSLTFunctionNodeSet()
XalanEXSLTFunctionNodeSet()
virtual XalanEXSLTFunctionNodeSet * clone(MemoryManager &theManager) const
Create a copy of the function object.
XalanEXSLTFunctionObjectType(MemoryManager &theManager, int)
XalanEXSLTFunctionObjectType(MemoryManager &theManager)
#define XALAN_EXSLT_EXPORT
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)