|
|
@@ -1372,9 +1372,11 @@ public:
|
|
|
*/
|
|
|
const char* CStr() const { return buffer.Mem(); }
|
|
|
/**
|
|
|
- Return the size of the XML file in memory
|
|
|
+ If in print to memory mode, return the size
|
|
|
+ of the XML file in memory. (Note the size returned
|
|
|
+ includes the terminating null.)
|
|
|
*/
|
|
|
- const int SizeOfCStr()const{ return buffer.Size(); }
|
|
|
+ const int CStrSize()const{ return buffer.Size(); }
|
|
|
|
|
|
private:
|
|
|
void SealElement();
|