18#if !defined(XBOOLEAN_HEADER_GUARD_1357924680)
19#define XBOOLEAN_HEADER_GUARD_1357924680
51 MemoryManager& theMemoryManager);
61 MemoryManager& theMemoryManager);
#define XALAN_XPATH_EXPORT
virtual void str(FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.
virtual void ProcessXObjectTypeCallback(XObjectTypeCallback &theCallbackObject)
Process a callback request for preferred type information.
virtual bool boolean(XPathExecutionContext &executionContext) const
Cast result object to a boolean.
virtual const XalanDOMString & getTypeString() const
Given a request type, return the equivalent string.
virtual void str(XalanDOMString &theBuffer) const
Append the string value directly a string.
virtual void ProcessXObjectTypeCallback(XObjectTypeCallback &theCallbackObject) const
Process a callback request for preferred type information.
virtual double num(XPathExecutionContext &executionContext) const
Cast result object to a number.
virtual const XalanDOMString & str(XPathExecutionContext &executionContext) const
Cast result object to a string.
XBoolean(const XBoolean &source, MemoryManager &theMemoryManager)
Construct an XBoolean object from another.
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(XPathExecutionContext &executionContext, XalanDOMString &theBuffer) const
Append the string value directly a string.
virtual double stringLength(XPathExecutionContext &executionContext) const
Get the length of the string value of the instance.
XBoolean(bool val, MemoryManager &theMemoryManager)
Construct an XBoolean object from a boolean value.
The purpose of this class is to provide a way to get the "preferred" or closest matching type for XOb...
virtual const XalanDOMString & str(XPathExecutionContext &executionContext) const =0
Cast result object to a string.
XObject(eObjectType theObjectType, MemoryManager &theMemoryManager)
Create an XObject.
virtual double num(XPathExecutionContext &executionContext) const
Cast result object to a number.
void(FormatterListener::* MemberFunctionPtr)(const XMLCh *const, const FormatterListener::size_type)