ACEXML  6.1.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | Protected Attributes | Friends
ACEXML_Element_Tree_List_Node Class Reference

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

#include <parser/debug_validator/Element_Tree.h>

Inheritance diagram for ACEXML_Element_Tree_List_Node:
Inheritance graph
[legend]
Collaboration diagram for ACEXML_Element_Tree_List_Node:
Collaboration graph
[legend]

List of all members.

Public Types

enum  LIST_TYPE { SEQUENCE, CHOICE }

Public Member Functions

 ACEXML_Element_Tree_List_Node (void)
 Default constructor.
virtual ~ACEXML_Element_Tree_List_Node (void)
 Destructor.
int insert (ACEXML_Element_Tree_Node *node)
 Insert a new ACEXML_Element_Tree_Node into the list.
LIST_TYPE get (void)
 Get/set the type of list.
int set (LIST_TYPE type)
virtual void dump ()
 Displaying the content.

Public Attributes

 ACE_ALLOC_HOOK_DECLARE

Protected Attributes

LIST_TYPE type_
ACEXML_Element_Tree_Nodehead_
ACEXML_Element_Tree_Nodetail_
ACEXML_Element_Tree_List_Nodepop_next_

Friends

class ACEXML_Element_Tree_List_Stack

Detailed Description

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

See also:
ACEXML_Element_Tree_Node, ACEXML_Element_Tree_Name_Node

Member Enumeration Documentation

Enumerator:
SEQUENCE 
CHOICE 

Constructor & Destructor Documentation

Default constructor.

Destructor.


Member Function Documentation

Displaying the content.

Implements ACEXML_Element_Tree_Node.

Get/set the type of list.

Insert a new ACEXML_Element_Tree_Node into the list.


Friends And Related Function Documentation

friend class ACEXML_Element_Tree_List_Stack
friend

Member Data Documentation

Reimplemented from ACEXML_Element_Tree_Node.


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