C# Class System.Xml.XmlEntityReference

Inheritance: XmlLinkedNode, IHasXmlChildNode
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
ConstructBaseURI string
IsValidChildType bool
SetParent void
SetParentForLoad void

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
XmlEntityReference ( string name, XmlDocument doc ) : System.Diagnostics

Private Methods

Méthode 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 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

XmlEntityReference() protected méthode

protected XmlEntityReference ( string name, XmlDocument doc ) : System.Diagnostics
name string
doc XmlDocument
Résultat System.Diagnostics