 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(FUNCTIONLANG_HEADER_GUARD_1357924680)
19 #define FUNCTIONLANG_HEADER_GUARD_1357924680
71 const Locator* locator)
const;
73 using ParentType::execute;
76 clone(MemoryManager& theManager)
const;
101 #endif // FUNCTIONLANG_HEADER_GUARD_1357924680
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
XPath implementation of "lang" function.
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
static void initialize(MemoryManager &theManager)
Perform static initialization.
#define XALAN_XPATH_EXPORT
Class to hold XObjectPtr return types.
virtual const XalanDOMString & getError(XalanDOMString &theResult) const
Get the error message to report when the function is called with the wrong number of arguments.
static void terminate()
Perform static shut down.
virtual FunctionLang * clone(MemoryManager &theManager) const
Create a copy of the function object.
virtual XObjectPtr execute(XPathExecutionContext &executionContext, XalanNode *context, const XObjectPtr arg1, const Locator *locator) const
Execute an XPath function object.