Enumeration 列挙

NSXMLNodeKind

NSXMLNode declares the following constants of type NSXMLNodeKind for specifying a node’s kind in the initializer methods initWithKind: and initWithKind:options:: NSXMLNodeは、型NSXMLNodeKindの以下の定数を、イニシャライザメソッドinitWithKind:initWithKind:options:: においてあるノードのもつ種類を指定するために宣言します。

Declaration 宣言

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

Topics 話題

Constants 定数