CDTDModel::CDTDElementAttribute Class Reference

class CDTDModel::CDTDElementAttribute : public CBase

Represents an attribute of a DTD element.

Inherits from

  • CDTDModel::CDTDElementAttribute

Constructor & Destructor Documentation

~CDTDElementAttribute()

~CDTDElementAttribute ( ) [inline, virtual]

Destructor.

Member Enumerations Documentation

Enum KValueType

DTD element attribute value types.

Enumerators

EDefault

Attribute supplies a default.

ERequired

Attribute is REQUIRED.

EImplied

Attribute is IMPLIED.

EFixed

Attribute is FIXED.

EReference

Attribute is a reference.

Member Data Documentation

CBNFNode * iType

CBNFNode * iType

Node that specifies the attribute type.

CBNFNode * iValue

CBNFNode * iValue

Node that specifies the attribute value.

KValueType iValueType

KValueType iValueType

Attribute value type.