C# 클래스 LayoutFarm.UI.UIVisitor

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
Attribute ( string name, double value ) : void
Attribute ( string name, int value ) : void
Attribute ( string name, string value ) : void
BeginElement ( UIElement ui, string uiname ) : void
Comment ( string content ) : void
EndElement ( ) : void
TextNode ( string content ) : void

메소드 상세

Attribute() 공개 추상적인 메소드

public abstract Attribute ( string name, double value ) : void
name string
value double
리턴 void

Attribute() 공개 추상적인 메소드

public abstract Attribute ( string name, int value ) : void
name string
value int
리턴 void

Attribute() 공개 추상적인 메소드

public abstract Attribute ( string name, string value ) : void
name string
value string
리턴 void

BeginElement() 공개 추상적인 메소드

public abstract BeginElement ( UIElement ui, string uiname ) : void
ui UIElement
uiname string
리턴 void

Comment() 공개 추상적인 메소드

public abstract Comment ( string content ) : void
content string
리턴 void

EndElement() 공개 추상적인 메소드

public abstract EndElement ( ) : void
리턴 void

TextNode() 공개 추상적인 메소드

public abstract TextNode ( string content ) : void
content string
리턴 void