 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XALAN_AVTPARTSIMPLE_HEADER_GUARD)
19 #define XALAN_AVTPARTSIMPLE_HEADER_GUARD
40 class StylesheetConstructionContext;
60 const XalanDOMChar* val,
84 const XalanDOMChar*
const m_val;
95 #endif //XALAN_AVTPARTSIMPLE_HEADER_GUARD
virtual void evaluate(XalanDOMString &buf, XalanNode *contextNode, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const
Append the value to the buffer.
virtual void evaluate(XalanDOMString &buf, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const
Append the value to the buffer.
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
AVTPartSimple(StylesheetConstructionContext &constructionContext, const XalanDOMChar *val, XalanDOMString::size_type len)
Construct a simple Attribute Value Template (AVT) part.
This class defines an interface for classes that resolve namespace prefixes to their URIs.
Simple string part of a complex AVT.
Class to hold a part, either a string or XPath, of an Attribute Value Template.