Xceed Chart for WinForms v4.4 Documentation
WriteDocType Method


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > XmlNodeWriter Class : WriteDocType Method
Creates an System.Xml.XmlDocumentType node.
Syntax
'Declaration
 
Public Overrides Sub WriteDocType( _

   ByVal name As String, _

   ByVal pubid As String, _

   ByVal sysid As String, _

   ByVal subset As String _

) 
'Usage
 
Dim instance As XmlNodeWriter

Dim name As String

Dim pubid As String

Dim sysid As String

Dim subset As String

 

instance.WriteDocType(name, pubid, sysid, subset)
public override void WriteDocType( 

   string name,

   string pubid,

   string sysid,

   string subset

)

Parameters

name
pubid
sysid
subset
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlNodeWriter Class
XmlNodeWriter Members
Base Implementation in WriteDocType