class TXmlEngDataContainer : public TXmlEngNode |
This class represents different types of binary data in DOM tree.
It can be custom-serialized using the MXmlEngDataSerializer interface which can be set in the TXmlEngSerializationOptions used for saving the tree.
Public Member Functions | |
---|---|
IMPORT_C TPtrC8 | Cid() |
IMPORT_C TUint | Size() |
Protected Member Functions | |
---|---|
TXmlEngDataContainer() | |
TXmlEngDataContainer(void *) |
Inherited Enumerations | |
---|---|
TXmlEngNode:TXmlEngDOMNodeType |
Inherited Attributes | |
---|---|
TXmlEngNode::iInternal |
TXmlEngDataContainer | ( | void * | aInternal | ) | [protected, inline] |
Constructor
void * aInternal | node pointer |