isExternal

Returns a Boolean value that indicates whether the receiver represents a declaration from an external DTD (the system ID is set). レシーバが外部DTDからの宣言(システムIDが設定される)を表すかどうかを指し示すブール値を返します。

Declaration 宣言

- (BOOL)isExternal

Return Value 戻り値

YES if receiver represents a declaration from an external DTD (the system ID is set), otherwise NO. YES、もしレシーバが外部DTD(システムIDが設定されるもの)からの宣言を表すならば、そうでなければNO

Overview 概要

This method is valid only for objects representing entities and notations. このメソッドは、登録項目と表記法を表すオブジェクトにのみ有効です。

See Also 参照

Managing DTD Identifiers DTD識別子を管理する