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) classAtRuleBlockStateIParserStateimplementation for the At-rule state.(package private) classBlockStateIParserStateimplementation for the block state.(package private) classCommentEndStateIParserStateimplementation for the end comment state.(package private) classCommentInnerStateIParserStateimplementation for the inner comment state.(package private) classCommentStartStateIParserStateimplementation for the start comment state.(package private) classConditionalGroupAtRuleBlockStateIParserStateimplementation for the conditional group At-rule state.(package private) classRuleStateIParserStateimplementation for the rule state.(package private) classUnknownStateIParserStateimplementation for the unknown state.Fields in com.itextpdf.styledxmlparser.css.parse.syntax declared as IParserState Modifier and Type Field Description private IParserStateCssParserStateController. atRuleBlockStateThe At-rule block state.private IParserStateCssParserStateController. commendEndStateThe commend end state.private IParserStateCssParserStateController. commendInnerStateThe commend inner state.private IParserStateCssParserStateController. commentStartStateThe comment start state.private IParserStateCssParserStateController. conditionalGroupAtRuleBlockStateThe conditional group at rule block state.private IParserStateCssParserStateController. currentStateThe current state.private IParserStateCssParserStateController. previousActiveStateThe previous active state (excluding comments).private IParserStateCssParserStateController. propertiesStateThe properties state.private IParserStateCssParserStateController. ruleStateThe rule state.private IParserStateCssParserStateController. unknownStateThe unknown state.Methods in com.itextpdf.styledxmlparser.css.parse.syntax with parameters of type IParserState Modifier and Type Method Description private voidCssParserStateController. setState(IParserState state)Sets the current state.
-