jdbreport.model.clipboard
Class ClipStyleParser

java.lang.Object
  extended by and.util.xml.AbstractXMLParser
      extended by jdbreport.model.io.xml.DefaultReportParser
          extended by jdbreport.model.io.xml.StyleReportParser
              extended by jdbreport.model.clipboard.ClipStyleParser
All Implemented Interfaces:
and.util.xml.XMLParser

public class ClipStyleParser
extends StyleReportParser

Version:
1.1 03/09/08
Author:
Andrey Kholmanskih

Field Summary
 
Fields inherited from class jdbreport.model.io.xml.DefaultReportParser
CELL, ROW, SHEET, STYLE, STYLES
 
Constructor Summary
ClipStyleParser(DefaultReaderHandler reportHandler)
           
 
Method Summary
protected  Object appendStyle(CellStyle style)
           
 
Methods inherited from class jdbreport.model.io.xml.StyleReportParser
endElement, save, startElement
 
Methods inherited from class jdbreport.model.io.xml.DefaultReportParser
getCurrentModel, getDefaultReportHandler, getReportBook, getReportModel, setCurrentModel
 
Methods inherited from class and.util.xml.AbstractXMLParser
characters, getHandler, popHandler, pushHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClipStyleParser

public ClipStyleParser(DefaultReaderHandler reportHandler)
Method Detail

appendStyle

protected Object appendStyle(CellStyle style)
Overrides:
appendStyle in class StyleReportParser