Class ConditionalGroupAtRuleBlockState
java.lang.Object
com.itextpdf.styledxmlparser.css.parse.syntax.ConditionalGroupAtRuleBlockState
- All Implemented Interfaces:
IParserState
IParserState implementation for the conditional group At-rule state.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CssParserStateControllerThe state machine that parses the CSS. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
controller
The state machine that parses the CSS.
-
-
Constructor Details
-
ConditionalGroupAtRuleBlockState
ConditionalGroupAtRuleBlockState(CssParserStateController controller) Creates a newConditionalGroupAtRuleBlockStateinstance.- 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
-