16 #if !defined(XALAN_AVTPARTSIMPLE_HEADER_GUARD)
17 #define XALAN_AVTPARTSIMPLE_HEADER_GUARD
39 XALAN_CPP_NAMESPACE_BEGIN
63 const XalanDOMChar* val,
87 const XalanDOMChar*
const m_val;
94 XALAN_CPP_NAMESPACE_END
98 #endif //XALAN_AVTPARTSIMPLE_HEADER_GUARD
Definition: XalanNode.hpp:44
virtual void evaluate(XalanDOMString &buf, XalanNode *contextNode, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const
Append the value to the buffer.
Definition: XPathExecutionContext.hpp:72
Class to hold a part, either a string or XPath, of an Attribute Value Template.
Definition: AVTPart.hpp:46
This class defines an interface for classes that resolve namespace prefixes to their URIs...
Definition: PrefixResolver.hpp:37
Definition: XalanDOMString.hpp:42
Definition: StylesheetConstructionContext.hpp:73
unsigned int size_type
Definition: XalanDOMString.hpp:53
AVTPartSimple(StylesheetConstructionContext &constructionContext, const XalanDOMChar *val, XalanDOMString::size_type len)
Construct a simple Attribute Value Template (AVT) part.
Simple string part of a complex AVT.
Definition: AVTPartSimple.hpp:50