C# Class MiniME.Compiler

Afficher le fichier Open project: toptensoftware/MiniME Class Usage Examples

Méthodes publiques

Свойство Type Description
WarningsEnabledStack Stack

Méthodes publiques

Méthode 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

Méthode Description
RecordWarning ( MiniME.Bookmark position, MiniME.Bookmark order, string message ) : void
RecordWarning ( MiniME.Bookmark position, string message ) : void

Method Details

AddFile() public méthode

public AddFile ( string strFileName, System Encoding, bool Warnings ) : void
strFileName string
Encoding System
Warnings bool
Résultat void

AddFile() public méthode

public AddFile ( string strFileName, bool Warnings ) : void
strFileName string
Warnings bool
Résultat void

AddFiles() public méthode

public AddFiles ( string strFileName, System Encoding, bool Warnings ) : void
strFileName string
Encoding System
Warnings bool
Résultat void

AddFiles() public méthode

public AddFiles ( string strFileName, bool Warnings ) : void
strFileName string
Warnings bool
Résultat void

AddScript() public méthode

public AddScript ( string strName, string strScript, bool Warnings ) : void
strName string
strScript string
Warnings bool
Résultat void

CaptureOptions() public méthode

public CaptureOptions ( bool bWithIncludedFiles ) : string
bWithIncludedFiles bool
Résultat string

Compile() public méthode

public Compile ( ) : void
Résultat void

CompileCssToString() public méthode

public CompileCssToString ( ) : string
Résultat string

CompileJavascriptToString() public méthode

public CompileJavascriptToString ( ) : string
Résultat string

CompileToString() public méthode

public CompileToString ( ) : string
Résultat string

Compiler() public méthode

public Compiler ( ) : System
Résultat System

RegisterIncludedFile() public méthode

public RegisterIncludedFile ( string strFileName ) : void
strFileName string
Résultat void

RegisterResponseFile() public méthode

public RegisterResponseFile ( string strFileName ) : void
strFileName string
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

WarningsEnabledStack public_oe property

public Stack WarningsEnabledStack
Résultat Stack