18#if !defined(XBOOLEAN_HEADER_GUARD_1357924680)
19#define XBOOLEAN_HEADER_GUARD_1357924680
74 using ParentType::num;
89 MemberFunctionPtr function)
const;
94 MemberFunctionPtr function)
const;
104 using ParentType::str;
#define XALAN_XPATH_EXPORT
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
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...
Class to hold XPath return types.