jdbreport.model.io.xml
Class ReportPageParser
java.lang.Object
and.util.xml.AbstractXMLParser
jdbreport.model.io.xml.DefaultReportParser
jdbreport.model.io.xml.ReportPageParser
- All Implemented Interfaces:
- and.util.xml.XMLParser
public class ReportPageParser
- extends DefaultReportParser
- Version:
- 1.1 03/09/08
- Author:
- Andrey Kholmanskih
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 |
ReportPageParser
public ReportPageParser(DefaultReaderHandler reportHandler,
ReportPage reportPage)
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)
throws SAXException
- Specified by:
endElement
in interface and.util.xml.XMLParser
- Overrides:
endElement
in class DefaultReportParser
- Throws:
SAXException
save
public static void save(PrintWriter writer,
ReportPage reportPage)