18 #if !defined(XALANNODELISTSURROGATE_HEADER_GUARD_1357924680) 19 #define XALANNODELISTSURROGATE_HEADER_GUARD_1357924680 31 XALAN_CPP_NAMESPACE_BEGIN
61 m_node = theSource.m_node;
71 return m_node == theRHS.m_node ? true :
false;
75 item(XalanSize_t index)
const;
87 XALAN_CPP_NAMESPACE_END
91 #endif // !defined(XALANNODELISTSURROGATE_HEADER_GUARD_1357924680)
XalanNodeListSurrogate & operator=(const XalanNodeListSurrogate &theSource)
XalanNodeList & operator=(const XalanNodeList &theSource)
virtual XalanNode * item(XalanSize_t index) const =0
Returns the indexth item in the collection.
bool operator==(const XalanNodeListSurrogate &theRHS) const
virtual XalanSize_t getLength() const =0
Returns the number of nodes in the list.