Xalan-C++ API Documentation

The Xalan-C++ XSL Transformer Version 1.0

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

FunctionDefaultStringArgument Class Reference

XPath FunctionDefaultStringArgument implementation. More...

#include <FunctionDefaultStringArgument.hpp>

Inheritance diagram for FunctionDefaultStringArgument:

Function FunctionNormalizeSpace FunctionString FunctionStringLength Collaboration diagram for FunctionDefaultStringArgument:

List of all members.

Public Methods

Protected Methods


Detailed Description

XPath FunctionDefaultStringArgument implementation.

This is a base class for all string functions which have a default argument. It is NOT a concrete class.


Member Function Documentation

virtual Function* FunctionDefaultStringArgument::clone () const [pure virtual]

Create a copy of the function object.

Returns:
pointer to the new object

Reimplemented from Function.

Reimplemented in FunctionNormalizeSpace, FunctionString, and FunctionStringLength.

XObject * FunctionDefaultStringArgument::execute ( XPathExecutionContext & executionContext,
XalanNode * context,
int opPos,
const XObjectArgVectorType & args) [pure virtual]

Execute an XPath function object.

The function must return a valid object.

Parameters:
executionContext   current context
opPos   current op position
args   list of XObject arguments
Returns:
valid XObject

Reimplemented from Function.

Reimplemented in FunctionNormalizeSpace, FunctionString, and FunctionStringLength.

XalanDOMString FunctionDefaultStringArgument::getDefaultStringArgument ( XPathExecutionContext & executionContext,
XalanNode & context) [protected, virtual]


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

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSL Transformer Version 1.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.