18#if !defined(XSTRINGCACHED_HEADER_GUARD_1357924680)
19#define XSTRINGCACHED_HEADER_GUARD_1357924680
76 MemberFunctionPtr function)
const;
81 MemberFunctionPtr function)
const;
#define XALAN_XPATH_EXPORT
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
eObjectType
Enumeration of possible object types.
XStringCached(const XStringCached &source, MemoryManager &theManager)
virtual const XalanDOMString & str() const
Cast result object to a string.
virtual void str(XPathExecutionContext &executionContext, FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.
virtual void str(XalanDOMString &theBuffer) const
Append the string value directly a string.
virtual void str(XPathExecutionContext &executionContext, 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.
virtual const XalanDOMString & str(XPathExecutionContext &executionContext) const
Cast result object to a string.
XStringCached(GetCachedString &val, MemoryManager &theManager)
Create a string XObject from a cached 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.