#include <Attributes_Def_Builder.h>
Inheritance diagram for ACEXML_Attributes_Def_Builder:
Public Types | |
typedef auto_ptr< ACEXML_Attributes_Def_Builder > | VAR |
Public Member Functions | |
virtual | ~ACEXML_Attributes_Def_Builder ()=0 |
virtual int | setElement (const ACEXML_Char *namespaceURI, const ACEXML_Char *localName, const ACEXML_Char *qName ACEXML_ENV_ARG_DECL) ACE_THROW_SPEC((ACEXML_SAXException))=0 |
virtual ACEXML_Attribute_Def_Builder * | getAttribute_Def_Builder ()=0 |
virtual int | insertAttribute (ACEXML_Attribute_Def_Builder *def ACEXML_ENV_ARG_DECL)=0 |
virtual void | dump (void)=0 |
@ brief An abstract virtual class defining an interface for building attribute definitions from DTD.
This class should be invisible to application programmers and is only used for validator implementors.
|
|
|
|
|
Dump the content of the attribute definition. Implemented in ACEXML_Debug_Attributes_Builder. |
|
Acquire an Attribute_Builder. Implemented in ACEXML_Debug_Attributes_Builder. |
|
Add a definition for one attribute. Implemented in ACEXML_Debug_Attributes_Builder. |
|
Set the element name that the attribute builder applies.
Implemented in ACEXML_Debug_Attributes_Builder. |