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),
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[];
#define XALAN_CPP_NAMESPACE
#define XALAN_EXSLT_EXPORT
XPath implementation of "node-set" function.
Class to hold XObjectPtr return types.
virtual ~XalanEXSLTFunctionNodeSet()
XalanEXSLTFunctionNodeSet()
virtual XalanEXSLTFunctionNodeSet * clone(MemoryManager &theManager) const
Create a copy of the function object.
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 const XalanDOMString & getInvalidArgumentTypeError(XalanDOMString &theResult) const
virtual ~XalanEXSLTFunctionObjectType()
const XalanDOMString & getError(XalanDOMString &theResult) 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.
XalanEXSLTFunctionObjectType(MemoryManager &theManager)
XalanEXSLTFunctionObjectType(MemoryManager &theManager, int)
virtual XObjectPtr execute(XPathExecutionContext &executionContext, XalanNode *context, const XObjectArgVectorType &args, const Locator *locator) const
Execute an XPath function object.
Type * XalanCopyConstruct(MemoryManager &theMemoryManager, const Type &theSource)
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)