Xalan-C++ API Reference 1.12.0
|
Class to hold an Attribute Value Template. More...
#include <xalanc/XSLT/AVT.hpp>
Public Types | |
typedef std::size_t | size_type |
Public Member Functions | |
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 () |
const XalanDOMString & | getName () const |
Retrieve the name of the Attribute Value Template. | |
void | evaluate (XalanDOMString &buf, XalanNode *contextNode, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const |
Append the value to the buffer. | |
void | evaluate (XalanDOMString &buf, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const |
Append the value to the buffer. | |
typedef std::size_t xalanc::AVT::size_type |
xalanc::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 |
|
inline |
|
inline |
|
inline |
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Tue Oct 10 2023 15:42:12 for Xalan-C++ API Reference by