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 |
![]() | |
XalanNodeList () | |
virtual | ~XalanNodeList () |
virtual XalanNode * | item (XalanSize_t index) const =0 |
Returns the index th item in the collection. | |
Get functions. | |
virtual XalanNode * | item (unsigned int index) const |
Returns the index th item in the collection. | |
virtual unsigned int | getLength () const |
Returns the number of nodes in the list. | |
Additional Inherited Members | |
![]() | |
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 index
th 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. |
index
th 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 Mon Feb 5 2024 20:50:04 for Xalan-C++ API Reference by