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

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

public class Properties
extends Object
implements State

Author:
redlab_b

Constructor Summary
Properties(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

Properties

public Properties(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.