C# 클래스 StoryTeller.Model.Persistence.XmlReader

상속: XmlConstants
파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
ReadBody ( XmlDocument document, Specification spec ) : void
ReadFromFile ( string path ) : Specification
ReadFromXml ( XmlDocument document ) : Specification
ReadHeaderInformation ( XmlDocument document ) : Specification
ReadSection ( XmlElement element ) : Section
ReadStep ( XmlElement child ) : Step

비공개 메소드들

메소드 설명
ReadComment ( XmlElement element ) : Comment

메소드 상세

ReadBody() 공개 정적인 메소드

public static ReadBody ( XmlDocument document, Specification spec ) : void
document System.Xml.XmlDocument
spec Specification
리턴 void

ReadFromFile() 공개 정적인 메소드

public static ReadFromFile ( string path ) : Specification
path string
리턴 Specification

ReadFromXml() 공개 정적인 메소드

public static ReadFromXml ( XmlDocument document ) : Specification
document System.Xml.XmlDocument
리턴 Specification

ReadHeaderInformation() 공개 정적인 메소드

public static ReadHeaderInformation ( XmlDocument document ) : Specification
document System.Xml.XmlDocument
리턴 Specification

ReadSection() 공개 정적인 메소드

public static ReadSection ( XmlElement element ) : Section
element System.Xml.XmlElement
리턴 Section

ReadStep() 공개 정적인 메소드

public static ReadStep ( XmlElement child ) : Step
child System.Xml.XmlElement
리턴 Step