System::Xml::XmlDocument::CreateDocumentType yöntemi

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)
ParameterTypeAçıklama
adconst String&Belge tipinin adı.
publicIdconst String&Belge tipinin 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.
systemIdconst String&Belge tipinin sistem tanımlayıcısı veya nullptr. Dış DTD alt kümesinin dosya konumunun URL’sini belirtir.
internalSubsetconst String&Belge tipinin DTD iç alt kümesi veya nullptr.

ReturnValue

Yeni XmlDocumentType.

Ayrıca Bakınız