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

Inheritance: IGrammarVisitor, ISentenceVisitor
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Build ( ) : HtmlTags.HtmlTag
Résultat HtmlTags.HtmlTag

GrammarSelector() public méthode

public GrammarSelector ( IFixtureGraph fixture ) : System
fixture IFixtureGraph
Résultat System

Input() public méthode

public Input ( StoryTeller.Model.TextInput input ) : void
input StoryTeller.Model.TextInput
Résultat void

Label() public méthode

public Label ( Label label ) : void
label Label
Résultat void