C# Class System.Xml.XmlSignificantWhitespace

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
XmlSignificantWhitespace ( 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

XmlSignificantWhitespace() protected méthode

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