ACEXML  6.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | Protected Attributes | Friends | List of all members
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
Collaboration diagram for ACEXML_Element_Tree_List_Node:
Collaboration graph

Public Types

enum  LIST_TYPE { SEQUENCE, CHOICE }
 

Public Member Functions

 ACEXML_Element_Tree_List_Node (void)
 Default constructor. More...
 
virtual ~ACEXML_Element_Tree_List_Node (void)
 Destructor. More...
 
int insert (ACEXML_Element_Tree_Node *node)
 Insert a new ACEXML_Element_Tree_Node into the list. More...
 
LIST_TYPE get (void)
 Get/set the type of list. More...
 
int set (LIST_TYPE type)
 
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

LIST_TYPE type_
 
ACEXML_Element_Tree_Nodehead_
 
ACEXML_Element_Tree_Nodetail_
 
ACEXML_Element_Tree_List_Nodepop_next_
 
- Protected Attributes inherited from ACEXML_Element_Tree_Node
ACEXML_Element_Tree_Nodenext_
 

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

ACEXML_INLINE ACEXML_Element_Tree_List_Node::ACEXML_Element_Tree_List_Node ( void  )

Default constructor.

ACEXML_Element_Tree_List_Node::~ACEXML_Element_Tree_List_Node ( void  )
virtual

Destructor.

Member Function Documentation

void ACEXML_Element_Tree_List_Node::dump ( )
virtual

Displaying the content.

Implements ACEXML_Element_Tree_Node.

ACEXML_INLINE ACEXML_Element_Tree_List_Node::LIST_TYPE ACEXML_Element_Tree_List_Node::get ( void  )

Get/set the type of list.

int ACEXML_Element_Tree_List_Node::insert ( ACEXML_Element_Tree_Node node)

Insert a new ACEXML_Element_Tree_Node into the list.

ACEXML_INLINE int ACEXML_Element_Tree_List_Node::set ( ACEXML_Element_Tree_List_Node::LIST_TYPE  type)

Friends And Related Function Documentation

friend class ACEXML_Element_Tree_List_Stack
friend

Member Data Documentation

ACEXML_Element_Tree_List_Node::ACE_ALLOC_HOOK_DECLARE
ACEXML_Element_Tree_Node* ACEXML_Element_Tree_List_Node::head_
protected
ACEXML_Element_Tree_List_Node* ACEXML_Element_Tree_List_Node::pop_next_
protected
ACEXML_Element_Tree_Node* ACEXML_Element_Tree_List_Node::tail_
protected
LIST_TYPE ACEXML_Element_Tree_List_Node::type_
protected

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