Reuse "is element with name" check

This commit is contained in:
Dmitry-Me
2016-10-12 16:44:59 +03:00
parent e8157ff9ae
commit ecb9b07476
2 changed files with 24 additions and 14 deletions

View File

@@ -908,6 +908,7 @@ private:
void Unlink( XMLNode* child );
static void DeleteNode( XMLNode* node );
void InsertChildPreamble( XMLNode* insertThis ) const;
const XMLElement* ToElementWithName( const char* name ) const;
XMLNode( const XMLNode& ); // not supported
XMLNode& operator=( const XMLNode& ); // not supported