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

version

Sets the version of the receiver’s XML. レシーバの持つXMLのバージョンを設定します。

Declaration 宣言

@property(copy) NSString *version;

Parameters パラメータ

version

A string object identifying the version of the XML. XMLのバージョンを識別している文字列オブジェクト。

Discussion 議論

Currently, the version should be either “1.0 “or “1.1”. 現在、バージョンは “1.0 “ または “1.1” のどちらかであるべきです。

See Also 参照

Managing Document Attributes 文書属性を管理する