18#if !defined(XNODESETBASE_HEADER_GUARD_1357924680)
19#define XNODESETBASE_HEADER_GUARD_1357924680
65 using ParentType::num;
80 MemberFunctionPtr function)
const;
85 MemberFunctionPtr function)
const;
148 mutable double m_cachedNumberValue;
#define XALAN_XPATH_EXPORT
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
Local implementation of NodeRefList.
Class to hold XPath return types.
virtual double num(XPathExecutionContext &executionContext) const
Cast result object to a number.
virtual void str(XPathExecutionContext &executionContext, FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.
virtual const XalanDOMString & str() const
Cast result object to a string.
virtual void ProcessXObjectTypeCallback(XObjectTypeCallback &theCallbackObject)
Process a callback request for preferred type information.
XNodeSetBase(const XNodeSetBase &source, MemoryManager &theMemoryManager)
Create an XNodeSetBase from another.
virtual void str(XPathExecutionContext &executionContext, XalanDOMString &theBuffer) const
Append the string value directly a string.
virtual void str(FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.
virtual const NodeRefListBase & nodeset() const =0
Cast result object to a nodelist.
virtual double stringLength(XPathExecutionContext &executionContext) const
Get the length of the string value of the instance.
virtual bool boolean(XPathExecutionContext &executionContext) const
Cast result object to a boolean.
virtual size_type getLength() const =0
virtual const XalanDOMString & getTypeString() const
Given a request type, return the equivalent string.
virtual const XalanDOMString & str(XPathExecutionContext &executionContext) const
Cast result object to a string.
virtual void str(XalanDOMString &theBuffer) const
Append the string value directly a string.
virtual void ProcessXObjectTypeCallback(XObjectTypeCallback &theCallbackObject) const
Process a callback request for preferred type information.
virtual XalanNode * item(size_type index) const =0
virtual const XalanDocumentFragment & rtree() const
Cast result object to a result tree fragment.
NodeRefListBase::size_type size_type
XNodeSetBase(MemoryManager &theMemoryManager)
Create an XNodeSetBase.
The purpose of this class is to provide a way to get the "preferred" or closest matching type for XOb...
Class to hold XPath return types.