C# Class Concordion.Internal.SpecificationConfigParser

Show file Open project: concordion/concordion-net Class Usage Examples

Public Methods

Method Description
Parse ( TextReader reader ) : void

Parses the specified reader.

SpecificationConfigParser ( SpecificationConfig config ) : System

Initializes a new instance of the SpecificationConfigParser class.

Private Methods

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

Parses the specified reader.
public Parse ( TextReader reader ) : void
reader TextReader The reader.
return void

SpecificationConfigParser() public method

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