18#if !defined(EXSLT_STRINGIMPL_HEADER_GUARD_1357924680)
19#define EXSLT_STRINGIMPL_HEADER_GUARD_1357924680
62 const Locator* locator)
const;
64 using ParentType::execute;
67 clone(MemoryManager& theManager)
const
77 return XalanMessageLoader::getMessage(
79 XalanMessages::EXSLTFunctionAcceptsTwoOrThreeArguments_1Param,
94 static const XalanDOMChar s_centerString[];
95 static const XalanDOMChar s_rightString[];
123 const Locator* locator)
const;
125 using ParentType::execute;
128 clone(MemoryManager& theManager)
const
138 return XalanMessageLoader::getMessage(
140 XalanMessages::EXSLTFunctionAcceptsOneArgument_1Param,
164 m_space(s_spaceString, theManager)
170 MemoryManager& theManager,
179 MemoryManager& theManager) :
181 m_space(s_spaceString, theManager)
197 const Locator* locator)
const;
199 using ParentType::execute;
202 clone(MemoryManager& theManager)
const
212 return XalanMessageLoader::getMessage(
214 XalanMessages::EXSLTFunctionAccepts1Or2Argument_1Param,
233 static const XalanDOMChar s_spaceString[];
260 const Locator* locator)
const;
262 using ParentType::execute;
265 clone(MemoryManager& theManager)
const
275 return XalanMessageLoader::getMessage(
277 XalanMessages::EXSLTFunctionAcceptsTwoOrThreeArguments_1Param,
283 XalanDOMChar theChar,
286 static const XalanDOMChar s_reservedChars[];
289 static const XalanDOMChar s_excludedChars[];
327 const Locator* locator)
const;
329 using ParentType::execute;
332 clone(MemoryManager& theManager)
const
342 return XalanMessageLoader::getMessage(
344 XalanMessages::EXSLTFunctionAccepts1Or2Argument_1Param,
353 const Locator* locator,
354 const XalanDOMChar highHexChar,
355 const XalanDOMChar lowHexChar)
const;
#define XALAN_CPP_NAMESPACE
#define XALAN_EXSLT_EXPORT
Class to hold XObjectPtr return types.
virtual ~XalanEXSLTFunctionAlign()
virtual XObjectPtr execute(XPathExecutionContext &executionContext, XalanNode *context, const XObjectArgVectorType &args, const Locator *locator) const
Execute an XPath function object.
const XalanDOMString & getError(XalanDOMString &theBuffer) const
Get the error message to report when the function is called with the wrong number of arguments.
virtual XalanEXSLTFunctionAlign * clone(MemoryManager &theManager) const
Create a copy of the function object.
XalanEXSLTFunctionAlign()
virtual XalanEXSLTFunctionConcat * clone(MemoryManager &theManager) const
Create a copy of the function object.
virtual ~XalanEXSLTFunctionConcat()
virtual XObjectPtr execute(XPathExecutionContext &executionContext, XalanNode *context, const XObjectArgVectorType &args, const Locator *locator) const
Execute an XPath function object.
const XalanDOMString & getError(XalanDOMString &theBuffer) const
Get the error message to report when the function is called with the wrong number of arguments.
XalanEXSLTFunctionConcat()
XalanDOMChar hexCharsToByte(XPathExecutionContext &executionContext, XalanNode *context, const Locator *locator, const XalanDOMChar highHexChar, const XalanDOMChar lowHexChar) const
virtual XObjectPtr execute(XPathExecutionContext &executionContext, XalanNode *context, const XObjectArgVectorType &args, const Locator *locator) const
Execute an XPath function object.
virtual XalanEXSLTFunctionDecodeURI * clone(MemoryManager &theManager) const
Create a copy of the function object.
static const XalanDOMString::size_type s_octetSize
virtual ~XalanEXSLTFunctionDecodeURI()
const XalanDOMString & getError(XalanDOMString &theBuffer) const
Get the error message to report when the function is called with the wrong number of arguments.
XalanEXSLTFunctionDecodeURI()
XalanEXSLTFunctionEncodeURI()
virtual ~XalanEXSLTFunctionEncodeURI()
static const XalanDOMString::size_type s_excludedCharsSize
static const XalanDOMString::size_type s_reservedCharsSize
const XalanDOMString & getError(XalanDOMString &theBuffer) const
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.
const XalanDOMString & escapedOctet(XalanDOMChar theChar, XalanDOMString &theBuffer) const
virtual XalanEXSLTFunctionEncodeURI * clone(MemoryManager &theManager) const
Create a copy of the function object.
virtual XObjectPtr execute(XPathExecutionContext &executionContext, XalanNode *context, const XObjectArgVectorType &args, const Locator *locator) const
Execute an XPath function object.
const XalanDOMString & getError(XalanDOMString &theBuffer) const
Get the error message to report when the function is called with the wrong number of arguments.
XalanEXSLTFunctionPadding(MemoryManager &theManager, int)
XalanEXSLTFunctionPadding(MemoryManager &theManager)
virtual XalanEXSLTFunctionPadding * clone(MemoryManager &theManager) const
Create a copy of the function object.
XalanEXSLTFunctionPadding(const XalanEXSLTFunctionPadding &other, MemoryManager &theManager)
virtual ~XalanEXSLTFunctionPadding()
Type * XalanCopyConstruct(MemoryManager &theMemoryManager, const Type &theSource)
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)