|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.tool.xml.css.parser.CssStateController
public class CssStateController
State controller for CSS Processing
| Constructor Summary | |
|---|---|
CssStateController(CssFile file)
|
|
| Method Summary | |
|---|---|
void |
append(char c)
Appends a character to the buffer. |
void |
previous()
Sets the state to the previous state |
void |
process(char c)
Processes the character, delegates to states. |
void |
stateCommentEnd()
|
void |
stateCommentInside()
|
void |
stateCommentStart()
|
void |
stateProperties()
|
void |
stateRule()
|
void |
stateUnknown()
|
void |
storeProperties()
|
void |
storeSelector()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CssStateController(CssFile file)
file - the CssFile| Method Detail |
|---|
public void append(char c)
c - the char to append to the buffer.public void previous()
public void process(char c)
c - a character that needs to be processedpublic void stateCommentEnd()
public void stateCommentInside()
public void stateCommentStart()
public void stateProperties()
public void stateUnknown()
public void stateRule()
public void storeSelector()
public void storeProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||