C# 클래스 Concordion.Internal.SpecificationConfigParser

파일 보기 프로젝트 열기: concordion/concordion-net 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( TextReader reader ) : void

Parses the specified reader.

SpecificationConfigParser ( SpecificationConfig config ) : System

Initializes a new instance of the SpecificationConfigParser class.

비공개 메소드들

메소드 설명
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

메소드 상세

Parse() 공개 메소드

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

SpecificationConfigParser() 공개 메소드

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