Class CommentInnerState
java.lang.Object
com.itextpdf.styledxmlparser.css.parse.syntax.CommentInnerState
- All Implemented Interfaces:
IParserState
IParserState implementation for the inner comment state.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CssParserStateControllerThe state machine that parses the CSS. -
Constructor Summary
ConstructorsConstructorDescriptionCommentInnerState(CssParserStateController controller) Creates a newCommentInnerStateinstance. -
Method Summary
-
Field Details
-
controller
The state machine that parses the CSS.
-
-
Constructor Details
-
CommentInnerState
CommentInnerState(CssParserStateController controller) Creates a newCommentInnerStateinstance.- Parameters:
controller- the state machine that parses the CSS
-
-
Method Details
-
process
public void process(char ch) Description copied from interface:IParserStateProcess a character.- Specified by:
processin interfaceIParserState- Parameters:
ch- the character
-