|
| | 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. More...
|
| |
| virtual | ~AVT () |
| |
| const XalanDOMString & | getName () const |
| | Retrieve the name of the Attribute Value Template. More...
|
| |
| void | evaluate (XalanDOMString &buf, XalanNode *contextNode, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const |
| | Append the value to the buffer. More...
|
| |
| void | evaluate (XalanDOMString &buf, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const |
| | Append the value to the buffer. More...
|
| |
Class to hold an Attribute Value Template.
Definition at line 55 of file AVT.hpp.