com.itextpdf.tool.xml.css.parser.state
Class Unknown
java.lang.Object
com.itextpdf.tool.xml.css.parser.state.Unknown
- All Implemented Interfaces:
- State
public class Unknown
- extends Object
- implements State
- Author:
- redlab_b
Method Summary |
void |
process(char c)
Processes a character. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Unknown
public Unknown(CssStateController cssStateController)
- Parameters:
cssStateController
- the controller
process
public void process(char c)
- Description copied from interface:
State
- Processes a character.
- Specified by:
process
in interface State
- Parameters:
c
- the character to process
Copyright © 2015. All Rights Reserved.