Merge branch 'master' of github.com:leethomason/tinyxml2

This commit is contained in:
Lee Thomason
2020-06-13 17:46:53 -07:00
3 changed files with 44 additions and 23 deletions

View File

@@ -2338,6 +2338,11 @@ protected:
DynArray< const char*, 10 > _stack;
private:
/**
Prepares to write a new node. This includes sealing an element that was
just opened, and writing any whitespace necessary if not in compact mode.
*/
void PrepareForNewNode( bool compactMode );
void PrintString( const char*, bool restrictedEntitySet ); // prints out, after detecting entities.
bool _firstElement;