16 #if !defined(XERCESNODELISTBRIDGE_HEADER_GUARD_1357924680)
17 #define XERCESNODELISTBRIDGE_HEADER_GUARD_1357924680
25 #if XERCES_VERSION_MAJOR >= 2
26 #include <xercesc/dom/deprecated/DOM_NodeList.hpp>
28 #include <xercesc/dom/DOM_NodeList.hpp>
41 XALAN_CPP_NAMESPACE_BEGIN
69 return m_xercesNodeList == theRHS.m_xercesNodeList ?
true :
false;
86 item(
unsigned int index)
const;
111 XALAN_CPP_NAMESPACE_END
115 #endif // !defined(XERCESNODELISTBRIDGE_HEADER_GUARD_1357924680)
XERCES_CPP_NAMESPACE_QUALIFIER DOM_NodeList DOM_NodeListType
Definition: XercesBridgeTypes.hpp:72
Definition: XalanNode.hpp:44
Definition: XalanNodeList.hpp:42
#define XALAN_XERCESPARSERLIAISON_EXPORT
Definition: XercesParserLiaisonDefinitions.hpp:37
XalanNodeList & operator=(const XalanNodeList &theSource)
This class is deprecated.
Definition: XercesNodeListBridge.hpp:53
virtual XalanNode * item(unsigned int index) const =0
Returns the indexth item in the collection.
This class is deprecated.
Definition: XercesBridgeNavigator.hpp:53
bool operator==(const XercesNodeListBridge &theRHS) const
Definition: XercesNodeListBridge.hpp:67
virtual unsigned int getLength() const =0
Returns the number of nodes in the list.