Class CommentEndState
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.parse.syntax.CommentEndState
-
- All Implemented Interfaces:
IParserState
class CommentEndState extends java.lang.Object implements IParserState
IParserStateimplementation for the end comment state.
-
-
Field Summary
Fields Modifier and Type Field Description private CssParserStateControllercontrollerThe state machine that parses the CSS.
-
Constructor Summary
Constructors Constructor Description CommentEndState(CssParserStateController controller)Creates a newCommentEndStateinstance.
-
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
-
CommentEndState
CommentEndState(CssParserStateController controller)
Creates a newCommentEndStateinstance.- 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
-
-