isStandalone

Returns whether the receiver represents a standalone XML document—that is, one without an external DTD. レシーバがスタンドアローンXML文書 — すなわち、外部DTDなしのものを表すかどうかを返します。

Declaration 宣言

- (BOOL)isStandalone

Return Value 戻り値

YES if the receiver represents a standalone XML document, NO if the “standalone” declaration was not present in the original document and hasn’t been set since. レシーバがスタンドアローンXML文書を表すならばYES、「standalone」宣言が元の文書に存在しなかったそしてこれまで設定されることがなかったならばNO

See Also 参照

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