C# Class LayoutFarm.DzBoardSample.DzBoxSerializer

Inheritance: LayoutFarm.UI.UIVisitor
Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
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
DzBoxSerializer ( string rootNodeName ) : System
EndElement ( ) : void
TextNode ( string content ) : void
WriteToFile ( string filename ) : void

Method Details

Attribute() public method

public Attribute ( string name, double value ) : void
name string
value double
return void

Attribute() public method

public Attribute ( string name, int value ) : void
name string
value int
return void

Attribute() public method

public Attribute ( string name, string value ) : void
name string
value string
return void

BeginElement() public method

public BeginElement ( UIElement ui, string uiname ) : void
ui LayoutFarm.UI.UIElement
uiname string
return void

Comment() public method

public Comment ( string content ) : void
content string
return void

DzBoxSerializer() public method

public DzBoxSerializer ( string rootNodeName ) : System
rootNodeName string
return System

EndElement() public method

public EndElement ( ) : void
return void

TextNode() public method

public TextNode ( string content ) : void
content string
return void

WriteToFile() public method

public WriteToFile ( string filename ) : void
filename string
return void