System::Xml::XmlDocument::CreateDocumentType méthode
Contenu
[
Cacher
]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ètre | Type | Description |
|---|---|---|
| nom | const String& | Nom du type de document. |
| publicId | const 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. |
| systemId | const 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. |
| internalSubset | const String& | Le sous-ensemble interne DTD du type de document ou nullptr. |
ReturnValue
Le nouveau XmlDocumentType.
Voir aussi
- Typedef SharedPtr
- Class XmlDocumentType
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Font for C++