ACEXML  6.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Protected Attributes | List of all members
ACEXML_Element_Tree_Name_Node Class Reference

An abstract base class for describing a name node in a DTD child element definition. More...

#include "parser/debug_validator/Element_Tree.h"

Inheritance diagram for ACEXML_Element_Tree_Name_Node:
Inheritance graph
Collaboration diagram for ACEXML_Element_Tree_Name_Node:
Collaboration graph

Public Member Functions

 ACEXML_Element_Tree_Name_Node (const ACEXML_Char *name, int release=1)
 Constructor. More...
 
void set (const ACEXML_Char *name, int release=1)
 Change the name of this node. More...
 
virtual void dump ()
 Displaying the content. More...
 
- Public Member Functions inherited from ACEXML_Element_Tree_Node
 ACEXML_Element_Tree_Node ()
 Default constructor. More...
 
virtual ~ACEXML_Element_Tree_Node ()
 Destructor. More...
 
ACEXML_Element_Tree_Nodenext ()
 Accessor for next element in chain. More...
 
void next (ACEXML_Element_Tree_Node *n)
 

Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 
- Public Attributes inherited from ACEXML_Element_Tree_Node
 ACE_ALLOC_HOOK_DECLARE
 

Protected Attributes

ACEXML_String name_
 
- Protected Attributes inherited from ACEXML_Element_Tree_Node
ACEXML_Element_Tree_Nodenext_
 

Detailed Description

An abstract base class for describing a name node in a DTD child element definition.

See Also
ACEXML_Element_Tree_Node, ACEXML_Element_Tree_List_Node

Constructor & Destructor Documentation

ACEXML_INLINE ACEXML_Element_Tree_Name_Node::ACEXML_Element_Tree_Name_Node ( const ACEXML_Char name,
int  release = 1 
)

Constructor.

Member Function Documentation

void ACEXML_Element_Tree_Name_Node::dump ( )
virtual

Displaying the content.

Implements ACEXML_Element_Tree_Node.

ACEXML_INLINE void ACEXML_Element_Tree_Name_Node::set ( const ACEXML_Char name,
int  release = 1 
)

Change the name of this node.

Member Data Documentation

ACEXML_Element_Tree_Name_Node::ACE_ALLOC_HOOK_DECLARE
ACEXML_String ACEXML_Element_Tree_Name_Node::name_
protected

The documentation for this class was generated from the following files: