C# 클래스 StoryTeller.UserInterface.Editing.HTML.GrammarSelector

상속: IGrammarVisitor, ISentenceVisitor
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

공개 메소드들

메소드 설명
Build ( ) : HtmlTags.HtmlTag
GrammarSelector ( IFixtureGraph fixture ) : System
Input ( StoryTeller.Model.TextInput input ) : void
Label ( Label label ) : void

비공개 메소드들

메소드 설명
AddTaggingLinkIfAtTopLevel ( HtmlTags.HtmlTag body ) : void
IGrammarVisitor ( DoGrammarStructure grammar, IStep step ) : void
IGrammarVisitor ( EmbeddedSection section, IStep step ) : void
IGrammarVisitor ( Paragraph paragraph, IStep step ) : void
IGrammarVisitor ( Sentence sentence, IStep step ) : void
IGrammarVisitor ( SetVerification setVerification, IStep step ) : void
IGrammarVisitor ( Table table, IStep step ) : void
buildTopNode ( ) : HtmlTags.HtmlTag

메소드 상세

Build() 공개 메소드

public Build ( ) : HtmlTags.HtmlTag
리턴 HtmlTags.HtmlTag

GrammarSelector() 공개 메소드

public GrammarSelector ( IFixtureGraph fixture ) : System
fixture IFixtureGraph
리턴 System

Input() 공개 메소드

public Input ( StoryTeller.Model.TextInput input ) : void
input StoryTeller.Model.TextInput
리턴 void

Label() 공개 메소드

public Label ( Label label ) : void
label Label
리턴 void