16 #if !defined(FUNCTIONDIFFERENCE_HEADER_GUARD_1357924680)
17 #define FUNCTIONDIFFERENCE_HEADER_GUARD_1357924680
31 XALAN_CPP_NAMESPACE_BEGIN
58 #if !defined(XALAN_NO_USING_DECLARATION)
59 using ParentType::execute;
62 #if defined(XALAN_NO_COVARIANT_RETURN_TYPE)
86 XALAN_CPP_NAMESPACE_END
90 #endif // FUNCTIONDIFFERENCE_HEADER_GUARD_1357924680
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Definition: XalanVector.hpp:1111
#define XALAN_XALANEXTENSIONS_EXPORT
Definition: XalanExtensionsDefinitions.hpp:33
Definition: XalanNode.hpp:44
Definition: Function.hpp:52
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
virtual Function * clone(MemoryManagerType &theManager) const =0
Create a copy of the function object.
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
Definition: XPathExecutionContext.hpp:72
XPath implementation of "difference" function.
Definition: FunctionDifference.hpp:38
Function ParentType
Definition: FunctionDifference.hpp:42
XERCES_CPP_NAMESPACE_QUALIFIER Locator LocatorType
Definition: Function.hpp:56
Definition: XalanDOMString.hpp:42