C# 클래스 System.Xml.XmlDeclaration

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

공개 메소드들

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

보호된 메소드들

메소드 설명
XmlDeclaration ( string version, string encoding, string standalone, XmlDocument doc ) : System.Text

메소드 상세

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

XmlDeclaration() 보호된 메소드

protected XmlDeclaration ( string version, string encoding, string standalone, XmlDocument doc ) : System.Text
version string
encoding string
standalone string
doc XmlDocument
리턴 System.Text