Unicorn XML Toolkit
Version 1.00.00

Namespace Xslt
Class CAvt

class CAvt: public CInterface {
public:
    CAvt();
    virtual ~CAvt();
public:
    virtual CString Evaluate(const XExprContext &pExprContext) = 0;
    };

The abstract interface to XSLT attribute value templates.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
See Also:
Xpath::CContext
Constructor/Destructor Summary
CAvt ();
����������Constructs the attribute value template.
~CAvt ();
����������Destroys the attribute value template.

Function Summary
CString Evaluate (const XExprContext &pExprContext);
����������Evaluates this attribute value template in the specified XPath expression context.

Constructor/Destructor Detail

CAvt

CAvt();

Constructs the attribute value template.

~CAvt

virtual ~CAvt();

Destroys the attribute value template.

Function Detail

Evaluate

virtual CString Evaluate(const XExprContext &pExprContext) = 0;

Evaluates this attribute value template in the specified XPath expression context.

Parameters:
pExprContext - the XPath expression context
Returns:
the string obtained as the result of evaluation

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.