Interface IParserState
- All Known Implementing Classes:
AtRuleBlockState
,BlockState
,CommentEndState
,CommentInnerState
,CommentStartState
,ConditionalGroupAtRuleBlockState
,RuleState
,UnknownState
interface IParserState
Interface for all parser state implementations.
-
Method Summary
-
Method Details
-
process
void process(char ch) Process a character.- Parameters:
ch
- the character
-