jdbreport.model.io.xml
Class DBReportParser6

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

public class DBReportParser6
extends DefaultReportParser

Version:
1.4 26.02.2010
Author:
Andrey Kholmanskih

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

Field Detail

ROW

protected static final String ROW
See Also:
Constant Field Values

inRows

protected boolean inRows

currentGroup

protected RowsGroup currentGroup
Constructor Detail

DBReportParser6

public DBReportParser6(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 DefaultReportParser

getGroup

protected Group getGroup(int index)

createCellHandler

protected and.util.xml.XMLParser createCellHandler(Cell cell)

endElement

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