18#if !defined(XALAN_AVTPART_HEADER_GUARD)
19#define XALAN_AVTPART_HEADER_GUARD
35class XPathExecutionContext;
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
Class to hold a part, either a string or XPath, of an Attribute Value Template.
virtual void evaluate(XalanDOMString &buf, XalanNode *contextNode, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const =0
Append the value to the buffer.
virtual void evaluate(XalanDOMString &buf, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const =0
Append the value to the buffer.
This class defines an interface for classes that resolve namespace prefixes to their URIs.