Class RuleState
java.lang.Object
com.itextpdf.styledxmlparser.css.parse.syntax.RuleState
- All Implemented Interfaces:
IParserState
IParserState implementation for the rule state.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CssParserStateControllerThe state machine that parses the CSS. -
Constructor Summary
ConstructorsConstructorDescriptionRuleState(CssParserStateController controller) Creates a newRuleStateinstance. -
Method Summary
-
Field Details
-
controller
The state machine that parses the CSS.
-
-
Constructor Details
-
RuleState
RuleState(CssParserStateController controller) Creates a newRuleStateinstance.- Parameters:
controller- the state machine that parses the CSS
-
-
Method Details
-
process
public void process(char ch) Description copied from interface:IParserStateProcess a character.- Specified by:
processin interfaceIParserState- Parameters:
ch- the character
-