16 #if !defined(XERCESNODELISTWRAPPER_HEADER_GUARD_1357924680)
17 #define XERCESNODELISTWRAPPER_HEADER_GUARD_1357924680
33 XALAN_CPP_NAMESPACE_BEGIN
57 return m_xercesNodeList == theRHS.m_xercesNodeList ?
true :
false;
74 item(
unsigned int index)
const;
99 XALAN_CPP_NAMESPACE_END
103 #endif // !defined(XERCESNODELISTWRAPPER_HEADER_GUARD_1357924680)
Definition: XalanNode.hpp:44
Definition: XalanNodeList.hpp:42
Definition: XercesNodeListWrapper.hpp:41
#define XALAN_XERCESPARSERLIAISON_EXPORT
Definition: XercesParserLiaisonDefinitions.hpp:37
XalanNodeList & operator=(const XalanNodeList &theSource)
XERCES_CPP_NAMESPACE_QUALIFIER DOMNodeList DOMNodeListType
Definition: XercesWrapperTypes.hpp:66
virtual XalanNode * item(unsigned int index) const =0
Returns the indexth item in the collection.
bool operator==(const XercesNodeListWrapper &theRHS) const
Definition: XercesNodeListWrapper.hpp:55
Definition: XercesWrapperNavigator.hpp:53
virtual unsigned int getLength() const =0
Returns the number of nodes in the list.