#include <ExtensionBase64.h>
 | 
| virtual XObjectPtr  | execute (XPathExecutionContext &executionContext, XalanNode *context, const XObjectArgVectorType &args, const LocatorType *locator) const  | 
|   | Execute an XPath function object.  More...
  | 
|   | 
| virtual FunctionBase64 *  | clone () const  | 
|   | Implement clone() so Xalan can copy the function into its own function table.  More...
  | 
|   | 
Implement clone() so Xalan can copy the function into its own function table. 
- Returns
 - pointer to the new object 
 
 
 
  
  
      
        
          | XALAN_CPP_NAMESPACE_USE XObjectPtr FunctionBase64::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
 - 
  
    | executionContext | executing context  | 
    | context | current context node  | 
    | opPos | current op position  | 
    | args | vector of pointers to XObject arguments  | 
  
   
- Returns
 - pointer to the result XObject 
 
 
 
  
  
      
        
          | const XalanDOMString FunctionBase64::getError  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | bool FinTP::FunctionBase64::operator==  | 
          ( | 
          const FunctionBase64 &  | 
           | ) | 
           const | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: