C# Class StoryTeller.Model.Persistence.XmlReader

Inheritance: XmlConstants
Mostra file Open project: storyteller/Storyteller

Public Methods

Method Description
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

Private Methods

Method Description
ReadComment ( XmlElement element ) : Comment

Method Details

ReadBody() public static method

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

ReadFromFile() public static method

public static ReadFromFile ( string path ) : Specification
path string
return Specification

ReadFromXml() public static method

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

ReadHeaderInformation() public static method

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

ReadSection() public static method

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

ReadStep() public static method

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