Enumeration 列挙

NSXMLDTDNodeKind

The type defined for the constants that specify the kind and subkind of DTD declaration represented by an NSXMLDTDNode object. You set the DTD-node kind using the setDTDKind: method. NSXMLDTDNodeオブジェクトによって表されるDTD宣言の種類と下位種類を指定する定数それらに対して定義される型。あなたは、DTDノード種類をsetDTDKind:メソッドを使って設定します。

Declaration 宣言

typedef enum NSXMLDTDNodeKind : NSUInteger {
    ...
} NSXMLDTDNodeKind;

Topics 話題

Enumeration Cases 列挙ケース