#include <parser/debug_validator/Debug_Attributes_Builder.h>
Inheritance diagram for ACEXML_Debug_Attributes_Builder:
Public Member Functions | |
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_ARG_DECL) ACE_THROW_SPEC((ACEXML_SAXException)) |
virtual ACEXML_Attribute_Def_Builder * | getAttribute_Def_Builder () |
virtual int | insertAttribute (ACEXML_Attribute_Def_Builder *def ACEXML_ENV_ARG_DECL) |
virtual void | dump (void) |
Protected Attributes | |
ACEXML_String | element_name_ |
The name of the element type these attributes applied. | |
ACEXML_ATT_MAP | attributes_ |
Collection of attributes. |
|
|
|
|
|
Dump the content of the attribute definition. Implements ACEXML_Attributes_Def_Builder. |
|
Acquire an Attribute_Builder. Implements ACEXML_Attributes_Def_Builder. |
|
Add a definition for one attribute. Implements ACEXML_Attributes_Def_Builder. |
|
Set the element name that the attribute builder applies.
Implements ACEXML_Attributes_Def_Builder. |
|
Collection of attributes.
|
|
The name of the element type these attributes applied.
|