C# Class HtmlMarkupRenderer, code

Inheritance: SearchVisitor
显示文件 Open project: shendongnian/code

Public Methods

Method Description
HtmlMarkupRenderer ( TextWriter, textWriter )
Visit ( Paragraph, paragraph ) : void
Visit ( Section, section ) : void

Method Details

HtmlMarkupRenderer() public method

public HtmlMarkupRenderer ( TextWriter, textWriter )
textWriter TextWriter,

Visit() public method

public Visit ( Paragraph, paragraph ) : void
paragraph Paragraph,
return void

Visit() public method

public Visit ( Section, section ) : void
section Section,
return void