typedef size_t AVT::size_type |
AVT::AVT | ( | StylesheetConstructionContext & | constructionContext, | |
const LocatorType * | 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] |
const XalanDOMString& AVT::getName | ( | ) | const |
void AVT::evaluate | ( | XalanDOMString & | buf, | |
XalanNode * | contextNode, | |||
const PrefixResolver & | prefixResolver, | |||
XPathExecutionContext & | executionContext | |||
) | const |
Append the value to the buffer.
buf | buffer to write into | |
contextNode | current context node | |
prefixResolver | prefix resolver to use | |
executionContext | execution context |
void AVT::evaluate | ( | XalanDOMString & | buf, | |
const PrefixResolver & | prefixResolver, | |||
XPathExecutionContext & | executionContext | |||
) | const |
Append the value to the buffer.
buf | buffer to write into | |
prefixResolver | prefix resolver to use | |
executionContext | execution context |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|