18#if !defined(XSTRINGREFERENCE_HEADER_GUARD_1357924680)
19#define XSTRINGREFERENCE_HEADER_GUARD_1357924680
52 MemoryManager& theManager);
55 MemoryManager& theManager);
#define XALAN_XPATH_EXPORT
eObjectType
Enumeration of possible object types.
void(FormatterListener::* MemberFunctionPtr)(const XMLCh *const, const FormatterListener::size_type)
XStringBase(MemoryManager &theMemoryManager)
Construct an XStringBase object.
virtual void str(XalanDOMString &theBuffer) const
Append the string value directly a string.
virtual void str(FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.
XStringReference(const XStringReference &source, MemoryManager &theManager)
virtual const XalanDOMString & str(XPathExecutionContext &executionContext) const
Cast result object to a string.
virtual void str(XPathExecutionContext &executionContext, XalanDOMString &theBuffer) const
Append the string value directly a string.
XStringReference(const XalanDOMString &val, MemoryManager &theManager)
Construct an XStringReference object from 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 ~XStringReference()
virtual void str(XPathExecutionContext &executionContext, FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.