18#if !defined(XSTRING_HEADER_GUARD_1357924680)
19#define XSTRING_HEADER_GUARD_1357924680
106 MemberFunctionPtr function)
const;
111 MemberFunctionPtr function)
const;
#define XALAN_XPATH_EXPORT
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
virtual const XalanDOMString & str(XPathExecutionContext &executionContext) const
Cast result object to a string.
virtual void str(FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.
virtual void str(XPathExecutionContext &executionContext, FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.
void set(const XalanDOMString &theString)
XString(const XalanDOMChar *val, MemoryManager &theManager)
Construct an XString object from a string.
virtual double stringLength(XPathExecutionContext &executionContext) const
Get the length of the string value of the instance.
XString(const XString &source, MemoryManager &theManager)
Construct an XString object from another string.
virtual const XalanDOMString & str() const
Cast result object to a string.
virtual void str(XalanDOMString &theBuffer) const
Append the string value directly a string.
XString(const XalanDOMString &val, MemoryManager &theManager)
Construct an XString object from a string.
virtual void str(XPathExecutionContext &executionContext, XalanDOMString &theBuffer) const
Append the string value directly a string.
XString(const XalanDOMChar *val, XalanSize_t len, MemoryManager &theManager)
Construct an XString object from a string.