com.itextpdf.tool.xml.css
Class CssFileProcessor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CssFileProcessor
public CssFileProcessor()
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 © 2012. All Rights Reserved.