Uses of Interface
com.itextpdf.styledxmlparser.css.parse.syntax.IParserState
Packages that use IParserState
-
Uses of IParserState in com.itextpdf.styledxmlparser.css.parse.syntax
Classes in com.itextpdf.styledxmlparser.css.parse.syntax that implement IParserStateModifier and TypeClassDescription(package private) class
IParserState
implementation for the At-rule state.(package private) class
IParserState
implementation for the block state.(package private) class
IParserState
implementation for the end comment state.(package private) class
IParserState
implementation for the inner comment state.(package private) class
IParserState
implementation for the start comment state.(package private) class
IParserState
implementation for the conditional group At-rule state.(package private) class
IParserState
implementation for the rule state.(package private) class
IParserState
implementation for the unknown state.Fields in com.itextpdf.styledxmlparser.css.parse.syntax declared as IParserStateModifier and TypeFieldDescriptionprivate final IParserState
CssParserStateController.atRuleBlockState
The At-rule block state.private final IParserState
CssParserStateController.commendEndState
The commend end state.private final IParserState
CssParserStateController.commendInnerState
The commend inner state.private final IParserState
CssParserStateController.commentStartState
The comment start state.private final IParserState
CssParserStateController.conditionalGroupAtRuleBlockState
The conditional group at rule block state.private IParserState
CssParserStateController.currentState
The current state.private IParserState
CssParserStateController.previousActiveState
The previous active state (excluding comments).private final IParserState
CssParserStateController.propertiesState
The properties state.private final IParserState
CssParserStateController.ruleState
The rule state.private final IParserState
CssParserStateController.unknownState
The unknown state.Methods in com.itextpdf.styledxmlparser.css.parse.syntax with parameters of type IParserStateModifier and TypeMethodDescriptionprivate void
CssParserStateController.setState
(IParserState state) Sets the current state.