Class Rule

java.lang.Object
com.itextpdf.tool.xml.css.parser.state.Rule
All Implemented Interfaces:
State

public class Rule extends Object implements State
Author:
redlab_b
  • Constructor Details

    • Rule

      public Rule(CssStateController cssStateController)
      Parameters:
      cssStateController - the controller
  • Method Details

    • process

      public void process(char c)
      Description copied from interface: State
      Processes a character.
      Specified by:
      process in interface State
      Parameters:
      c - the character to process