18#if !defined(XRESULTTREEFRAG_HEADER_GUARD_1357924680)
19#define XRESULTTREEFRAG_HEADER_GUARD_1357924680
65 MemoryManager& theManager);
75 MemoryManager& theManager);
83 return m_cachedStringValue.getMemoryManager();
89 m_executionContext = theExecutionContext;
176 mutable double m_cachedNumberValue;
#define XALAN_CPP_NAMESPACE
#define XALAN_XSLT_EXPORT
The purpose of this class is to provide a way to get the "preferred" or closest matching type for XOb...
XObject(eObjectType theObjectType, MemoryManager &theMemoryManager)
Create an XObject.
void(FormatterListener::* MemberFunctionPtr)(const XMLCh *const, const FormatterListener::size_type)
virtual void dereferenced()
virtual void ProcessXObjectTypeCallback(XObjectTypeCallback &theCallbackObject)
Process a callback request for preferred type information.
virtual ~XResultTreeFrag()
virtual bool boolean(XPathExecutionContext &executionContext) const
Cast result object to a boolean.
virtual const XalanDocumentFragment & rtree() const
Cast result object to a result tree fragment.
void setExecutionContext(StylesheetExecutionContext *theExecutionContext)
virtual void str(FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.
XResultTreeFrag(XalanDocumentFragment &value, MemoryManager &theManager)
Construct an XResultTreeFrag object from a result tree fragment.
virtual void str(XPathExecutionContext &executionContext, 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.
virtual void ProcessXObjectTypeCallback(XObjectTypeCallback &theCallbackObject) const
Process a callback request for preferred type information.
virtual double stringLength(XPathExecutionContext &executionContext) const
Get the length of the string value of the instance.
MemoryManager & getMemoryManager() const
virtual double num() const
Cast result object to a number.
virtual void str(XalanDOMString &theBuffer) const
Append the string value directly a string.
virtual const XalanDOMString & str() const
Cast result object to a string.
void set(XalanDocumentFragment &theValue)
Change the value of an XResultTreeFrag.
XalanDocumentFragment * release()
Release the ResultTreeFrag held by the instance.
virtual const XalanDOMString & getTypeString() const
Given a request type, return the equivalent string.
XResultTreeFrag(const XResultTreeFrag &source, MemoryManager &theManager)
Construct an XResultTreeFrag object from another.
virtual void str(XPathExecutionContext &executionContext, XalanDOMString &theBuffer) const
Append the string value directly a string.
virtual const XalanDOMString & str(XPathExecutionContext &executionContext) const
Cast result object to a string.