16 #if !defined(XRESULTTREEFRAG_HEADER_GUARD_1357924680)
17 #define XRESULTTREEFRAG_HEADER_GUARD_1357924680
30 #if defined(XALAN_AUTO_PTR_REQUIRES_DEFINITION)
31 #include <xalanc/XPath/ResultTreeFragBase.hpp>
47 XALAN_CPP_NAMESPACE_BEGIN
79 bool deepClone =
false);
87 return m_cachedStringValue.getMemoryManager();
93 m_executionContext = theExecutionContext;
113 MemberFunctionPtr
function)
const;
166 mutable double m_cachedNumberValue;
171 XALAN_CPP_NAMESPACE_END
175 #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...
Definition: XObjectTypeCallback.hpp:51
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
virtual const NodeRefListBase & nodeset() const
Cast result object to a nodelist.
virtual void ProcessXObjectTypeCallback(XObjectTypeCallback &theCallbackObject)=0
Process a callback request for preferred type information.
void setExecutionContext(StylesheetExecutionContext *theExecutionContext)
Definition: XResultTreeFrag.hpp:91
Definition: XalanDocumentFragment.hpp:38
virtual bool boolean() const
Cast result object to a boolean.
Definition: StylesheetExecutionContext.hpp:104
virtual const XalanDOMString & getTypeString() const =0
Given a request type, return the equivalent string.
Local implementation of NodeRefList.
Definition: NodeRefListBase.hpp:42
virtual double num() const
Cast result object to a number.
virtual void dereferenced()
XObject ParentType
Definition: XResultTreeFrag.hpp:59
Class to hold XPath return types.
Definition: XObject.hpp:61
#define XALAN_XSLT_EXPORT
Definition: XSLTDefinitions.hpp:25
virtual const XalanDocumentFragment & rtree() const
Cast result object to a result tree fragment.
virtual double stringLength() const =0
Get the length of the string value of the instance.
Definition: XalanDOMString.hpp:42
virtual const XalanDOMString & str() const
Cast result object to a string.
Definition: XResultTreeFrag.hpp:55
MemoryManagerType & getMemoryManager() const
Definition: XResultTreeFrag.hpp:85