Xalan-C++ API Reference
1.12.0
|
#include <xalanc/XalanDOM/XalanNodeList.hpp>
Public Member Functions | |
XalanNodeList () | |
virtual | ~XalanNodeList () |
Get functions. | |
virtual XalanNode * | item (XalanSize_t index) const =0 |
Returns the index th item in the collection. More... | |
virtual XalanSize_t | getLength () const =0 |
Returns the number of nodes in the list. More... | |
XalanNodeList (const XalanNodeList &theSource) | |
XalanNodeList & | operator= (const XalanNodeList &theSource) |
bool | operator== (const XalanNodeList &theRHS) const |
Definition at line 36 of file XalanNodeList.hpp.
xalanc::XalanNodeList::XalanNodeList | ( | ) |
|
virtual |
|
protected |
|
pure virtual |
Returns the number of nodes in the list.
The range of valid child node indices is 0 to length-1
inclusive.
Implemented in xalanc::XercesNodeListBridge, xalanc::XalanNodeListSurrogate, xalanc::XercesNodeListWrapper, and xalanc::XalanNodeListDummy.
|
pure virtual |
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. Implemented in xalanc::XalanNodeListSurrogate, xalanc::XercesNodeListWrapper, and xalanc::XalanNodeListDummy.
|
protected |
|
protected |
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Sun May 31 2020 10:37:37 for Xalan-C++ API Reference by 1.8.17