C# Class System.Xml.XmlDeclaration

Inheritance: XmlLinkedNode
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
CloneNode ( bool deep ) : XmlNode
WriteContentTo ( XmlWriter w ) : void
WriteTo ( XmlWriter w ) : void

Protected Methods

Method Description
XmlDeclaration ( string version, string encoding, string standalone, XmlDocument doc ) : System.Text

Method Details

CloneNode() public method

public CloneNode ( bool deep ) : XmlNode
deep bool
return XmlNode

WriteContentTo() public method

public WriteContentTo ( XmlWriter w ) : void
w XmlWriter
return void

WriteTo() public method

public WriteTo ( XmlWriter w ) : void
w XmlWriter
return void

XmlDeclaration() protected method

protected XmlDeclaration ( string version, string encoding, string standalone, XmlDocument doc ) : System.Text
version string
encoding string
standalone string
doc XmlDocument
return System.Text