C# Class StoryTeller.Model.Persistence.XmlWriter

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

Méthodes publiques

Méthode Description
WriteBody ( Specification specification, XmlElement root ) : void
WriteSpecRoot ( Specification specification, XmlDocument document ) : XmlElement
WriteToXml ( Specification specification ) : XmlDocument

Method Details

WriteBody() public static méthode

public static WriteBody ( Specification specification, XmlElement root ) : void
specification Specification
root System.Xml.XmlElement
Résultat void

WriteSpecRoot() public static méthode

public static WriteSpecRoot ( Specification specification, XmlDocument document ) : XmlElement
specification Specification
document System.Xml.XmlDocument
Résultat System.Xml.XmlElement

WriteToXml() public static méthode

public static WriteToXml ( Specification specification ) : XmlDocument
specification Specification
Résultat System.Xml.XmlDocument