jdbreport.model.io.xml.odf
Class OdsParser

java.lang.Object
  extended by and.util.xml.AbstractXMLParser
      extended by jdbreport.model.io.xml.DefaultReportParser
          extended by jdbreport.model.io.xml.odf.OdsParser
All Implemented Interfaces:
and.util.xml.XMLParser

public class OdsParser
extends DefaultReportParser

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
OdsParser(DefaultReaderHandler reportHandler)
           
 
Method Summary
 void endElement(String name, StringBuffer value)
           
 String getBasePath()
           
 Map<Object,jdbreport.model.io.xml.odf.ColumnStyle> getColumnStyles()
           
 Map<Object,jdbreport.model.io.xml.odf.MasterPageStyle> getMasterPageStyles()
           
 jdbreport.model.io.xml.odf.OdsContentHandler getOdsContentHandler()
           
 Map<Object,jdbreport.model.io.xml.odf.PageStyle> getPageStyles()
           
 Map<Object,jdbreport.model.io.xml.odf.RowStyle> getRowStyles()
           
 Map<Object,jdbreport.model.io.xml.odf.TableStyle> getTableStyles()
           
 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
 

Constructor Detail

OdsParser

public OdsParser(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

endElement

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

getOdsContentHandler

public jdbreport.model.io.xml.odf.OdsContentHandler getOdsContentHandler()

getColumnStyles

public Map<Object,jdbreport.model.io.xml.odf.ColumnStyle> getColumnStyles()

getRowStyles

public Map<Object,jdbreport.model.io.xml.odf.RowStyle> getRowStyles()

getPageStyles

public Map<Object,jdbreport.model.io.xml.odf.PageStyle> getPageStyles()

getMasterPageStyles

public Map<Object,jdbreport.model.io.xml.odf.MasterPageStyle> getMasterPageStyles()

getTableStyles

public Map<Object,jdbreport.model.io.xml.odf.TableStyle> getTableStyles()

getBasePath

public String getBasePath()