1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 15:13:01 +04:00

WIP. syncing machines.

This commit is contained in:
Lee Thomason
2012-01-25 17:50:25 -08:00
parent 8ee79897c0
commit 857b868ca6
2 changed files with 20 additions and 0 deletions
+5
View File
@@ -295,10 +295,15 @@ public:
private:
void SealElement();
void PrintSpace( int depth );
void PrintString( const char* ); // prints out, after detecting entities.
FILE* fp;
int depth;
bool elementJustOpened;
enum {
ENTITY_RANGE = 64,
};
bool entityFlag[ENTITY_RANGE];
StringStack stack;
StringStack text;