public class DarwinCoreReader extends org.xml.sax.helpers.DefaultHandler
| Constructor and Description |
|---|
DarwinCoreReader(org.gcube.data.spd.plugin.fwk.writers.rswrapper.ResultWrapper<org.gcube.data.spd.model.products.OccurrencePoint> wrapper,
StreamProgress progress,
XMLParserConfiguration config,
org.apache.commons.io.input.CountingInputStream cis) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endDocument() |
void |
endElement(String uri,
String localName,
String qName) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic DarwinCoreReader(org.gcube.data.spd.plugin.fwk.writers.rswrapper.ResultWrapper<org.gcube.data.spd.model.products.OccurrencePoint> wrapper,
StreamProgress progress,
XMLParserConfiguration config,
org.apache.commons.io.input.CountingInputStream cis)
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endDocument()
throws SAXException
endDocument in interface ContentHandlerendDocument in class org.xml.sax.helpers.DefaultHandlerSAXExceptionCopyright © 2016. All Rights Reserved.