C# Class System.Xml.XmlSignificantWhitespace

Inheritance: XmlCharacterData
显示文件 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
XmlSignificantWhitespace ( 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

XmlSignificantWhitespace() protected method

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