mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-12-20 10:25:24 +00:00
Reuse "is element with name" check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user