C# Class MiniME.Compiler

Mostrar archivo Open project: toptensoftware/MiniME Class Usage Examples

Public Properties

Property Type Description
WarningsEnabledStack Stack

Public Methods

Method Description
AddFile ( string strFileName, System Encoding, bool Warnings ) : void
AddFile ( string strFileName, bool Warnings ) : void
AddFiles ( string strFileName, System Encoding, bool Warnings ) : void
AddFiles ( string strFileName, bool Warnings ) : void
AddScript ( string strName, string strScript, bool Warnings ) : void
CaptureOptions ( bool bWithIncludedFiles ) : string
Compile ( ) : void
CompileCssToString ( ) : string
CompileJavascriptToString ( ) : string
CompileToString ( ) : string
Compiler ( ) : System
RegisterIncludedFile ( string strFileName ) : void
RegisterResponseFile ( string strFileName ) : void
Reset ( ) : void

Private Methods

Method Description
RecordWarning ( MiniME.Bookmark position, MiniME.Bookmark order, string message ) : void
RecordWarning ( MiniME.Bookmark position, string message ) : void

Method Details

AddFile() public method

public AddFile ( string strFileName, System Encoding, bool Warnings ) : void
strFileName string
Encoding System
Warnings bool
return void

AddFile() public method

public AddFile ( string strFileName, bool Warnings ) : void
strFileName string
Warnings bool
return void

AddFiles() public method

public AddFiles ( string strFileName, System Encoding, bool Warnings ) : void
strFileName string
Encoding System
Warnings bool
return void

AddFiles() public method

public AddFiles ( string strFileName, bool Warnings ) : void
strFileName string
Warnings bool
return void

AddScript() public method

public AddScript ( string strName, string strScript, bool Warnings ) : void
strName string
strScript string
Warnings bool
return void

CaptureOptions() public method

public CaptureOptions ( bool bWithIncludedFiles ) : string
bWithIncludedFiles bool
return string

Compile() public method

public Compile ( ) : void
return void

CompileCssToString() public method

public CompileCssToString ( ) : string
return string

CompileJavascriptToString() public method

public CompileJavascriptToString ( ) : string
return string

CompileToString() public method

public CompileToString ( ) : string
return string

Compiler() public method

public Compiler ( ) : System
return System

RegisterIncludedFile() public method

public RegisterIncludedFile ( string strFileName ) : void
strFileName string
return void

RegisterResponseFile() public method

public RegisterResponseFile ( string strFileName ) : void
strFileName string
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

WarningsEnabledStack public_oe property

public Stack WarningsEnabledStack
return Stack