CDTDModel::CDTDElementAttribute Class Reference
#include
<mw/cdtdmodel.h>
| class CDTDModel::CDTDElementAttribute : public CBase |
Inherits from
- CDTDModel::CDTDElementAttribute
Detailed Description
Represents an attribute of a DTD element.
Member Attribute Documentation
iType
Node that specifies the attribute type.
iValue
Node that specifies the attribute value.
Member Enumeration Documentation
Enum KValueType
DTD element attribute value types.
| Enumerator | Value | Description |
|---|
| EDefault | |
Attribute supplies a default.
|
| ERequired | |
Attribute is REQUIRED.
|
| EImplied | |
Attribute is IMPLIED.
|
| EFixed | |
Attribute is FIXED.
|
| EReference | |
Attribute is a reference.
|
Constructor & Destructor Documentation
~CDTDElementAttribute ( )
| ~CDTDElementAttribute | ( | ) | [inline, virtual] |