18#if !defined(XSTRINGADAPTER_HEADER_GUARD_1357924680)
19#define XSTRINGADAPTER_HEADER_GUARD_1357924680
54 MemoryManager& theManager,
59 MemoryManager& theManager);
#define XALAN_CPP_NAMESPACE
#define XALAN_XPATH_EXPORT
Class to hold XObjectPtr return types.
eObjectType
Enumeration of possible object types.
void(FormatterListener::* MemberFunctionPtr)(const XMLCh *const, const FormatterListener::size_type)
XStringAdapter(const XObjectPtr &val, MemoryManager &theManager, XPathExecutionContext &theExecutionContext)
Create a string XObject that will adapt another XObject to behave like a string.
virtual void str(XPathExecutionContext &executionContext, FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.
virtual void str(XPathExecutionContext &executionContext, XalanDOMString &theBuffer) const
Append the string value directly a string.
XStringAdapter(const XStringAdapter &source, MemoryManager &theManager)
virtual const XalanDOMString & str(XPathExecutionContext &executionContext) const
Cast result object to a string.
virtual ~XStringAdapter()
virtual void str(XalanDOMString &theBuffer) const
Append the string value directly a string.
virtual double stringLength(XPathExecutionContext &executionContext) const
Get the length of the string value of the instance.
virtual eObjectType getRealType() const
Tell what kind of class this is.
virtual const XalanDOMString & str() const
Cast result object to a string.
virtual void str(FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.
XStringBase(MemoryManager &theMemoryManager)
Construct an XStringBase object.