Interface IParserState
-
- All Known Implementing Classes:
AtRuleBlockState,BlockState,CommentEndState,CommentInnerState,CommentStartState,ConditionalGroupAtRuleBlockState,RuleState,UnknownState
interface IParserStateInterface for all parser state implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(char ch)Process a character.
-