RXmlEngNodeListImpl Class Reference

Link against: xmlengineDOM.lib


#include <
xmlengnodelist_impl.h>

Inherited by RXmlEngNodeList< TXmlEngNode >.


Detailed Description

Class implements list container.
Dll XmlEngineDOM.lib
Since:
S60 v3.2

Public Member Functions

IMPORT_C RXmlEngNodeListImpl ()
 Default constructor.
IMPORT_C void Close ()
 Closes node list.
IMPORT_C TInt Count () const
 Get list length.
IMPORT_C TBool HasNext () const
 Checks whether next node exists in a node list.
IMPORT_C TXmlEngNode Next ()
 Retrieves next node from a node list.
void OpenL (void *aHead, TXmlEngNode::TXmlEngDOMNodeType aType, const TDesC8 &aName=KNullDesC8, const TDesC8 &aNs=KNullDesC8)
 Opens node.
void Open (void *aHead, TXmlEngNode::TXmlEngDOMNodeType aType)
 Opens node.

Constructor & Destructor Documentation

IMPORT_C RXmlEngNodeListImpl::RXmlEngNodeListImpl  ) 
 

Default constructor.

Since:
S60 v3.2

Member Function Documentation

IMPORT_C void RXmlEngNodeListImpl::Close  ) 
 

Closes node list.

Since:
S60 v3.2
IMPORT_C TInt RXmlEngNodeListImpl::Count  )  const
 

Get list length.

Since:
S60 v3.2
Returns:
Number of nodes in a node list
IMPORT_C TBool RXmlEngNodeListImpl::HasNext  )  const
 

Checks whether next node exists in a node list.

Since:
S60 v3.2
Returns:
TRUE if next node exists, FALSE otherwise
IMPORT_C TXmlEngNode RXmlEngNodeListImpl::Next  ) 
 

Retrieves next node from a node list.

Since:
S60 v3.2
Returns:
Next node
void RXmlEngNodeListImpl::Open void aHead,
TXmlEngNode::TXmlEngDOMNodeType  aType
 

Opens node.

Since:
S60 v3.2
Parameters:
aHead node pointer to the node from which the searching of list elements is started
aType type of list elements
void RXmlEngNodeListImpl::OpenL void aHead,
TXmlEngNode::TXmlEngDOMNodeType  aType,
const TDesC8 &  aName = KNullDesC8,
const TDesC8 &  aNs = KNullDesC8
 

Opens node.

Since:
S60 v3.2
Parameters:
aHead node pointer to the node from which the searching of list elements is started
aType type of list elements
aName name of list elements
aNs namespace of list elements
Note:
If aType is NULL, aName and aNs are ignored

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

Copyright © Nokia Corporation 2001-2007
Back to top