C# Class System.Xml.XmlDocumentType

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

Private Properties

Свойство Type Description

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
XmlDocumentType ( string name, string publicId, string systemId, string internalSubset, XmlDocument doc ) : System.Xml.Schema

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

XmlDocumentType() protected méthode

protected XmlDocumentType ( string name, string publicId, string systemId, string internalSubset, XmlDocument doc ) : System.Xml.Schema
name string
publicId string
systemId string
internalSubset string
doc XmlDocument
Résultat System.Xml.Schema