C# Class System.Xml.XmlWhitespace

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
XmlWhitespace ( string strData, 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

XmlWhitespace() protected méthode

protected XmlWhitespace ( string strData, XmlDocument doc ) : System
strData string
doc XmlDocument
Résultat System