ACEXML  6.1.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions
ACEXML_Attributes_Def_Builder Class Reference

#include <Attributes_Def_Builder.h>

Inheritance diagram for ACEXML_Attributes_Def_Builder:
Inheritance graph
[legend]

List of all members.

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)=0
virtual
ACEXML_Attribute_Def_Builder
getAttribute_Def_Builder (void)=0
virtual int insertAttribute (ACEXML_Attribute_Def_Builder *def)=0
virtual void dump (void)=0

Detailed Description

@ class ACEXML_Attributes_Def_Builder Attributes_Def_Builder.h "common/Attributes_Def_Builder.h"

@ 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.


Member Typedef Documentation


Constructor & Destructor Documentation


Member Function Documentation

virtual void ACEXML_Attributes_Def_Builder::dump ( void  ) [pure virtual]

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.

virtual int ACEXML_Attributes_Def_Builder::setElement ( const ACEXML_Char namespaceURI,
const ACEXML_Char localName,
const ACEXML_Char qName 
) [pure virtual]

Set the element name that the attribute builder applies.

Return values:
0if valid, -1 otherwise.

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