C# Class JsonFx.BuildTools.CssCompactor.CssObject

CSS3 inconsistently specifies more than one grammar: http://www.w3.org/TR/css3-syntax/#style http://www.w3.org/TR/css3-syntax/#detailed-grammar
Exibir arquivo Open project: pocket-playlab/jsonfx-v1

Public Methods

Method Description
ToString ( ) : string
Write ( TextWriter writer, CssCompactor options ) : void

Protected Methods

Method Description
IsPrettyPrint ( CssCompactor options ) : bool

Method Details

IsPrettyPrint() protected static method

protected static IsPrettyPrint ( CssCompactor options ) : bool
options CssCompactor
return bool

ToString() public method

public ToString ( ) : string
return string

Write() public abstract method

public abstract Write ( TextWriter writer, CssCompactor options ) : void
writer System.IO.TextWriter
options CssCompactor
return void