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

#include <ExtensionRegex.h>

Inheritance diagram for FinTP::FunctionRegexMatch:

Public Member Functions

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

Protected Member Functions

const XalanDOMString getError () const
 

Private Member Functions

FunctionRegexMatch & operator= (const FunctionRegexMatch &)
 
bool operator== (const FunctionRegexMatch &) const
 

Member Function Documentation

FunctionRegexMatch * FunctionRegexMatch::clone ( ) const
virtual

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

Returns
pointer to the new object
XObjectPtr FunctionRegexMatch::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 FunctionRegexMatch::getError ( ) const
protected
FunctionRegexMatch& FinTP::FunctionRegexMatch::operator= ( const FunctionRegexMatch &  )
private
bool FinTP::FunctionRegexMatch::operator== ( const FunctionRegexMatch &  ) const
private

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