Interface IParserState

All Known Implementing Classes:
AtRuleBlockState, BlockState, CommentEndState, CommentInnerState, CommentStartState, ConditionalGroupAtRuleBlockState, RuleState, UnknownState

interface IParserState
Interface for all parser state implementations.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(char ch)
    Process a character.
  • Method Details

    • process

      void process(char ch)
      Process a character.
      Parameters:
      ch - the character