Reuse attribute creation code

This commit is contained in:
Dmitry-Me
2016-11-22 18:28:08 +03:00
parent f80d78d938
commit a60caa28cc
2 changed files with 14 additions and 8 deletions

View File

@@ -1563,6 +1563,7 @@ private:
//void LinkAttribute( XMLAttribute* attrib );
char* ParseAttributes( char* p );
static void DeleteAttribute( XMLAttribute* attribute );
XMLAttribute* CreateAttribute();
enum { BUF_SIZE = 200 };
int _closingType;