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

standalone

Sets a Boolean value that specifies whether the receiver represents a standalone XML document. レシーバがスタンドアローンXML文書を表すかどうかを指定するブール値を設定します。

Declaration 宣言

@property(getter=isStandalone) BOOL standalone;

Parameters パラメータ

standalone

YES if the receiver represents a standalone XML document, NO otherwise. YES、もしレシーバが単独動作型XML書類を表すならば、そうでなければNO

Discussion 議論

A standalone document does not have an external DTD associated with it. 単独動作型書類は、それと結びつけられた外部DTDを持ちません。

See Also 参照

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