CDTDModel::CDTDElementAttribute Class Reference

#include <mw/cdtdmodel.h>

Link against: xmllib.lib

class CDTDModel::CDTDElementAttribute : public CBase

Inherits from

  • CDTDModel::CDTDElementAttribute

    Detailed Description

    Represents an attribute of a DTD element.

    Member Attribute Documentation

    iType

    CBNFNode *iType

    Node that specifies the attribute type.

    iValue

    CBNFNode *iValue

    Node that specifies the attribute value.

    iValueType

    KValueType iValueType

    Attribute value type.

    Member Enumeration Documentation

    Enum KValueType

    DTD element attribute value types.

    EnumeratorValueDescription
    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]

    Destructor.