System::Xml::XmlDocument::CreateDocumentType méthode

XmlDocument::CreateDocumentType method

Renvoie un nouvel objet XmlDocumentType.

virtual SharedPtr<XmlDocumentType> System::Xml::XmlDocument::CreateDocumentType(const String &name, const String &publicId, const String &systemId, const String &internalSubset)
ParamètreTypeDescription
nomconst String&Nom du type de document.
publicIdconst String&L’identifiant public du type de document ou nullptr. Vous pouvez spécifier un URI public ainsi qu’un identifiant système pour identifier l’emplacement du sous-ensemble DTD externe.
systemIdconst String&L’identifiant système du type de document ou nullptr. Spécifie l’URL de l’emplacement du fichier pour le sous-ensemble DTD externe.
internalSubsetconst String&Le sous-ensemble interne DTD du type de document ou nullptr.

ReturnValue

Le nouveau XmlDocumentType.

Voir aussi