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

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

public class CommentEnd
extends Object
implements State

Author:
redlab_b

Constructor Summary
CommentEnd(CssStateController controller)
           
 
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

CommentEnd

public CommentEnd(CssStateController controller)
Parameters:
controller - 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 © 2015. All Rights Reserved.