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) classIParserStateimplementation for the At-rule state.(package private) classIParserStateimplementation for the block state.(package private) classIParserStateimplementation for the end comment state.(package private) classIParserStateimplementation for the inner comment state.(package private) classIParserStateimplementation for the start comment state.(package private) classIParserStateimplementation for the conditional group At-rule state.(package private) classIParserStateimplementation for the rule state.(package private) classIParserStateimplementation for the unknown state.Fields in com.itextpdf.styledxmlparser.css.parse.syntax declared as IParserStateModifier and TypeFieldDescriptionprivate final IParserStateCssParserStateController.atRuleBlockStateThe At-rule block state.private final IParserStateCssParserStateController.commendEndStateThe commend end state.private final IParserStateCssParserStateController.commendInnerStateThe commend inner state.private final IParserStateCssParserStateController.commentStartStateThe comment start state.private final IParserStateCssParserStateController.conditionalGroupAtRuleBlockStateThe conditional group at rule block state.private IParserStateCssParserStateController.currentStateThe current state.private IParserStateCssParserStateController.previousActiveStateThe previous active state (excluding comments).private final IParserStateCssParserStateController.propertiesStateThe properties state.private final IParserStateCssParserStateController.ruleStateThe rule state.private final IParserStateCssParserStateController.unknownStateThe unknown state.Methods in com.itextpdf.styledxmlparser.css.parse.syntax with parameters of type IParserStateModifier and TypeMethodDescriptionprivate voidCssParserStateController.setState(IParserState state) Sets the current state.