 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XBOOLEAN_HEADER_GUARD_1357924680)
19 #define XBOOLEAN_HEADER_GUARD_1357924680
51 MemoryManager& theMemoryManager);
61 MemoryManager& theMemoryManager);
74 using ParentType::num;
89 MemberFunctionPtr
function)
const;
94 MemberFunctionPtr
function)
const;
104 using ParentType::str;
126 #endif // XBOOLEAN_HEADER_GUARD_1357924680
virtual double stringLength(XPathExecutionContext &executionContext) const
Get the length of the string value of the instance.
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
virtual void ProcessXObjectTypeCallback(XObjectTypeCallback &theCallbackObject) const
Process a callback request for preferred type information.
virtual void str(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.
XBoolean(const XBoolean &source, MemoryManager &theMemoryManager)
Construct an XBoolean object from another.
XBoolean(bool val, MemoryManager &theMemoryManager)
Construct an XBoolean object from a boolean value.
#define XALAN_XPATH_EXPORT
virtual void str(XPathExecutionContext &executionContext, XalanDOMString &theBuffer) const
Append the string value directly a string.
The purpose of this class is to provide a way to get the "preferred" or closest matching type for XOb...
virtual const XalanDOMString & str() const
Cast result object to a string.
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.
Class to hold XPath return types.
virtual bool boolean(XPathExecutionContext &executionContext) const
Cast result object to a boolean.
virtual const XalanDOMString & str(XPathExecutionContext &executionContext) 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 ProcessXObjectTypeCallback(XObjectTypeCallback &theCallbackObject)
Process a callback request for preferred type information.