C# Class Clearsilver.CSTContext

Inheritance: IDisposable
Afficher le fichier Open project: jeske/StepsDB-alpha Class Usage Examples

Méthodes publiques

Méthode Description
CSTContext ( Clearsilver.Hdf hdf ) : System
Dispose ( ) : void
parseFile ( string filename ) : void
parseString ( string data ) : void
registerFileLoad ( loadFileDelegate fn ) : void
render ( ) : string

Private Methods

Méthode Description
csDestroy ( ) : void
csFileLoad ( void ctx, HDF raw_hdf, STR pFilename, STR contents ) : NEOERR*
cs_destroy ( CSPARSE parse ) : void
cs_init ( CSPARSE parse, HDF hdf ) : NEOERR*
cs_parse_file ( CSPARSE parse, [ path ) : NEOERR*
cs_parse_string ( CSPARSE parse, STR buffer, int buf_len ) : NEOERR*
cs_register_fileload ( CSPARSE csp, void ctx, [ cb ) : void
cs_render ( CSPARSE parse, void ctx, [ cb ) : NEOERR*

Method Details

CSTContext() public méthode

public CSTContext ( Clearsilver.Hdf hdf ) : System
hdf Clearsilver.Hdf
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

parseFile() public méthode

public parseFile ( string filename ) : void
filename string
Résultat void

parseString() public méthode

public parseString ( string data ) : void
data string
Résultat void

registerFileLoad() public méthode

public registerFileLoad ( loadFileDelegate fn ) : void
fn loadFileDelegate
Résultat void

render() public méthode

public render ( ) : string
Résultat string