C# Class Concordion.Internal.SpecificationConfigParser

Afficher le fichier Open project: concordion/concordion-net Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( TextReader reader ) : void

Parses the specified reader.

SpecificationConfigParser ( SpecificationConfig config ) : System

Initializes a new instance of the SpecificationConfigParser class.

Private Methods

Méthode Description
LoadBaseInputDirectory ( System.Xml.Linq.XElement element ) : void

Loads the base input directory.

LoadBaseOutputDirectory ( System.Xml.Linq.XElement element ) : void

Loads the base output directory.

LoadConcordionExtensions ( System.Xml.Linq.XElement element ) : void
LoadConfiguration ( System.Xml.Linq.XDocument document ) : void

Loads the configuration.

LoadSpecificationSuffix ( System.Xml.Linq.XElement element ) : void

Method Details

Parse() public méthode

Parses the specified reader.
public Parse ( TextReader reader ) : void
reader TextReader The reader.
Résultat void

SpecificationConfigParser() public méthode

Initializes a new instance of the SpecificationConfigParser class.
public SpecificationConfigParser ( SpecificationConfig config ) : System
config SpecificationConfig The config.
Résultat System