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

An abstract base class for describing DTD child element definition. More...

#include <parser/debug_validator/Element_Tree.h>

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

List of all members.

Public Member Functions

 ACEXML_Element_Tree_Node ()
 Default constructor.
virtual ~ACEXML_Element_Tree_Node ()
 Destructor.
ACEXML_Element_Tree_Nodenext ()
 Accessor for next element in chain.
void next (ACEXML_Element_Tree_Node *n)
virtual void dump ()=0
 Displaying the content.

Public Attributes

 ACE_ALLOC_HOOK_DECLARE

Protected Attributes

ACEXML_Element_Tree_Nodenext_

Detailed Description

An abstract base class for describing DTD child element definition.

See also:
ACEXML_Element_Tree_Name_Node, ACEXML_Element_Tree_List_Node

Constructor & Destructor Documentation

Default constructor.

Destructor.


Member Function Documentation

virtual void ACEXML_Element_Tree_Node::dump ( )
pure virtual

Displaying the content.

Implemented in ACEXML_Element_Tree_List_Node, and ACEXML_Element_Tree_Name_Node.

Accessor for next element in chain.


Member Data Documentation


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