com.itextpdf.tool.xml.css.parser.state
Class Rule

java.lang.Object
  extended by com.itextpdf.tool.xml.css.parser.state.Rule
All Implemented Interfaces:
State

public class Rule
extends Object
implements State

Author:
redlab_b

Constructor Summary
Rule(CssStateController cssStateController)
           
 
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
 

Constructor Detail

Rule

public Rule(CssStateController cssStateController)
Parameters:
cssStateController - the controller
Method Detail

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 © 2012. All Rights Reserved.