#include <parser/debug_validator/Debug_Attributes_Builder.h>
Inheritance diagram for ACEXML_Debug_Attribute_Builder:
Public Member Functions | |
ACEXML_Debug_Attribute_Builder () | |
ACEXML_Debug_Attribute_Builder (const ACEXML_Debug_Attribute_Builder &rhs) | |
virtual | ~ACEXML_Debug_Attribute_Builder () |
virtual int | setName (const ACEXML_Char *n) |
virtual const ACEXML_Char * | getName (void) |
virtual int | setAttType (const ATT_TYPE type ACEXML_ENV_ARG_DECL) ACE_THROW_SPEC((ACEXML_SAXException)) |
virtual int | insertList (const ACEXML_Char *Name ACEXML_ENV_ARG_DECL) ACE_THROW_SPEC((ACEXML_SAXException)) |
virtual int | setDefault (const DEFAULT_DECL def, const ACEXML_Char *value ACEXML_ENV_ARG_DECL) ACE_THROW_SPEC((ACEXML_SAXException)) |
virtual int | validAttr (void) |
virtual void | dump (void) |
Private Attributes | |
ACEXML_String | name_ |
Attribute name. | |
ATT_TYPE | type_ |
Type of attribute. | |
DEFAULT_DECL | default_decl_ |
Default value type. | |
ACEXML_String | default_value_ |
Default attribute value. | |
ACEXML_STRING_QUEUE | att_value_queue_ |
Holds a queue of enumerated attribute values. |
|
|
|
|
|
|
|
Dump the content of the attribute definition. Implements ACEXML_Attribute_Def_Builder. |
|
Get the name of the attribute. Implements ACEXML_Attribute_Def_Builder. |
|
Insert an element for NOTATION or ENUMERATION type attribute. Implements ACEXML_Attribute_Def_Builder. |
|
Set the attribute type. Implements ACEXML_Attribute_Def_Builder. |
|
Set default attribute declaration. Implements ACEXML_Attribute_Def_Builder. |
|
Specify the name of the attribute. Implements ACEXML_Attribute_Def_Builder. |
|
Check validity of the current attribute definition being built.
Implements ACEXML_Attribute_Def_Builder. |
|
Holds a queue of enumerated attribute values.
|
|
Default value type.
|
|
Default attribute value.
|
|
Attribute name.
|
|
Type of attribute.
|