16 #if !defined(XTOKEN_HEADER_GUARD_1357924680)
17 #define XTOKEN_HEADER_GUARD_1357924680
31 XALAN_CPP_NAMESPACE_BEGIN
80 MemberFunctionPtr
function)
const;
97 m_stringValue = theRHS.m_stringValue;
99 m_numberValue = theRHS.m_numberValue;
142 double m_numberValue;
149 XALAN_CPP_NAMESPACE_END
153 #endif // XTOKEN_HEADER_GUARD_1357924680
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Definition: XalanVector.hpp:1111
virtual void referenced()
Definition: XToken.hpp:35
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.
virtual bool boolean() const
Cast result object to a boolean.
virtual const XalanDOMString & getTypeString() const =0
Given a request type, return the equivalent string.
virtual double num() const
Cast result object to a number.
virtual void dereferenced()
Class to hold XPath return types.
Definition: XObject.hpp:61
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
XToken & operator=(const XToken &theRHS)
Definition: XToken.hpp:95