|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CAvt: public CInterface { public: CAvt(); virtual ~CAvt(); public: virtual CString Evaluate(const XExprContext &pExprContext) = 0; };
The abstract interface to XSLT attribute value templates.
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();
Constructs the attribute value template.
virtual ~CAvt();
Destroys the attribute value template.
Function Detail |
virtual CString Evaluate(const XExprContext &pExprContext) = 0;
Evaluates this attribute value template in the specified XPath expression context.
pExprContext
- the XPath expression context
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |