Click or drag to resize
DOMWriterwriteDTD Method

[Missing <summary> documentation for "M:DXMLBase.DOMWriter.writeDTD(System.Xml.XmlDocument,System.Xml.XmlWriter)"]

Namespace: DXMLBase
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected virtual void writeDTD(
	XmlDocument node,
	XmlWriter xWriter
)

Parameters

node
Type: System.XmlXmlDocument

[Missing <param name="node"/> documentation for "M:DXMLBase.DOMWriter.writeDTD(System.Xml.XmlDocument,System.Xml.XmlWriter)"]

xWriter
Type: System.XmlXmlWriter

[Missing <param name="xWriter"/> documentation for "M:DXMLBase.DOMWriter.writeDTD(System.Xml.XmlDocument,System.Xml.XmlWriter)"]

See Also