Поделиться через


XmlDocumentType(String, String, String, String, XmlDocument) Конструктор

Определение

Инициализирует новый экземпляр класса XmlDocumentType.

protected public:
 XmlDocumentType(System::String ^ name, System::String ^ publicId, System::String ^ systemId, System::String ^ internalSubset, System::Xml::XmlDocument ^ doc);
protected internal XmlDocumentType(string name, string? publicId, string? systemId, string? internalSubset, System.Xml.XmlDocument doc);
protected internal XmlDocumentType(string name, string publicId, string systemId, string internalSubset, System.Xml.XmlDocument doc);
new System.Xml.XmlDocumentType : string * string * string * string * System.Xml.XmlDocument -> System.Xml.XmlDocumentType
Protected Friend Sub New (name As String, publicId As String, systemId As String, internalSubset As String, doc As XmlDocument)

Параметры

name
String

Полное имя; см. Name свойство.

publicId
String

Общедоступный идентификатор; см. PublicId свойство.

systemId
String

Системный идентификатор; см. SystemId свойство.

internalSubset
String

Внутреннее подмножество DTD; см. InternalSubset свойство.

doc
XmlDocument

Родительский документ.

Комментарии

Не создавайте экземпляр XmlDocumentType непосредственно. Вместо этого используйте элементы, такие как DocumentType получение.

Применяется к