C# 클래스 System.Configuration.ConfigXmlDocument

상속: System.Xml.XmlDocument, IConfigErrorInfo
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateAttribute ( string prefix, string localName, string namespaceUri ) : XmlAttribute
CreateCDataSection ( String data ) : XmlCDataSection
CreateComment ( String data ) : XmlComment
CreateElement ( string prefix, string localName, string namespaceUri ) : XmlElement
CreateSignificantWhitespace ( String data ) : XmlSignificantWhitespace
CreateTextNode ( String text ) : XmlText
CreateWhitespace ( String data ) : XmlWhitespace
Load ( string filename ) : void
LoadSingleElement ( string filename, XmlTextReader sourceReader ) : void

메소드 상세

CreateAttribute() 공개 메소드

public CreateAttribute ( string prefix, string localName, string namespaceUri ) : XmlAttribute
prefix string
localName string
namespaceUri string
리턴 System.Xml.XmlAttribute

CreateCDataSection() 공개 메소드

public CreateCDataSection ( String data ) : XmlCDataSection
data String
리턴 System.Xml.XmlCDataSection

CreateComment() 공개 메소드

public CreateComment ( String data ) : XmlComment
data String
리턴 System.Xml.XmlComment

CreateElement() 공개 메소드

public CreateElement ( string prefix, string localName, string namespaceUri ) : XmlElement
prefix string
localName string
namespaceUri string
리턴 System.Xml.XmlElement

CreateSignificantWhitespace() 공개 메소드

public CreateSignificantWhitespace ( String data ) : XmlSignificantWhitespace
data String
리턴 System.Xml.XmlSignificantWhitespace

CreateTextNode() 공개 메소드

public CreateTextNode ( String text ) : XmlText
text String
리턴 System.Xml.XmlText

CreateWhitespace() 공개 메소드

public CreateWhitespace ( String data ) : XmlWhitespace
data String
리턴 System.Xml.XmlWhitespace

Load() 공개 메소드

public Load ( string filename ) : void
filename string
리턴 void

LoadSingleElement() 공개 메소드

public LoadSingleElement ( string filename, XmlTextReader sourceReader ) : void
filename string
sourceReader System.Xml.XmlTextReader
리턴 void