setDTD:

Sets the internal DTD to be associated with the receiver. 内部DTDを設定して、レシーバと関連付けられるようにします。

Declaration 宣言

- (void)setDTD:(NSXMLDTD *)documentTypeDeclaration

Parameters パラメータ

documentTypeDeclaration

An NSXMLDTD object representing the internal DTD to be associated with the receiver. あるNSXMLDTDオブジェクト、レシーバと結び付けられることになる内部DTDを表しています。

Overview 概要

When the receiver is written out, this document type declaration appears in the output, just after the XML declaration. レシーバが書き出される時、この文書型宣言は出力において、XML宣言の直後に現れます。

See Also 参照

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