Xalan-C++ API Reference
1.12.0
|
Class to hold a part, either a string or XPath, of an Attribute Value Template. More...
#include <xalanc/XSLT/AVTPart.hpp>
Public Member Functions | |
AVTPart () | |
virtual | ~AVTPart () |
virtual void | evaluate (XalanDOMString &buf, XalanNode *contextNode, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const =0 |
Append the value to the buffer. More... | |
virtual void | evaluate (XalanDOMString &buf, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const =0 |
Append the value to the buffer. More... | |
Class to hold a part, either a string or XPath, of an Attribute Value Template.
Definition at line 43 of file AVTPart.hpp.
xalanc::AVTPart::AVTPart | ( | ) |
|
virtual |
|
pure virtual |
Append the value to the buffer.
buf | buffer to write into |
prefixResolver | prefix resolver to use |
executionContext | execution context |
Implemented in xalanc::AVTPartSimple, and xalanc::AVTPartXPath.
|
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 xalanc::AVTPartSimple, and xalanc::AVTPartXPath.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Sun May 31 2020 10:37:29 for Xalan-C++ API Reference by 1.8.17