C# 클래스 dotgnu.xml.XmlDoc

상속: XmlNode
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder 1 사용 예제들

공개 메소드들

메소드 설명
AddChild ( XmlNode child ) : XmlNode
DumpXml ( int format = 1 ) : String
SaveToFile ( String filename ) : void
SaveToFile ( String filename, int format ) : void
XmlDoc ( ) : System
XmlDoc ( String xmlVersion ) : System

비공개 메소드들

메소드 설명
XmlDoc ( IntPtr dataPtr ) : System

메소드 상세

AddChild() 공개 메소드

public AddChild ( XmlNode child ) : XmlNode
child XmlNode
리턴 XmlNode

DumpXml() 공개 메소드

public DumpXml ( int format = 1 ) : String
format int
리턴 String

SaveToFile() 공개 메소드

public SaveToFile ( String filename ) : void
filename String
리턴 void

SaveToFile() 공개 메소드

public SaveToFile ( String filename, int format ) : void
filename String
format int
리턴 void

XmlDoc() 공개 메소드

public XmlDoc ( ) : System
리턴 System

XmlDoc() 공개 메소드

public XmlDoc ( String xmlVersion ) : System
xmlVersion String
리턴 System