System::Xml::XmlDocument::CreateDocumentType yöntemi
İçindekiler
[
Saklamak
]XmlDocument::CreateDocumentType method
Yeni bir XmlDocumentType nesnesi döndürür.
virtual SharedPtr<XmlDocumentType> System::Xml::XmlDocument::CreateDocumentType(const String &name, const String &publicId, const String &systemId, const String &internalSubset)
| Parametre | Tür | Açıklama |
|---|---|---|
| ad | const String& | Belge türünün adı. |
| publicId | const String& | Belge türünün genel tanımlayıcısı veya nullptr. Dış DTD alt kümesinin konumunu belirlemek için bir genel URI ve ayrıca bir sistem tanımlayıcısı belirtebilirsiniz. |
| systemId | const String& | Belge türünün sistem tanımlayıcısı veya nullptr. Dış DTD alt kümesinin dosya konumunun URL’sini belirtir. |
| internalSubset | const String& | Belge türünün DTD iç alt kümesi veya nullptr. |
ReturnValue
Yeni XmlDocumentType.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XmlDocumentType
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Font for C++