C# 클래스 HtmlMarkupRenderer, code

상속: SearchVisitor
파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
HtmlMarkupRenderer ( TextWriter, textWriter )
Visit ( Paragraph, paragraph ) : void
Visit ( Section, section ) : void

메소드 상세

HtmlMarkupRenderer() 공개 메소드

public HtmlMarkupRenderer ( TextWriter, textWriter )
textWriter TextWriter,

Visit() 공개 메소드

public Visit ( Paragraph, paragraph ) : void
paragraph Paragraph,
리턴 void

Visit() 공개 메소드

public Visit ( Section, section ) : void
section Section,
리턴 void