18#if !defined(XERCESNODELISTBRIDGE_HEADER_GUARD_1357924680)
19#define XERCESNODELISTBRIDGE_HEADER_GUARD_1357924680
27#if XERCES_VERSION_MAJOR >= 2
28#include <xercesc/dom/deprecated/DOM_NodeList.hpp>
30#include <xercesc/dom/DOM_NodeList.hpp>
47class XercesBridgeNavigator;
71 return m_xercesNodeList == theRHS.m_xercesNodeList ? true :
false;
88 item(
unsigned int index)
const;
#define XALAN_CPP_NAMESPACE
#define XALAN_XERCESPARSERLIAISON_EXPORT
This class is deprecated.
virtual ~XercesNodeListBridge()
XercesNodeListBridge(const DOM_NodeListType &theXercesNodeList, const XercesBridgeNavigator &theNavigator)
bool operator==(const XercesNodeListBridge &theRHS) const
virtual XalanNode * item(unsigned int index) const
Returns the indexth item in the collection.
virtual unsigned int getLength() const
Returns the number of nodes in the list.
XercesNodeListBridge(const XercesNodeListBridge &theSource)
xercesc::DOM_NodeList DOM_NodeListType