jdbreport.grid.undo
Class GridParser
java.lang.Object
and.util.xml.AbstractXMLParser
jdbreport.model.io.xml.DefaultReportParser
jdbreport.model.io.xml.ReportBookWriterParser
jdbreport.grid.undo.GridParser
- All Implemented Interfaces:
- and.util.xml.XMLParser
public class GridParser
- extends ReportBookWriterParser
- Version:
- 2.0 20.04.2010
- Author:
- Andrey Kholmanskih
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 |
GridParser
public GridParser()
GridParser
public GridParser(GridHandler reportHandler)
startElement
public boolean startElement(String name,
Attributes attributes)
- Specified by:
startElement
in interface and.util.xml.XMLParser
- Overrides:
startElement
in class DefaultReportParser
createSheetHandler
protected and.util.xml.XMLParser createSheetHandler()
save
public void save(OutputStream out,
JReportModel model)
throws SaveReportException
- Throws:
SaveReportException
getRootName
protected String getRootName()
save
public void save(Writer writer,
ReportModel model)
throws SaveReportException
- Throws:
SaveReportException
getSheetName
protected String getSheetName()
- Specified by:
getSheetName
in class ReportBookWriterParser
createCellHandler
protected CellParser createCellHandler()
- Specified by:
createCellHandler
in class ReportBookWriterParser
save
public void save(File file,
JReportModel model)
throws SaveReportException
- Throws:
SaveReportException