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_EXSLT_EXPORT
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
Class to hold XObjectPtr return types.
virtual ~XalanEXSLTFunctionAlign()
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.
virtual XObjectPtr execute(XPathExecutionContext &executionContext, XalanNode *context, const XObjectArgVectorType &args, const Locator *locator) const
Execute an XPath function object.
XalanEXSLTFunctionAlign()
const XalanDOMString & getError(XalanDOMString &theBuffer) const
Get the error message to report when the function is called with the wrong number of arguments.
virtual ~XalanEXSLTFunctionConcat()
virtual XObjectPtr execute(XPathExecutionContext &executionContext, XalanNode *context, const XObjectArgVectorType &args, const Locator *locator) const
Execute an XPath function object.
XalanEXSLTFunctionConcat()
virtual XalanEXSLTFunctionConcat * clone(MemoryManager &theManager) const
Create a copy of the function object.
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.
static const XalanDOMString::size_type s_octetSize
const XalanDOMString & getError(XalanDOMString &theBuffer) const
Get the error message to report when the function is called with the wrong number of arguments.
virtual ~XalanEXSLTFunctionDecodeURI()
virtual XalanEXSLTFunctionDecodeURI * clone(MemoryManager &theManager) const
Create a copy of the function object.
XalanEXSLTFunctionDecodeURI()
const XalanDOMString & getError(XalanDOMString &theBuffer) const
Get the error message to report when the function is called with the wrong number of arguments.
XalanEXSLTFunctionEncodeURI()
virtual ~XalanEXSLTFunctionEncodeURI()
static const XalanDOMString::size_type s_excludedCharsSize
const XalanDOMString & escapedOctet(XalanDOMChar theChar, XalanDOMString &theBuffer) const
static const XalanDOMString::size_type s_reservedCharsSize
virtual XObjectPtr execute(XPathExecutionContext &executionContext, XalanNode *context, const XObjectArgVectorType &args, const Locator *locator) const
Execute an XPath function object.
virtual XalanEXSLTFunctionEncodeURI * clone(MemoryManager &theManager) const
Create a copy of the 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 XObjectPtr execute(XPathExecutionContext &executionContext, XalanNode *context, const XObjectArgVectorType &args, const Locator *locator) const
Execute an XPath function object.
XalanEXSLTFunctionPadding(MemoryManager &theManager, int)
virtual XalanEXSLTFunctionPadding * clone(MemoryManager &theManager) const
Create a copy of the function object.
XalanEXSLTFunctionPadding(MemoryManager &theManager)
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)