TXmlEngComment Class Reference

Link against: xmlengineDOM.lib


#include <
xmlengcomment.h>

Inherits TXmlEngCharacterData.


Detailed Description

Instance of TXmlEngComment class represents an XML comments in the DOM tree.

DOM spec: http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-FF21A306

Dll XmlEngineDOM.lib
Since:
S60 v3.1

Public Member Functions

 TXmlEngComment ()
 Default constructor.

Protected Member Functions

 TXmlEngComment (void *aInternal)
 Constructor.

Constructor & Destructor Documentation

TXmlEngComment::TXmlEngComment  )  [inline]
 

Default constructor.

Since:
S60 v3.1
TXmlEngComment::TXmlEngComment void aInternal  )  [inline, protected]
 

Constructor.

Since:
S60 v3.1
Parameters:
aInternal Comment pointer

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

Copyright © Nokia Corporation 2001-2007
Back to top