public class CssStateController
extends java.lang.Object
Constructor | Description |
---|---|
CssStateController(CssFile file) |
Modifier and Type | Method | 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 CssFilepublic 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()
Copyright © 1998–2018. All rights reserved.