Metodo System::Xml::XmlWriter::WriteDocType
Contenuti
[
Nascondere
]XmlWriter::WriteDocType method
Quando sovrascritto in una classe derivata, scrive la dichiarazione DOCTYPE con il nome specificato e gli attributi opzionali.
virtual void System::Xml::XmlWriter::WriteDocType(const String &name, const String &pubid, const String &sysid, const String &subset)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | const String& | Il nome del DOCTYPE. Deve essere non vuoto. |
| pubid | const String& | Se non è nullo, scrive anche PUBLIC "pubid" "sysid" dove pubid e sysid sono sostituiti con il valore degli argomenti forniti. |
| sysid | const String& | Se pubid è nullptr e sysid non è nullo, scrive SYSTEM “sysid” dove sysid è sostituito con il valore di questo argomento. |
| subset | const String& | Se non è nullo scrive [subset] dove subset è sostituito con il valore di questo argomento. |
Vedi anche
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++