Sets the internal DTD to be associated with the receiver.
Framework
- Foundation
Declaration
- (void)setDTD:(NSXMLDTD *)documentTypeDeclaration
Parameters
documentTypeDeclaration
An
NSXMLDTD
object representing the internal DTD to be associated with the receiver.
Overview
When the receiver is written out, this document type declaration appears in the output, just after the XML declaration.