Class to hold a part, either a string or XPath, of an Attribute Value Template. More...
#include <AVTPart.hpp>
Inherited by AVTPartSimple, and AVTPartXPath.
Class to hold a part, either a string or XPath, of an Attribute Value Template.
Definition at line 43 of file AVTPart.hpp.
| AVTPart::AVTPart | ( | ) |
| virtual AVTPart::~AVTPart | ( | ) | [virtual] |
| virtual void AVTPart::evaluate | ( | XalanDOMString & | buf, | |
| XalanNode * | contextNode, | |||
| const PrefixResolver & | prefixResolver, | |||
| XPathExecutionContext & | executionContext | |||
| ) | const [pure virtual] |
Append the value to the buffer.
| buf | buffer to write into | |
| contextNode | current context node | |
| prefixResolver | prefix resolver to use | |
| executionContext | execution context |
Implemented in AVTPartSimple, and AVTPartXPath.
| virtual void AVTPart::evaluate | ( | XalanDOMString & | buf, | |
| const PrefixResolver & | prefixResolver, | |||
| XPathExecutionContext & | executionContext | |||
| ) | const [pure virtual] |
Append the value to the buffer.
| buf | buffer to write into | |
| prefixResolver | prefix resolver to use | |
| executionContext | execution context |
Implemented in AVTPartSimple, and AVTPartXPath.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.11 |
|
|