|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.h2gis.drivers.gpx.model.AbstractGpxParser
org.h2gis.drivers.gpx.model.AbstractGpxParserWpt
public class AbstractGpxParserWpt
Abstract class of the parsers dedicated to waypoints. A specific parser for version 1.0 and version 1.1 will extend this class.
| Constructor Summary | |
|---|---|
AbstractGpxParserWpt()
|
|
| Method Summary | |
|---|---|
void |
endElement(String uri,
String localName,
String qName)
Fires whenever an XML end markup is encountered. |
void |
initialise(XMLReader reader,
AbstractGpxParserDefault parent)
Create a new specific parser. |
void |
setParent(AbstractGpxParserDefault parent)
Set the parent of this specific parser. |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes)
Fires whenever an XML start markup is encountered. |
| 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 |
| Constructor Detail |
|---|
public AbstractGpxParserWpt()
| Method Detail |
|---|
public void initialise(XMLReader reader,
AbstractGpxParserDefault parent)
reader - The XMLReader used in the default classparent - The parser used in the default class
public void startElement(String uri,
String localName,
String qName,
Attributes attributes)
throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandleruri - 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
exception
public void endElement(String uri,
String localName,
String qName)
throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandleruri - 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
exceptionpublic void setParent(AbstractGpxParserDefault parent)
parent -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||