Package com.itextpdf.tool.xml.css.parser
Interface State
- All Known Implementing Classes:
CommentEnd
,CommentInside
,CommentStart
,Properties
,Rule
,Unknown
public interface State
-
Method Summary
-
Method Details
-
process
void process(char c) Processes a character.- Parameters:
c
- the character to process
-