Uses of Interface
com.itextpdf.styledxmlparser.css.parse.syntax.IParserState
-
Packages that use IParserState Package Description com.itextpdf.styledxmlparser.css.parse.syntax -
-
Uses of IParserState in com.itextpdf.styledxmlparser.css.parse.syntax
Classes in com.itextpdf.styledxmlparser.css.parse.syntax that implement IParserState Modifier and Type Class Description (package private) class
AtRuleBlockState
IParserState
implementation for the At-rule state.(package private) class
BlockState
IParserState
implementation for the block state.(package private) class
CommentEndState
IParserState
implementation for the end comment state.(package private) class
CommentInnerState
IParserState
implementation for the inner comment state.(package private) class
CommentStartState
IParserState
implementation for the start comment state.(package private) class
ConditionalGroupAtRuleBlockState
IParserState
implementation for the conditional group At-rule state.(package private) class
RuleState
IParserState
implementation for the rule state.(package private) class
UnknownState
IParserState
implementation for the unknown state.Fields in com.itextpdf.styledxmlparser.css.parse.syntax declared as IParserState Modifier and Type Field Description private IParserState
CssParserStateController. atRuleBlockState
The At-rule block state.private IParserState
CssParserStateController. commendEndState
The commend end state.private IParserState
CssParserStateController. commendInnerState
The commend inner state.private IParserState
CssParserStateController. commentStartState
The comment start state.private 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 IParserState
CssParserStateController. propertiesState
The properties state.private IParserState
CssParserStateController. ruleState
The rule state.private IParserState
CssParserStateController. unknownState
The unknown state.Methods in com.itextpdf.styledxmlparser.css.parse.syntax with parameters of type IParserState Modifier and Type Method Description private void
CssParserStateController. setState(IParserState state)
Sets the current state.
-