C# Class System.Xml.XmlEntity

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

Private Properties

Свойство Type Description
IsValidChildType bool
SetBaseURI void
XmlEntity System.Diagnostics

Méthodes publiques

Méthode Description
CloneNode ( bool deep ) : XmlNode
WriteContentTo ( XmlWriter w ) : void
WriteTo ( XmlWriter w ) : void

Private Methods

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