18 #if !defined(XRESULTTREEFRAG_HEADER_GUARD_1357924680) 19 #define XRESULTTREEFRAG_HEADER_GUARD_1357924680 42 XALAN_CPP_NAMESPACE_BEGIN
65 MemoryManager& theManager);
75 MemoryManager& theManager);
83 return m_cachedStringValue.getMemoryManager();
89 m_executionContext = theExecutionContext;
116 MemberFunctionPtr
function)
const;
121 MemberFunctionPtr
function)
const;
176 mutable double m_cachedNumberValue;
181 XALAN_CPP_NAMESPACE_END
185 #endif // XRESULTTREEFRAG_HEADER_GUARD_1357924680 The purpose of this class is to provide a way to get the "preferred" or closest matching type for XOb...
virtual void ProcessXObjectTypeCallback(XObjectTypeCallback &theCallbackObject)=0
Process a callback request for preferred type information.
void setExecutionContext(StylesheetExecutionContext *theExecutionContext)
virtual double num() const
Cast result object to a number.
MemoryManager & getMemoryManager() const
virtual const XalanDOMString & getTypeString() const =0
Given a request type, return the equivalent string.
virtual bool boolean(XPathExecutionContext &executionContext) const =0
Cast result object to a boolean.
virtual void dereferenced()
Class to hold XPath return types.
#define XALAN_XSLT_EXPORT
virtual const XalanDocumentFragment & rtree() const
Cast result object to a result tree fragment.
virtual double stringLength(XPathExecutionContext &executionContext) const =0
Get the length of the string value of the instance.
virtual const XalanDOMString & str() const =0
Cast result object to a string.