C# Class StoryTeller.Model.Persistence.XmlReader

Inheritance: XmlConstants
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Méthode 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

Méthode Description
ReadComment ( XmlElement element ) : Comment

Method Details

ReadBody() public static méthode

public static ReadBody ( XmlDocument document, Specification spec ) : void
document System.Xml.XmlDocument
spec Specification
Résultat void

ReadFromFile() public static méthode

public static ReadFromFile ( string path ) : Specification
path string
Résultat Specification

ReadFromXml() public static méthode

public static ReadFromXml ( XmlDocument document ) : Specification
document System.Xml.XmlDocument
Résultat Specification

ReadHeaderInformation() public static méthode

public static ReadHeaderInformation ( XmlDocument document ) : Specification
document System.Xml.XmlDocument
Résultat Specification

ReadSection() public static méthode

public static ReadSection ( XmlElement element ) : Section
element System.Xml.XmlElement
Résultat Section

ReadStep() public static méthode

public static ReadStep ( XmlElement child ) : Step
child System.Xml.XmlElement
Résultat Step