18 #if !defined(XALANNODELISTSURROGATE_HEADER_GUARD_1357924680)
19 #define XALANNODELISTSURROGATE_HEADER_GUARD_1357924680
61 m_node = theSource.m_node;
63 XalanNodeList::operator=(theSource);
71 return m_node == theRHS.m_node ? true :
false;
75 item(XalanSize_t index)
const;
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
bool operator==(const XalanNodeListSurrogate &theRHS) const
XalanNodeListSurrogate(const XalanNodeListSurrogate &theSource)
virtual XalanNode * item(XalanSize_t index) const
Returns the indexth item in the collection.
virtual XalanSize_t getLength() const
Returns the number of nodes in the list.
virtual ~XalanNodeListSurrogate()
XalanNodeListSurrogate & operator=(const XalanNodeListSurrogate &theSource)
XalanNodeListSurrogate(const XalanNode &theNode)