Class BlockState
java.lang.Object
com.itextpdf.styledxmlparser.css.parse.syntax.BlockState
- All Implemented Interfaces:
IParserState
IParserState
implementation for the block state.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CssParserStateController
The state machine that parses the CSS. -
Constructor Summary
ConstructorsConstructorDescriptionBlockState
(CssParserStateController controller) Creates a newBlockState
instance. -
Method Summary
-
Field Details
-
controller
The state machine that parses the CSS.
-
-
Constructor Details
-
BlockState
BlockState(CssParserStateController controller) Creates a newBlockState
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
-