public final class GpxParserRte extends AbstractGpxParserRte
| Constructor and Description |
|---|
GpxParserRte(XMLReader reader,
GpxParser parent)
Create a new specific parser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String uri,
String localName,
String qName)
Fires whenever an XML end markup is encountered.
|
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes)
Fires whenever an XML start markup is encountered.
|
initialise, isPoint, setParent, setRteListcharacters, 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 GpxParserRte(XMLReader reader, GpxParser parent)
reader - The XMLReader used in the default classparent - The parser used in the default classpublic void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class AbstractGpxParserRteuri - 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)SAXException - Any SAX exception, possibly wrapping another
exceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class AbstractGpxParserRteuri - URI of the local elementlocalName - Name of the local element (without prefix)qName - qName of the local element (with prefix)SAXException - Any SAX exception, possibly wrapping another
exceptionCopyright © 2019 CNRS. All rights reserved.