Xalan-C++ API Documentation
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>
43 XALAN_CPP_NAMESPACE_BEGIN
71 return m_xercesNodeList == theRHS.m_xercesNodeList ? true :
false;
88 item(
unsigned int index)
const;
113 XALAN_CPP_NAMESPACE_END
117 #endif // !defined(XERCESNODELISTBRIDGE_HEADER_GUARD_1357924680)
XERCES_CPP_NAMESPACE_QUALIFIER DOM_NodeList DOM_NodeListType
XercesNodeListBridge(const XercesNodeListBridge &theSource)
This class is deprecated.
virtual ~XercesNodeListBridge()
XercesNodeListBridge(const DOM_NodeListType &theXercesNodeList, const XercesBridgeNavigator &theNavigator)
#define XALAN_XERCESPARSERLIAISON_EXPORT
bool operator==(const XercesNodeListBridge &theRHS) const
This class is deprecated.
XalanNodeList & operator=(const XalanNodeList &theSource)
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.
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|