C# Class System.Xml.XmlEntityReference

Inheritance: XmlLinkedNode, IHasXmlChildNode
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
ConstructBaseURI string
IsValidChildType bool
SetParent void
SetParentForLoad void

Public Methods

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

Protected Methods

Method Description
XmlEntityReference ( string name, XmlDocument doc ) : System.Diagnostics

Private Methods

Method Description
ConstructBaseURI ( string baseURI, string systemId ) : string
IsValidChildType ( System.Xml.XmlNodeType type ) : bool
SetParent ( XmlNode node ) : void
SetParentForLoad ( XmlNode node ) : void

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

XmlEntityReference() protected method

protected XmlEntityReference ( string name, XmlDocument doc ) : System.Diagnostics
name string
doc XmlDocument
return System.Diagnostics