C# 클래스 BExIS.Xml.Helpers.XmlWriter

파일 보기 프로젝트 열기: BEXIS2/Core

보호된 프로퍼티들

프로퍼티 타입 설명
_mode XmlNodeMode
_tempXDoc System.Xml.Linq.XDocument

공개 메소드들

메소드 설명
ToXDocument ( XmlDocument xmlDocument ) : System.Xml.Linq.XDocument

ToXmlDocument ( System.Xml.Linq.XDocument xDocument ) : XmlDocument

보호된 메소드들

메소드 설명
CreateXElement ( string name, System.Xml.XmlNodeType type ) : System.Xml.Linq.XElement

Exist ( string xpath ) : bool

Exist ( string name, System.Xml.Linq.XElement source ) : bool

Exist ( string name, int number, System.Xml.Linq.XElement source ) : bool

Exist ( string name, int number, long id ) : bool

Exist ( string name, long id ) : bool

Get ( string xpath ) : System.Xml.Linq.XElement

Get ( string name, System.Xml.Linq.XElement source ) : System.Xml.Linq.XElement

Get ( string name, int number, System.Xml.Linq.XElement source ) : System.Xml.Linq.XElement

Get ( string name, int number, long id ) : System.Xml.Linq.XElement

Get ( string name, long id ) : System.Xml.Linq.XElement

GetChildren ( string name, System.Xml.Linq.XElement source ) : List

메소드 상세

CreateXElement() 보호된 메소드

protected CreateXElement ( string name, System.Xml.XmlNodeType type ) : System.Xml.Linq.XElement
name string
type System.Xml.XmlNodeType
리턴 System.Xml.Linq.XElement

Exist() 보호된 메소드

protected Exist ( string xpath ) : bool
xpath string
리턴 bool

Exist() 보호된 메소드

protected Exist ( string name, System.Xml.Linq.XElement source ) : bool
name string
source System.Xml.Linq.XElement
리턴 bool

Exist() 보호된 메소드

protected Exist ( string name, int number, System.Xml.Linq.XElement source ) : bool
name string
number int
source System.Xml.Linq.XElement
리턴 bool

Exist() 보호된 메소드

protected Exist ( string name, int number, long id ) : bool
name string
number int
id long
리턴 bool

Exist() 보호된 메소드

protected Exist ( string name, long id ) : bool
name string
id long
리턴 bool

Get() 보호된 메소드

protected Get ( string xpath ) : System.Xml.Linq.XElement
xpath string
리턴 System.Xml.Linq.XElement

Get() 보호된 메소드

protected Get ( string name, System.Xml.Linq.XElement source ) : System.Xml.Linq.XElement
name string
source System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

Get() 보호된 메소드

protected Get ( string name, int number, System.Xml.Linq.XElement source ) : System.Xml.Linq.XElement
name string
number int
source System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

Get() 보호된 메소드

protected Get ( string name, int number, long id ) : System.Xml.Linq.XElement
name string
number int
id long
리턴 System.Xml.Linq.XElement

Get() 보호된 메소드

protected Get ( string name, long id ) : System.Xml.Linq.XElement
name string
id long
리턴 System.Xml.Linq.XElement

GetChildren() 보호된 메소드

protected GetChildren ( string name, System.Xml.Linq.XElement source ) : List
name string
source System.Xml.Linq.XElement
리턴 List

ToXDocument() 공개 정적인 메소드

public static ToXDocument ( XmlDocument xmlDocument ) : System.Xml.Linq.XDocument
xmlDocument System.Xml.XmlDocument
리턴 System.Xml.Linq.XDocument

ToXmlDocument() 공개 정적인 메소드

public static ToXmlDocument ( System.Xml.Linq.XDocument xDocument ) : XmlDocument
xDocument System.Xml.Linq.XDocument
리턴 System.Xml.XmlDocument

프로퍼티 상세

_mode 보호되어 있는 프로퍼티

protected XmlNodeMode _mode
리턴 XmlNodeMode

_tempXDoc 보호되어 있는 프로퍼티

protected XDocument,System.Xml.Linq _tempXDoc
리턴 System.Xml.Linq.XDocument