|
| FunctionID () |
|
virtual | ~FunctionID () |
|
virtual XObjectPtr | execute (XPathExecutionContext &executionContext, XalanNode *context, const XObjectPtr arg1, const LocatorType *locator) const |
| Execute an XPath function object. More...
|
|
virtual FunctionID * | clone (MemoryManagerType &theManager) const |
| Create a copy of the function object. More...
|
|
| Function () |
|
virtual | ~Function () |
|
virtual XObjectPtr | execute (XPathExecutionContext &executionContext, XalanNode *context, const XObjectArgVectorType &args, const LocatorType *locator) const |
| Execute an XPath function object. More...
|
|
virtual XObjectPtr | execute (XPathExecutionContext &executionContext, XalanNode *context, const LocatorType *locator) const |
| Execute an XPath function object. More...
|
|
virtual XObjectPtr | execute (XPathExecutionContext &executionContext, XalanNode *context, const XObjectPtr arg1, const XObjectPtr arg2, const LocatorType *locator) const |
| Execute an XPath function object. More...
|
|
virtual XObjectPtr | execute (XPathExecutionContext &executionContext, XalanNode *context, const XObjectPtr arg1, const XObjectPtr arg2, const XObjectPtr arg3, const LocatorType *locator) const |
| Execute an XPath function object. More...
|
|
XPath implementation of "id" function.