jdbreport.grid.undo
Class GridHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by and.util.xml.XMLReaderHandler
          extended by jdbreport.model.io.xml.DefaultReaderHandler
              extended by jdbreport.grid.undo.GridHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class GridHandler
extends DefaultReaderHandler

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

Field Summary
 
Fields inherited from class and.util.xml.XMLReaderHandler
handler, isParse, rootName, version
 
Constructor Summary
GridHandler(ReportModel model, XMLReader reader)
           
 
Method Summary
protected  and.util.xml.XMLParser getDefaultHandler()
           
 ReportModel getReportModel()
           
 void startElement(String uri, String localName, String qName, Attributes attributes)
           
 
Methods inherited from class jdbreport.model.io.xml.DefaultReaderHandler
getCurrentModel, getReportBook, setCurrentModel
 
Methods inherited from class and.util.xml.XMLReaderHandler
characters, endElement, getReader, getVersion, popHandler, pushHandler, setReader
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridHandler

public GridHandler(ReportModel model,
                   XMLReader reader)
Method Detail

startElement

public void startElement(String uri,
                         String localName,
                         String qName,
                         Attributes attributes)
                  throws SAXException
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class and.util.xml.XMLReaderHandler
Throws:
SAXException

getDefaultHandler

protected and.util.xml.XMLParser getDefaultHandler()

getReportModel

public ReportModel getReportModel()
Overrides:
getReportModel in class DefaultReaderHandler