#include <InMemoryXmlData.h>
Public Member Functions | |
| InMemoryXmlData (string identifier, string contents) | |
| ~InMemoryXmlData () | |
| string | getId () |
| string | getContent () |
| const size_t | getSize () |
Private Attributes | |
| string | id |
| string | content |
|
||||||||||||
|
Constructor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8