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