C# Class Jade.Compiler.Utils

Datei anzeigen Open project: rnrn/Jade4Net

Public Properties

Property Type Description
interpolationPattern System.Text.RegularExpressions.Regex

Public Methods

Method Description
escapeHTML ( string str ) : string
interpolate ( List prepared, JadeModel model ) : string
interpolate ( string str, JadeModel model, bool escape ) : string
prepareInterpolate ( string str, bool xmlEscape ) : List

Method Details

escapeHTML() public static method

public static escapeHTML ( string str ) : string
str string
return string

interpolate() public static method

public static interpolate ( List prepared, JadeModel model ) : string
prepared List
model JadeModel
return string

interpolate() public static method

public static interpolate ( string str, JadeModel model, bool escape ) : string
str string
model JadeModel
escape bool
return string

prepareInterpolate() public static method

public static prepareInterpolate ( string str, bool xmlEscape ) : List
str string
xmlEscape bool
return List

Property Details

interpolationPattern public_oe static_oe property

public static Regex,System.Text.RegularExpressions interpolationPattern
return System.Text.RegularExpressions.Regex