18#if !defined(XERCESNODELISTWRAPPER_HEADER_GUARD_1357924680)
19#define XERCESNODELISTWRAPPER_HEADER_GUARD_1357924680
39class XercesWrapperNavigator;
59 return m_xercesNodeList ==
theRHS.m_xercesNodeList ?
true :
false;
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
#define XALAN_XERCESPARSERLIAISON_EXPORT
bool operator==(const XercesNodeListWrapper &theRHS) const
virtual XalanSize_t getLength() const
Returns the number of nodes in the list.
virtual XalanNode * item(XalanSize_t index) const
Returns the indexth item in the collection.
XercesNodeListWrapper(const DOMNodeListType *theXercesNodeList, const XercesWrapperNavigator &theNavigator)
virtual ~XercesNodeListWrapper()
XercesNodeListWrapper(const XercesNodeListWrapper &theSource)
xercesc::DOMNodeList DOMNodeListType