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

#include <ExtensionNewLine.h>

Inheritance diagram for FinTP::FunctionReplace:

Public Member Functions

virtual XObjectPtr execute (XPathExecutionContext &executionContext, XalanNode *context, const XObjectArgVectorType &args, const LocatorType *locator) const
 Execute an XPath function object. More...
 
virtual FunctionReplaceclone () 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

FunctionReplaceoperator= (const FunctionReplace &)
 
bool operator== (const FunctionReplace &) const
 

Member Function Documentation

FunctionReplace * FunctionReplace::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 FunctionReplace::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 FunctionReplace::getError ( ) const
protected
FunctionReplace& FinTP::FunctionReplace::operator= ( const FunctionReplace )
private
bool FinTP::FunctionReplace::operator== ( const FunctionReplace ) const
private

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