C# Class StoryTeller.UserInterface.Editing.HTML.GrammarSelector

Inheritance: IGrammarVisitor, ISentenceVisitor
Mostra file Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
Build ( ) : HtmlTags.HtmlTag
GrammarSelector ( IFixtureGraph fixture ) : System
Input ( StoryTeller.Model.TextInput input ) : void
Label ( Label label ) : void

Private Methods

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

Method Details

Build() public method

public Build ( ) : HtmlTags.HtmlTag
return HtmlTags.HtmlTag

GrammarSelector() public method

public GrammarSelector ( IFixtureGraph fixture ) : System
fixture IFixtureGraph
return System

Input() public method

public Input ( StoryTeller.Model.TextInput input ) : void
input StoryTeller.Model.TextInput
return void

Label() public method

public Label ( Label label ) : void
label Label
return void