C# Class System.Xml.XmlEntity

Inheritance: XmlNode
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
IsValidChildType bool
SetBaseURI void
XmlEntity System.Diagnostics

Public Methods

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

Private Methods

Method Description
IsValidChildType ( System.Xml.XmlNodeType type ) : bool
SetBaseURI ( String inBaseURI ) : void
XmlEntity ( String name, String strdata, string publicId, string systemId, String notationName, XmlDocument doc ) : System.Diagnostics

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