public class GpxParser extends AbstractGpxParserDefault
STRINGSTACK_SIZE| Constructor and Description |
|---|
GpxParser()
Create a new GPX parser and specify what kind of data must be parsed in
the GPX file
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Initialisation of all the indicators used to read the document.
|
void |
endElement(String uri,
String localName,
String qName)
Fires whenever an XML end markup is encountered.
|
String |
getCopyright()
Gives copyright and license information governing use of the file.
|
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes)
Fires whenever an XML start markup is encountered.
|
getCreator, getDesc, getFullAuthor, getFullLink, getKeywords, getMaxLat, getMaxLon, getMinLat, getMinLon, getName, getRteParser, getTime, getTrkParser, getVersion, getWptParser, read, setAuthorLink, setAuthorLinkText, setAuthorName, setEmail, setLink, setLinkText, setName, setRteParser, setTrkParser, setWptParsercharacters, getContentBuffer, getCurrentElement, getCurrentLine, getCurrentPoint, getCurrentSegment, getElementNames, getGeometryFactory, getReader, getRtePreparedStmt, getRteptPreparedStmt, getTrkPointsPreparedStmt, getTrkPreparedStmt, getTrkSegmentsPreparedStmt, getWptPreparedStmt, isSpecificElement, setContentBuffer, setCurrentElement, setCurrentLine, setCurrentPoint, setCurrentSegment, setElementNames, setReader, setRtePreparedStmt, setRteptPreparedStmt, setSpecificElement, setTrkPointsPreparedStmt, setTrkPreparedStmt, setTrkSegmentsPreparedStmt, setWptPreparedStmtendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic GpxParser()
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class AbstractGpxParserDefaulturi - URI of the local elementlocalName - Name of the local element (without prefix)qName - qName of the local element (with prefix)attributes - Attributes of the local element (contained in the
markup)SAXExceptionpublic void endElement(String uri, String localName, String qName)
endElement in interface ContentHandlerendElement in class AbstractGpxParserDefaulturi - URI of the local elementlocalName - Name of the local element (without prefix)qName - qName of the local element (with prefix)public void clear()
clear in class AbstractGpxParserDefaultpublic String getCopyright()
Copyright © 2019 CNRS. All rights reserved.