 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XNUMBER_HEADER_GUARD_1357924680)
19 #define XNUMBER_HEADER_GUARD_1357924680
52 MemoryManager& theMemoryManager);
56 MemoryManager& theMemoryManager);
79 MemberFunctionPtr
function)
const;
84 MemberFunctionPtr
function)
const;
124 #endif // XNUMBER_HEADER_GUARD_1357924680
virtual double num() const
Cast result object to a number.
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
XNumber(const XNumber &source, MemoryManager &theMemoryManager)
#define XALAN_XPATH_EXPORT
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.
virtual double stringLength(XPathExecutionContext &executionContext) const
Get the length of the string value of the instance.
virtual const XalanDOMString & str() const
Cast result object to a string.
XNumber(double val, MemoryManager &theMemoryManager)
Create an XNumber from a number.
virtual void str(XPathExecutionContext &executionContext, XalanDOMString &theBuffer) const
Append the string value directly a string.
void set(double theValue)
Change the value of an XNumber.
virtual void str(XalanDOMString &theBuffer) const
Append the string value directly a string.
virtual void str(XPathExecutionContext &executionContext, FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.
virtual double num(XPathExecutionContext &executionContext) const
Cast result object to a number.