-
public class Parser
-
-
Constructor Summary
Constructors Constructor Description Parser(ImportFileProvider importFileProvider, String cssString)
-
Method Summary
Modifier and Type Method Description Documentparse()voidswitchToRulesetState()voidswitchOutOfRulesetState()voidswitchOutOfPropertyNameState()voidswitchOutOfPropertyValueState()voidrecoverLineEndingIfPossible()voidthrowGenericParsingException()-
-
Constructor Detail
-
Parser
Parser(ImportFileProvider importFileProvider, String cssString)
-
-
Method Detail
-
switchToRulesetState
void switchToRulesetState()
-
switchOutOfRulesetState
void switchOutOfRulesetState()
-
switchOutOfPropertyNameState
void switchOutOfPropertyNameState()
-
switchOutOfPropertyValueState
void switchOutOfPropertyValueState()
-
recoverLineEndingIfPossible
void recoverLineEndingIfPossible()
-
throwGenericParsingException
void throwGenericParsingException()
-
-
-
-