Class ConditionalGroupAtRuleBlockState
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.parse.syntax.ConditionalGroupAtRuleBlockState
-
- All Implemented Interfaces:
IParserState
class ConditionalGroupAtRuleBlockState extends java.lang.Object implements IParserState
IParserStateimplementation for the conditional group At-rule state.
-
-
Field Summary
Fields Modifier and Type Field Description private CssParserStateControllercontrollerThe state machine that parses the CSS.
-
Constructor Summary
Constructors Constructor Description ConditionalGroupAtRuleBlockState(CssParserStateController controller)Creates a newConditionalGroupAtRuleBlockStateinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(char ch)Process a character.
-
-
-
Field Detail
-
controller
private CssParserStateController controller
The state machine that parses the CSS.
-
-
Constructor Detail
-
ConditionalGroupAtRuleBlockState
ConditionalGroupAtRuleBlockState(CssParserStateController controller)
Creates a newConditionalGroupAtRuleBlockStateinstance.- Parameters:
controller- the state machine that parses the CSS
-
-
Method Detail
-
process
public void process(char ch)
Description copied from interface:IParserStateProcess a character.- Specified by:
processin interfaceIParserState- Parameters:
ch- the character
-
-