Simple string part of a complex AVT. More...
#include <AVTPartSimple.hpp>
Inherits AVTPart.
Simple string part of a complex AVT.
Definition at line 47 of file AVTPartSimple.hpp.
AVTPartSimple::AVTPartSimple | ( | StylesheetConstructionContext & | constructionContext, | |
const XalanDOMChar * | val, | |||
XalanDOMString::size_type | len | |||
) |
virtual void AVTPartSimple::evaluate | ( | XalanDOMString & | buf, | |
XalanNode * | contextNode, | |||
const PrefixResolver & | prefixResolver, | |||
XPathExecutionContext & | executionContext | |||
) | const [virtual] |
Append the value to the buffer.
buf | buffer to write into | |
contextNode | current context node | |
prefixResolver | prefix resolver to use | |
executionContext | execution context |
Implements AVTPart.
virtual void AVTPartSimple::evaluate | ( | XalanDOMString & | buf, | |
const PrefixResolver & | prefixResolver, | |||
XPathExecutionContext & | executionContext | |||
) | const [virtual] |
Append the value to the buffer.
buf | buffer to write into | |
prefixResolver | prefix resolver to use | |
executionContext | execution context |
Implements AVTPart.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|