C# 클래스 System.Xml.XmlEntity

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

Private Properties

프로퍼티 타입 설명
IsValidChildType bool
SetBaseURI void
XmlEntity System.Diagnostics

공개 메소드들

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

비공개 메소드들

메소드 설명
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

메소드 상세

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