jdbreport.design.model.xml
Class TemplCellHandler6

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

public class TemplCellHandler6
extends CellParser6

Version:
1.4 26.08.2010
Author:
Andrey Kholmanskih

Field Summary
protected static String[] AGR_FUNC_NAME
           
protected  CellObject cellObject
           
protected static String EXTPROP
           
protected  boolean inExtProp
           
 
Fields inherited from class jdbreport.model.io.xml.DefaultReportParser
CELL, ROW, SHEET, STYLE, STYLES
 
Constructor Summary
TemplCellHandler6(DefaultReaderHandler reportHandler)
           
TemplCellHandler6(DefaultReaderHandler reportHandler, Cell cell)
           
 
Method Summary
 void endElement(String name, StringBuffer value)
           
 boolean startElement(String name, Attributes attributes)
           
 
Methods inherited from class jdbreport.model.io.xml.CellParser6
getCell, setCell
 
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

EXTPROP

protected static final String EXTPROP
See Also:
Constant Field Values

inExtProp

protected boolean inExtProp

cellObject

protected CellObject cellObject

AGR_FUNC_NAME

protected static final String[] AGR_FUNC_NAME
Constructor Detail

TemplCellHandler6

public TemplCellHandler6(DefaultReaderHandler reportHandler)

TemplCellHandler6

public TemplCellHandler6(DefaultReaderHandler reportHandler,
                         Cell cell)
Method Detail

startElement

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

endElement

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