C# Class System.Xml.XmlDocumentType

Inheritance: XmlLinkedNode
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
XmlDocumentType ( string name, string publicId, string systemId, string internalSubset, XmlDocument doc ) : System.Xml.Schema

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

XmlDocumentType() protected method

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
return System.Xml.Schema