Xalan-C++ API Reference  1.12.0
Public Types | Public Member Functions | List of all members
xalanc::FunctionCurrent Class Reference

#include <xalanc/XSLT/FunctionCurrent.hpp>

Inheritance diagram for xalanc::FunctionCurrent:
[legend]
Collaboration diagram for xalanc::FunctionCurrent:
[legend]

Public Types

typedef Function ParentType
 
- Public Types inherited from xalanc::Function
typedef xercesc::Locator LocatorType
 
typedef XPathExecutionContext::XObjectArgVectorType XObjectArgVectorType
 
typedef XPathExecutionContext::GetCachedString GetCachedString
 
typedef XPathExecutionContext::GetCachedNodeList GetCachedNodeList
 

Public Member Functions

 FunctionCurrent ()
 
virtual ~FunctionCurrent ()
 
virtual XObjectPtr execute (XPathExecutionContext &executionContext, XalanNode *context, const Locator *locator) const
 Execute an XPath function object. More...
 
virtual FunctionCurrentclone (MemoryManager &theManager) const
 Create a copy of the function object. More...
 
- Public Member Functions inherited from xalanc::Function
 Function ()
 
virtual ~Function ()
 
virtual XObjectPtr execute (XPathExecutionContext &executionContext, XalanNode *context, const XObjectArgVectorType &args, const Locator *locator) const
 Execute an XPath function object. More...
 
virtual XObjectPtr execute (XPathExecutionContext &executionContext, XalanNode *context, const XObjectPtr arg, const Locator *locator) const
 Execute an XPath function object. More...
 
virtual XObjectPtr execute (XPathExecutionContext &executionContext, XalanNode *context, const XObjectPtr arg1, const XObjectPtr arg2, const Locator *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 Locator *locator) const
 Execute an XPath function object. More...
 

Additional Inherited Members

- Protected Member Functions inherited from xalanc::Function
void generalError (XPathExecutionContext &executionContext, const XalanNode *context, const Locator *locator) const
 Report the error returned from the getError() call. More...
 

Detailed Description

Definition at line 43 of file FunctionCurrent.hpp.

Member Typedef Documentation

Definition at line 47 of file FunctionCurrent.hpp.

Constructor & Destructor Documentation

xalanc::FunctionCurrent::FunctionCurrent ( )
virtual xalanc::FunctionCurrent::~FunctionCurrent ( )
virtual

Member Function Documentation

virtual FunctionCurrent* xalanc::FunctionCurrent::clone ( MemoryManager &  theManager) const
virtual

Create a copy of the function object.

Returns
pointer to the new object

Implements xalanc::Function.

virtual XObjectPtr xalanc::FunctionCurrent::execute ( XPathExecutionContext executionContext,
XalanNode context,
const Locator *  locator 
) const
virtual

Execute an XPath function object.

The function must return a valid object. Called if function has no parameters.

Parameters
executionContextexecuting context
contextcurrent context node
locatorLocator instance for the XPath expression that contains the function call
Returns
pointer to the result XObject

Reimplemented from xalanc::Function.


The documentation for this class was generated from the following file: