Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XALANNODELISTSURROGATE_HEADER_GUARD_1357924680)
19 #define XALANNODELISTSURROGATE_HEADER_GUARD_1357924680
31 XALAN_CPP_NAMESPACE_BEGIN
61 m_node = theSource.m_node;
71 return m_node == theRHS.m_node ? true :
false;
75 item(XalanSize_t index)
const;
87 XALAN_CPP_NAMESPACE_END
91 #endif // !defined(XALANNODELISTSURROGATE_HEADER_GUARD_1357924680)
virtual ~XalanNodeListSurrogate()
XalanNodeListSurrogate(const XalanNodeListSurrogate &theSource)
virtual XalanNode * item(XalanSize_t index) const
Returns the indexth item in the collection.
bool operator==(const XalanNodeListSurrogate &theRHS) const
XalanNodeListSurrogate(const XalanNode &theNode)
XalanNodeListSurrogate & operator=(const XalanNodeListSurrogate &theSource)
virtual XalanSize_t getLength() const
Returns the number of nodes in the list.
XalanNodeList & operator=(const XalanNodeList &theSource)
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.
|
|