jdbreport.design.model.xml
Class TemplateReportParser6

java.lang.Object
  extended by and.util.xml.AbstractXMLParser
      extended by jdbreport.model.io.xml.DefaultReportParser
          extended by jdbreport.model.io.xml.DBReportParser6
              extended by jdbreport.design.model.xml.TemplateReportParser6
All Implemented Interfaces:
and.util.xml.XMLParser

public class TemplateReportParser6
extends DBReportParser6

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

Field Summary
 
Fields inherited from class jdbreport.model.io.xml.DBReportParser6
currentGroup, inRows, ROW
 
Fields inherited from class jdbreport.model.io.xml.DefaultReportParser
CELL, STYLE, STYLES
 
Constructor Summary
TemplateReportParser6(DefaultReaderHandler reportHandler)
           
 
Method Summary
protected  and.util.xml.XMLParser createCellHandler(Cell cell)
           
 void endElement(String name, StringBuffer value)
           
 TemplateModel getTemplateModel()
           
 TemplateBook getTemplateReportBook()
           
 boolean startElement(String name, Attributes attributes)
           
 
Methods inherited from class jdbreport.model.io.xml.DBReportParser6
getGroup
 
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

TemplateReportParser6

public TemplateReportParser6(DefaultReaderHandler reportHandler)
Method Detail

startElement

public boolean startElement(String name,
                            Attributes attributes)
Specified by:
startElement in interface and.util.xml.XMLParser
Overrides:
startElement in class DBReportParser6

endElement

public void endElement(String name,
                       StringBuffer value)
                throws SAXException
Specified by:
endElement in interface and.util.xml.XMLParser
Overrides:
endElement in class DBReportParser6
Throws:
SAXException

getTemplateReportBook

public TemplateBook getTemplateReportBook()

getTemplateModel

public TemplateModel getTemplateModel()

createCellHandler

protected and.util.xml.XMLParser createCellHandler(Cell cell)
Overrides:
createCellHandler in class DBReportParser6