public class GoogleGeocodingHandler extends DefaultHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
LAT |
static String |
LNG |
protected static String |
LOCATION
The Constant LOCATION.
|
| Constructor and Description |
|---|
GoogleGeocodingHandler(Map<String,String> data) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] buf,
int offset,
int len)
Characters.
|
static void |
main(String[] args)
The main method.
|
void |
startElement(String namespaceURI,
String simpleName,
String qualifiedName,
Attributes attributes)
Start element.
|
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected static final String LOCATION
public static final String LAT
public static final String LNG
public static void main(String[] args)
args - the argumentspublic void characters(char[] buf,
int offset,
int len)
throws SAXException
characters in interface ContentHandlercharacters in class DefaultHandlerbuf - the bufoffset - the offsetlen - the lenSAXException - the sAX exception public void startElement(String namespaceURI, String simpleName, String qualifiedName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlernamespaceURI - the namespace urisimpleName - the simple namequalifiedName - the qualified nameattributes - the attributesSAXException - the sAX exception Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.