18#if !defined(FUNCTIONSYSTEMPROPERTY_HEADER_GUARD_1357924680)
19#define FUNCTIONSYSTEMPROPERTY_HEADER_GUARD_1357924680
58 const Locator* locator)
const;
63 clone(MemoryManager& theManager)
const;
#define XALAN_CPP_NAMESPACE
#define XALAN_XSLT_EXPORT
virtual XObjectPtr execute(XPathExecutionContext &executionContext, XalanNode *context, const XObjectPtr arg, const Locator *locator) const
Execute an XPath function object.
FunctionSystemProperty(MemoryManager &theManager)
FunctionSystemProperty(const FunctionSystemProperty &other, MemoryManager &theManager)
virtual FunctionSystemProperty * clone(MemoryManager &theManager) const
Create a copy of the function object.
virtual const XalanDOMString & getError(XalanDOMString &theResult) const
Get the error message to report when the function is called with the wrong number of arguments.
virtual ~FunctionSystemProperty()
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.