XmlDocumentType Constructor (String^, String^, String^, String^, XmlDocument^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the XmlDocumentType class.
Assembly: System.Xml (in System.Xml.dll)
public protected: XmlDocumentType( String^ name, String^ publicId, String^ systemId, String^ internalSubset, XmlDocument^ doc )
Parameters
- name
-
Type:
System::String^
The qualified name; see the Name property.
- publicId
-
Type:
System::String^
The public identifier; see the PublicId property.
- systemId
-
Type:
System::String^
The system identifier; see the SystemId property.
- internalSubset
-
Type:
System::String^
The DTD internal subset; see the InternalSubset property.
- doc
-
Type:
System.Xml::XmlDocument^
The parent document.
Do not instantiate an XmlDocumentType directly; instead, use members such as DocumentType to obtain one.
.NET Framework
Available since 1.1
Available since 1.1
Show: