#include <Debug_Attributes_Builder.h>
Inheritance diagram for ACEXML_Debug_Attributes_Builder:
Public Methods | |
ACEXML_Debug_Attributes_Builder () | |
virtual | ~ACEXML_Debug_Attributes_Builder () |
virtual int | setElement (const ACEXML_Char *namespaceURI, const ACEXML_Char *localName, const ACEXML_Char *qName, ACEXML_Env &xmlenv) |
virtual ACEXML_Attribute_Def_Builder * | getAttribute_Def_Builder () |
virtual int | insertAttribute (ACEXML_Attribute_Def_Builder *def, ACEXML_Env &xmlenv) |
virtual void | dump (void) |
Protected Attributes | |
ACEXML_String | element_name_ |
The name of the element type these attributes applied. More... | |
ACEXML_ATT_MAP | attributes_ |
Collection of attributes. More... |
This class prints out Attribute definitions for debugging purpose.
|
|
|
|
|
Dump the content of the attribute definition. Reimplemented from ACEXML_Attributes_Def_Builder. |
|
Acquire an Attribute_Builder. Reimplemented from ACEXML_Attributes_Def_Builder. |
|
Add a definition for one attribute. Reimplemented from ACEXML_Attributes_Def_Builder. |
|
Set the element name that the attribute builder applies.
Reimplemented from ACEXML_Attributes_Def_Builder. |
|
Collection of attributes.
|
|
The name of the element type these attributes applied.
|