Instance Property インスタンスプロパティ

kind

Returns the kind of node the receiver is as a constant of type NSXMLNodeKind. ノードの種類を返します、レシーバは型NSXMLNodeKindのある定数と同じものです。

Declaration 宣言

@property(readonly) NSXMLNodeKind kind;

Discussion 議論

NSXMLNode objects can represent documents, elements, attributes, namespaces, text, processing instructions, comments, document type declarations, and specific declarations within DTDs. See Constants for a list of valid NSXMLNodeKind constants NSXMLNodeオブジェクトは、書類、要素、属性、名前空間、テキスト、処理命令、コメント、書類型宣言、そしてDTD内の特定の宣言を表せます。定数を有効なNSXMLNodeKind定数の一覧として見てください。

See Also 参照

Managing XML Node Objects XMLノードオブジェクトを管理する

Related Documentation 関連文書