com.itextpdf.tool.xml.css
Class CssFileProcessor

java.lang.Object
  extended by com.itextpdf.tool.xml.css.CssFileProcessor
All Implemented Interfaces:
ReadingProcessor

public class CssFileProcessor
extends Object
implements ReadingProcessor

A ReadingProcessor that creates a CssFile from the given bytes.

Author:
redlab_b

Constructor Summary
CssFileProcessor()
           
 
Method Summary
 CssFile getCss()
           
 void process(int i)
          Process the given character.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CssFileProcessor

public CssFileProcessor()
Method Detail

process

public void process(int i)
Description copied from interface: ReadingProcessor
Process the given character.

Specified by:
process in interface ReadingProcessor
Parameters:
i - the character integer value that must be processed

getCss

public CssFile getCss()
Returns:
the css


Copyright © 2015. All Rights Reserved.