IDOMImplementation.CreateDocumentType
IDOMImplementation.CreateDocumentType method
إنشاء عقدة DocumentType فارغة. لا يتم توفير إعلانات الكيانات والترميزات. لا تحدث توسعات مرجع الكيان وإضافات السمات الافتراضية.
public DocumentType CreateDocumentType(string qualifiedName, string publicId, string systemId)
معامل | يكتب | وصف |
---|---|---|
qualifiedName | String | اسم المؤهل. |
publicId | String | المعرف العام. |
systemId | String | معرف النظام. |
قيمة الإرجاع
الDocumentType
.
أنظر أيضا
- class DocumentType
- interface IDOMImplementation
- مساحة الاسم Aspose.Html.Dom
- المجسم Aspose.HTML