Class CommentEndState
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.parse.syntax.CommentEndState
-
- All Implemented Interfaces:
IParserState
class CommentEndState extends java.lang.Object implements IParserState
IParserState
implementation for the end comment state.
-
-
Field Summary
Fields Modifier and Type Field Description private CssParserStateController
controller
The state machine that parses the CSS.
-
Constructor Summary
Constructors Constructor Description CommentEndState(CssParserStateController controller)
Creates a newCommentEndState
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(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 newCommentEndState
instance.- Parameters:
controller
- the state machine that parses the CSS
-
-
Method Detail
-
process
public void process(char ch)
Description copied from interface:IParserState
Process a character.- Specified by:
process
in interfaceIParserState
- Parameters:
ch
- the character
-
-