C# Class System.Xml.XmlWhitespace

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

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
XmlWhitespace ( string strData, 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

XmlWhitespace() protected method

protected XmlWhitespace ( string strData, XmlDocument doc ) : System
strData string
doc XmlDocument
return System