uk.me.parabola.mkgmap.reader.osm.xml
Class Osm5XmlHandler

java.lang.Object
  extended by uk.me.parabola.mkgmap.reader.osm.OsmHandler
      extended by uk.me.parabola.mkgmap.reader.osm.xml.Osm5XmlHandler

public class Osm5XmlHandler
extends OsmHandler

Reads and parses the OSM XML format. Creates the nodes/ways and relations that are read from the file and passes them to the OsmCollector. It should not examine tags, or do anything else.

Author:
Steve Ratcliffe

Nested Class Summary
 class Osm5XmlHandler.SaxHandler
          The XML handler callbacks.
 
Field Summary
 
Fields inherited from class uk.me.parabola.mkgmap.reader.osm.OsmHandler
hooks, saver
 
Constructor Summary
Osm5XmlHandler(EnhancedProperties props)
           
 
Method Summary
 
Methods inherited from class uk.me.parabola.mkgmap.reader.osm.OsmHandler
idVal, keepTag, setBBox, setElementSaver, setHooks, setTagsToDelete, setUsedTags
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Osm5XmlHandler

public Osm5XmlHandler(EnhancedProperties props)