Package com.itextpdf.styledxmlparser.css.parse.syntax
-
Interface Summary Interface Description IParserState Interface for all parser state implementations. -
Class Summary Class Description AtRuleBlockState IParserState
implementation for the At-rule state.BlockState IParserState
implementation for the block state.CommentEndState IParserState
implementation for the end comment state.CommentInnerState IParserState
implementation for the inner comment state.CommentStartState IParserState
implementation for the start comment state.ConditionalGroupAtRuleBlockState IParserState
implementation for the conditional group At-rule state.CssParserStateController State machine that will parse content into a style sheet.NoDuplicatesResourceRetriever Implementation ofDefaultResourceRetriever
which returnsnull
if theURL
fromNoDuplicatesResourceRetriever.getInputStreamByUrl(URL)
has been already processed by the current instance.RuleState IParserState
implementation for the rule state.UnknownState IParserState
implementation for the unknown state.