 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XTOKENSTRINGADAPTER_HEADER_GUARD_1357924680)
19 #define XTOKENSTRINGADAPTER_HEADER_GUARD_1357924680
56 MemoryManager& theManager);
60 MemoryManager& theManager);
83 MemberFunctionPtr
function)
const;
88 MemberFunctionPtr
function)
const;
123 #endif // XTOKENSTRINGADAPTER_HEADER_GUARD_1357924680
virtual void str(XalanDOMString &theBuffer) const
Append the string value directly a string.
virtual eObjectType getRealType() const
Tell what kind of class this is.
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
virtual ~XTokenStringAdapter()
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.
virtual void str(XPathExecutionContext &executionContext, XalanDOMString &theBuffer) const
Append the string value directly a string.
#define XALAN_XPATH_EXPORT
eObjectType
Enumeration of possible object types.
virtual double stringLength(XPathExecutionContext &executionContext) const
Get the length of the string value of the instance.
virtual const XalanDOMString & str(XPathExecutionContext &executionContext) const
Cast result object to a string.
XTokenStringAdapter(const XTokenStringAdapter &source, MemoryManager &theManager)
XTokenStringAdapter(const XToken &theToken, MemoryManager &theManager)
Create an XTokenStringAdapter from an XToken.
virtual const XalanDOMString & str() const
Cast result object to a string.
virtual double num(XPathExecutionContext &executionContext) const
Cast result object to a number.
virtual double num() const
Cast result object to a number.