#include <parser/debug_validator/Element_Tree.h>
Inheritance diagram for ACEXML_Element_Tree_Name_Node:
Public Member Functions | |
ACEXML_Element_Tree_Name_Node (const ACEXML_Char *name, int release=1) | |
Constructor. | |
void | set (const ACEXML_Char *name, int release=1) |
Change the name of this node. | |
virtual void | dump () |
Displaying the content. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Protected Attributes | |
ACEXML_String | name_ |
|
Constructor.
|
|
Displaying the content.
Implements ACEXML_Element_Tree_Node. |
|
Change the name of this node.
|
|
Reimplemented from ACEXML_Element_Tree_Node. |
|
|