XmlDocumentType Constructor
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the XmlDocumentType class.
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
protected internal 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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.