C# Class System.Xml.XmlNotation

Inheritance: XmlNode
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
CloneNode ( bool deep ) : XmlNode
WriteContentTo ( XmlWriter w ) : void
WriteTo ( XmlWriter w ) : void

Private Methods

Méthode Description
XmlNotation ( String name, String publicId, String systemId, XmlDocument doc ) : System

Method Details

CloneNode() public méthode

public CloneNode ( bool deep ) : XmlNode
deep bool
Résultat XmlNode

WriteContentTo() public méthode

public WriteContentTo ( XmlWriter w ) : void
w XmlWriter
Résultat void

WriteTo() public méthode

public WriteTo ( XmlWriter w ) : void
w XmlWriter
Résultat void