C# Class System.Xml.XmlNotation

Inheritance: XmlNode
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

Private Methods

Method Description
XmlNotation ( String name, String publicId, String systemId, XmlDocument doc ) : System

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