Class to hold an Attribute Value Template. More...
#include <AVT.hpp>
Class to hold an Attribute Value Template.
Definition at line 55 of file AVT.hpp.
typedef size_t AVT::size_type |
AVT::AVT | ( | StylesheetConstructionContext & | constructionContext, | |
const Locator * | locator, | |||
const XalanDOMChar * | name, | |||
const XalanDOMChar * | stringedValue, | |||
const PrefixResolver & | resolver | |||
) |
Construct an Attribute Value Template(AVT) by parsing the string, and either constructing a vector of AVTParts, or simply hold on to the string if the AVT is simple.
virtual AVT::~AVT | ( | ) | [virtual] |
void AVT::evaluate | ( | XalanDOMString & | buf, | |
XalanNode * | contextNode, | |||
const PrefixResolver & | prefixResolver, | |||
XPathExecutionContext & | executionContext | |||
) | const [inline] |
void AVT::evaluate | ( | XalanDOMString & | buf, | |
const PrefixResolver & | prefixResolver, | |||
XPathExecutionContext & | executionContext | |||
) | const [inline] |
const XalanDOMString& AVT::getName | ( | ) | const [inline] |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|