|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
com.eurotech.framework.emulator.position.GpsXmlHandler
public class GpsXmlHandler
| Constructor Summary | |
|---|---|
GpsXmlHandler()
|
|
| Method Summary | |
|---|---|
void |
characters(char[] buf,
int offset,
int length)
|
void |
endElement(String uri,
String localName,
String elementName)
|
GpsPoint[] |
getGpsPoints()
|
void |
startElement(String uri,
String localName,
String elementName,
Attributes attributes)
|
| 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 GpsXmlHandler()
| Method Detail |
|---|
public void startElement(String uri,
String localName,
String elementName,
Attributes attributes)
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandler
public void endElement(String uri,
String localName,
String elementName)
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandler
public void characters(char[] buf,
int offset,
int length)
characters in interface ContentHandlercharacters in class org.xml.sax.helpers.DefaultHandlerpublic GpsPoint[] getGpsPoints()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||