16 #if !defined(XSTRINGBASE_HEADER_GUARD_1357924680)
17 #define XSTRINGBASE_HEADER_GUARD_1357924680
32 XALAN_CPP_NAMESPACE_BEGIN
58 return m_resultTreeFrag.getMemoryManager();
76 #if !defined(XALAN_NO_USING_DECLARATION)
77 using ParentType::str;
86 MemberFunctionPtr
function)
const = 0;
105 mutable double m_cachedNumberValue;
112 XALAN_CPP_NAMESPACE_END
116 #endif // XSTRINGBASE_HEADER_GUARD_1357924680
Definition: XObjectResultTreeFragProxy.hpp:37
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 void ProcessXObjectTypeCallback(XObjectTypeCallback &theCallbackObject)=0
Process a callback request for preferred type information.
Definition: XalanDocumentFragment.hpp:38
virtual bool boolean() const
Cast result object to a boolean.
Definition: XStringBase.hpp:40
MemoryManagerType & getMemoryManager() const
Definition: XStringBase.hpp:56
virtual const XalanDOMString & getTypeString() const =0
Given a request type, return the equivalent string.
virtual double num() const
Cast result object to a number.
Definition: XPathEnvSupport.hpp:62
Class to hold XPath return types.
Definition: XObject.hpp:61
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.
#define XALAN_XPATH_EXPORT
Definition: XPathDefinitions.hpp:33
XObject ParentType
Definition: XStringBase.hpp:44