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

dtd

Returns an XMLDTD object representing the internal DTD associated with the receiver. あるXMLDTDオブジェクトを返します、レシーバと結びつけられた内部DTDを表しています。

Declaration 宣言

@NSCopying var dtd: XMLDTD? { get set }

Return Value 戻り値

An XMLDTD object representing the internal DTD associated with the receiver or nil if no DTD has been associated. あるXMLDTDオブジェクト、このレシーバと結びつけられた内部DTDを表しています、またはnil、もしDTDが結びつけられていないならば。

See Also 参照

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

Related Documentation 関連文書