#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_ |
Definition at line 62 of file Element_Tree.h.
| ACEXML_INLINE ACEXML_Element_Tree_Name_Node::ACEXML_Element_Tree_Name_Node | ( | const ACEXML_Char * | name, | |
| int | release = 1 | |||
| ) |
Constructor.
Definition at line 22 of file Element_Tree.inl.
00024 : name_ (name, 0, release) 00025 { 00026 }
| void ACEXML_Element_Tree_Name_Node::dump | ( | ) | [virtual] |
Displaying the content.
Implements ACEXML_Element_Tree_Node.
Definition at line 17 of file Element_Tree.cpp.
00018 { 00019 cout << this->name_; 00020 }
| ACEXML_INLINE void ACEXML_Element_Tree_Name_Node::set | ( | const ACEXML_Char * | name, | |
| int | release = 1 | |||
| ) |
Change the name of this node.
Definition at line 29 of file Element_Tree.inl.
References name_, and ACE_String_Base< CHAR >::set().
ACEXML_String ACEXML_Element_Tree_Name_Node::name_ [protected] |
1.4.7