C# 클래스 System.Xml.XmlDocumentType

상속: XmlLinkedNode
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CloneNode ( bool deep ) : XmlNode
WriteContentTo ( XmlWriter w ) : void
WriteTo ( XmlWriter w ) : void

보호된 메소드들

메소드 설명
XmlDocumentType ( string name, string publicId, string systemId, string internalSubset, XmlDocument doc ) : System.Xml.Schema

메소드 상세

CloneNode() 공개 메소드

public CloneNode ( bool deep ) : XmlNode
deep bool
리턴 XmlNode

WriteContentTo() 공개 메소드

public WriteContentTo ( XmlWriter w ) : void
w XmlWriter
리턴 void

WriteTo() 공개 메소드

public WriteTo ( XmlWriter w ) : void
w XmlWriter
리턴 void

XmlDocumentType() 보호된 메소드

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