Simple string part of a complex AVT. More...
#include <AVTPartXPath.hpp>
Inherits AVTPart.
Public Member Functions | |
AVTPartXPath (const XPath *xpath) | |
Construct an XPath Attribute Value Template (AVT) part from an XPath. More... | |
virtual void | evaluate (XalanDOMString &buf, XalanNode *contextNode, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const |
Append the value to the buffer. More... | |
virtual void | evaluate (XalanDOMString &buf, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const |
Append the value to the buffer. More... | |
![]() | |
AVTPart () | |
virtual | ~AVTPart () |
Simple string part of a complex AVT.
Definition at line 51 of file AVTPartXPath.hpp.
AVTPartXPath::AVTPartXPath | ( | const XPath * | xpath | ) |
|
virtual |
Append the value to the buffer.
buf | buffer to write into |
contextNode | current context node |
prefixResolver | prefix resolver to use |
executionContext | execution context |
Implements AVTPart.
|
virtual |
Append the value to the buffer.
buf | buffer to write into |
prefixResolver | prefix resolver to use |
executionContext | execution context |
Implements AVTPart.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|