TXmlEngCharacterData Class Reference
Link against: xmlengineDOM.lib
#include <xmlengcharacterdata.h>
Inherits TXmlEngNode.
Inherited by TXmlEngComment, and TXmlEngTextNode.
Detailed Description
Instance of TXmlEngCharacterData class represents all kinds of XML text nodes (i.e.
text node, comment node) in the DOM tree.
Describe DOM action for nodes that contains text data. 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
Constructor & Destructor Documentation
TXmlEngCharacterData::TXmlEngCharacterData | ( | | ) | [inline, protected] |
|
|
Default constructor.
- Since:
- S60 v3.1
|
TXmlEngCharacterData::TXmlEngCharacterData | ( | void * | aInternal | ) | [inline, protected] |
|
|
Constructor.
- Since:
- S60 v3.1
- Parameters:
-
|
Member Function Documentation
IMPORT_C void TXmlEngCharacterData::AppendContentsL | ( | const TDesC8 & | aString | ) | |
|
|
Extends the contents of the node by appending aString.
- Since:
- S60 v3.1
- Parameters:
-
| aString | Content to be added to current content |
|
IMPORT_C TPtrC8 TXmlEngCharacterData::Contents | ( | | ) | const |
|
IMPORT_C TUint TXmlEngCharacterData::Length | ( | | ) | const |
|
|
Get length of the content.
- Since:
- S60 v3.1
- Returns:
- Number of characters in the contents
|
IMPORT_C void TXmlEngCharacterData::SetContentsL | ( | const TDesC8 & | aNewContents | ) | |
|
The documentation for this class was generated from the following files: