public class CssStateController extends Object
Constructor and Description |
---|
CssStateController(CssFile file) |
Modifier and Type | Method and Description |
---|---|
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() |
public CssStateController(CssFile file)
file
- the CssFile
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 processed
public void stateCommentEnd()
public void stateCommentInside()
public void stateCommentStart()
public void stateProperties()
public void stateUnknown()
public void stateRule()
public void storeSelector()
public void storeProperties()
Copyright © 2016. All rights reserved.