jdbreport.model.clipboard
Class FragmentHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
and.util.xml.XMLReaderHandler
jdbreport.model.io.xml.DefaultReaderHandler
jdbreport.model.clipboard.FragmentHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class FragmentHandler
- extends DefaultReaderHandler
- Version:
- 1.1 03/09/08
- Author:
- Andrey Kholmanskih
Fields inherited from class and.util.xml.XMLReaderHandler |
handler, isParse, rootName, version |
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 |
FRAGMENT
public static final String FRAGMENT
- See Also:
- Constant Field Values
ROOT_TAG
public static final String ROOT_TAG
- See Also:
- Constant Field Values
startRow
protected int startRow
startCol
protected int startCol
FragmentHandler
public FragmentHandler(ReportModel model,
XMLReader reader,
int startRow,
int startCol)
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
getClipboardHandler
protected and.util.xml.XMLParser getClipboardHandler()
getReportModel
public ReportModel getReportModel()
- Overrides:
getReportModel
in class DefaultReaderHandler