18#if !defined(XUKNOWN_HEADER_GUARD_1357924680)
19#define XUKNOWN_HEADER_GUARD_1357924680
116 MemberFunctionPtr function)
const;
121 MemberFunctionPtr function)
const;
#define XALAN_XPATH_EXPORT
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
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.
virtual bool boolean(XPathExecutionContext &executionContext) const
Cast result object to a boolean.
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.
virtual void str(XPathExecutionContext &executionContext, FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.
virtual const XalanDOMString & str() const
Cast result object to a string.
static void initialize(MemoryManager &theManager)
Perform static initialization.
virtual double num() const
Cast result object to a number.
XUnknown(const XUnknown &source, MemoryManager &theMemoryManager)
Construct an XUnknown from another one.
virtual void str(FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.
virtual double stringLength(XPathExecutionContext &executionContext) const
Get the length of the string value of the instance.
virtual void str(XalanDOMString &theBuffer) const
Append the string value directly a string.
virtual const XalanDOMString & getTypeString() const
Given a request type, return the equivalent string.
static XUnknown * create(const XalanDOMString &name, MemoryManager &theMemoryManager)
Create an XUnknown object from a string.
XUnknown(const XalanDOMString &name, MemoryManager &theMemoryManager)
Construct an XUnknown object from a string.
static void terminate()
Perform static shut down.
virtual void str(XPathExecutionContext &executionContext, XalanDOMString &theBuffer) const
Append the string value directly a string.
virtual void ProcessXObjectTypeCallback(XObjectTypeCallback &theCallbackObject)
Process a callback request for preferred type information.
virtual void ProcessXObjectTypeCallback(XObjectTypeCallback &theCallbackObject) const
Process a callback request for preferred type information.