|
Xalan-C++ API Reference 1.12.0
|
This class is deprecated. More...
#include <xalanc/XercesParserLiaison/Deprecated/XercesNodeListBridge.hpp>
Public Member Functions | |
| XercesNodeListBridge (const DOM_NodeListType &theXercesNodeList, const XercesBridgeNavigator &theNavigator) | |
| XercesNodeListBridge (const XercesNodeListBridge &theSource) | |
| virtual | ~XercesNodeListBridge () |
| bool | operator== (const XercesNodeListBridge &theRHS) const |
Public Member Functions inherited from xalanc::XalanNodeList | |
| XalanNodeList () | |
| virtual | ~XalanNodeList () |
| virtual XalanNode * | item (XalanSize_t index) const =0 |
Returns the indexth item in the collection. | |
Get functions. | |
| 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. | |
Additional Inherited Members | |
Protected Member Functions inherited from xalanc::XalanNodeList | |
| XalanNodeList (const XalanNodeList &theSource) | |
| XalanNodeList & | operator= (const XalanNodeList &theSource) |
| bool | operator== (const XalanNodeList &theRHS) const |
This class is deprecated.
Definition at line 55 of file XercesNodeListBridge.hpp.
| xalanc::XercesNodeListBridge::XercesNodeListBridge | ( | const DOM_NodeListType & | theXercesNodeList, |
| const XercesBridgeNavigator & | theNavigator | ||
| ) |
| xalanc::XercesNodeListBridge::XercesNodeListBridge | ( | const XercesNodeListBridge & | theSource | ) |
|
virtual |
Returns the number of nodes in the list.
The range of valid child node indices is 0 to length-1 inclusive.
Implements xalanc::XalanNodeList.
Returns the indexth item in the collection.
If index is greater than or equal to the number of nodes in the list, this returns null.
| index | Index into the collection. |
indexth position in the NodeList, or null if that is not a valid index.
|
inline |
Definition at line 69 of file XercesNodeListBridge.hpp.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Thu Jan 9 2025 11:39:52 for Xalan-C++ API Reference by
1.9.8