RXmlEngNodeList< T > Class Template Reference

Link against: xmlengineDOM.lib


#include <
xmlengnodelist.h>

Detailed Description

template<class T>
class RXmlEngNodeList< T >

Template implements list container.

List may contain different types of nodes. Node pointer is casted to specify node type when is returned by Next() method.

Dll XmlEngineDOM.lib
Since:
S60 v3.2

Public Member Functions

TInt Count () const
 Get list length.
TBool HasNext () const
 Checks whether next node exists in a node list.
Next ()
 Retrieves next node from a node list.
void Close ()
 Closes a node list.

Friends

class TXmlEngNode
class TXmlEngElement

Member Function Documentation

template<class T>
void RXmlEngNodeList< T >::Close  )  [inline]
 

Closes a node list.

Since:
S60 v3.2
template<class T>
TInt RXmlEngNodeList< T >::Count  )  const [inline]
 

Get list length.

Since:
S60 v3.2
Returns:
Number of nodes in a node list
template<class T>
TBool RXmlEngNodeList< T >::HasNext  )  const [inline]
 

Checks whether next node exists in a node list.

Since:
S60 v3.2
Returns:
TRUE if next node exists, FALSE otherwise
template<class T>
T RXmlEngNodeList< T >::Next  )  [inline]
 

Retrieves next node from a node list.

Since:
S60 v3.2
Returns:
Next node

Friends And Related Function Documentation

template<class T>
friend class TXmlEngElement [friend]
 
template<class T>
friend class TXmlEngNode [friend]
 

The documentation for this class was generated from the following files:

Copyright © Nokia Corporation 2001-2007
Back to top