fintp_base
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FinTP::FunctionFill Class Reference

#include <ExtensionTemplate.h>

Inheritance diagram for FinTP::FunctionFill:

Public Member Functions

virtual XObjectPtr execute (XPathExecutionContext &executionContext, XalanNode *context, const XObjectArgVectorType &args, const LocatorType *locator) const
 Execute an XPath function object. More...
 
virtual FunctionFillclone () const
 Implement clone() so Xalan can copy the square-root function into its own function table. More...
 

Protected Member Functions

const XalanDOMString getError () const
 

Private Member Functions

FunctionFilloperator= (const FunctionFill &)
 
bool operator== (const FunctionFill &) const
 

Member Function Documentation

FunctionFill * FunctionFill::clone ( ) const
virtual

Implement clone() so Xalan can copy the square-root function into its own function table.

Returns
pointer to the new object
XALAN_CPP_NAMESPACE_USE XObjectPtr FunctionFill::execute ( XPathExecutionContext &  executionContext,
XalanNode *  context,
const XObjectArgVectorType &  args,
const LocatorType *  locator 
) const
virtual

Execute an XPath function object.

The function must return a valid XObject.

Parameters
executionContextexecuting context
contextcurrent context node
opPoscurrent op position
argsvector of pointers to XObject arguments
Returns
pointer to the result XObject
const XalanDOMString FunctionFill::getError ( ) const
protected
FunctionFill& FinTP::FunctionFill::operator= ( const FunctionFill )
private
bool FinTP::FunctionFill::operator== ( const FunctionFill ) const
private

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