18 #if !defined(XNODESETBASE_HEADER_GUARD_1357924680) 19 #define XNODESETBASE_HEADER_GUARD_1357924680 38 XALAN_CPP_NAMESPACE_BEGIN
65 using ParentType::num;
80 MemberFunctionPtr
function)
const;
85 MemberFunctionPtr
function)
const;
111 item(size_type index)
const = 0;
114 getLength()
const = 0;
130 MemoryManager& theMemoryManager);
148 mutable double m_cachedNumberValue;
153 XALAN_CPP_NAMESPACE_END
157 #endif // XNODESETBASE_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.
virtual double num() const
Cast result object to a number.
virtual const XalanDOMString & getTypeString() const =0
Given a request type, return the equivalent string.
Local implementation of NodeRefList.
virtual bool boolean(XPathExecutionContext &executionContext) const =0
Cast result object to a boolean.
Class to hold XPath return types.
virtual const XalanDocumentFragment & rtree() const
Cast result object to a result tree fragment.
NodeRefListBase::size_type size_type
virtual const NodeRefListBase & nodeset() const
Cast result object to a nodelist.
virtual double stringLength(XPathExecutionContext &executionContext) const =0
Get the length of the string value of the instance.
Class to hold XPath return types.
#define XALAN_XPATH_EXPORT
virtual const XalanDOMString & str() const =0
Cast result object to a string.