 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XALANNODELISTSURROGATE_HEADER_GUARD_1357924680)
19 #define XALANNODELISTSURROGATE_HEADER_GUARD_1357924680
61 m_node = theSource.m_node;
63 XalanNodeList::operator=(theSource);
71 return m_node == theRHS.m_node ? true :
false;
75 item(XalanSize_t index)
const;
91 #endif // !defined(XALANNODELISTSURROGATE_HEADER_GUARD_1357924680)
virtual ~XalanNodeListSurrogate()
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
XalanNodeListSurrogate & operator=(const XalanNodeListSurrogate &theSource)
virtual XalanSize_t getLength() const
Returns the number of nodes in the list.
XalanNodeListSurrogate(const XalanNodeListSurrogate &theSource)
bool operator==(const XalanNodeListSurrogate &theRHS) const
virtual XalanNode * item(XalanSize_t index) const
Returns the indexth item in the collection.
XalanNodeListSurrogate(const XalanNode &theNode)