 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
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>
47 class XercesBridgeNavigator;
71 return m_xercesNodeList == theRHS.m_xercesNodeList ? true :
false;
88 item(
unsigned int index)
const;
117 #endif // !defined(XERCESNODELISTBRIDGE_HEADER_GUARD_1357924680)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
virtual XalanNode * item(unsigned int index) const
Returns the indexth item in the collection.
This class is deprecated.
xercesc::DOM_NodeList DOM_NodeListType
virtual ~XercesNodeListBridge()
virtual unsigned int getLength() const
Returns the number of nodes in the list.
XercesNodeListBridge(const DOM_NodeListType &theXercesNodeList, const XercesBridgeNavigator &theNavigator)
bool operator==(const XercesNodeListBridge &theRHS) const
XercesNodeListBridge(const XercesNodeListBridge &theSource)
#define XALAN_XERCESPARSERLIAISON_EXPORT
This class is deprecated.