TXmlEngCharacterData Class Reference
#include
<xml/dom/xmlengcharacterdata.h>
Link against: xmlenginedom.lib
class TXmlEngCharacterData : public TXmlEngNode |
Constructor & Destructor Documentation
TXmlEngCharacterData ( )
TXmlEngCharacterData | ( | ) | [protected, inline] |
TXmlEngCharacterData ( void * )
TXmlEngCharacterData | ( | void * | aInternal | ) | [protected, inline] |
Parameter | Description | aInternal | node pointer |
Member Function Documentation
AppendContentsL ( const TDesC8 & )
IMPORT_C void | AppendContentsL | ( | const TDesC8 & | aString | ) | |
Append to the contents of the node
- leave
- KXmlEngErrNullNode Node is NULL
- leave
-
Parameter | Description | aString | Content to be appended |
Contents ( )
IMPORT_C TPtrC8 | Contents | ( | ) | const |
Get contents of the node.
Returns: The content of the node
Length ( )
IMPORT_C TUint | Length | ( | ) | const |
Get length of the content.
Returns: Number of characters in the contents
SetContentsL ( const TDesC8 & )
IMPORT_C void | SetContentsL | ( | const TDesC8 & | aNewContents | ) | |
Sets contents of the node.
The input is taken as non-escaped: for example, aNewContents = "123 > 34 && P" will be serialized as "123 > 34 && P"
Parameter | Description | aNewContents | The actual value to store |