org.openstreetmap.josm.io
Class OsmServerLocationReader.Parser<T>

java.lang.Object
  extended by org.openstreetmap.josm.io.OsmServerLocationReader.Parser<T>
Enclosing class:
OsmServerLocationReader

protected abstract class OsmServerLocationReader.Parser<T>
extends java.lang.Object


Field Summary
 java.io.InputStream in
           
 
Constructor Summary
protected OsmServerLocationReader.Parser()
           
 
Method Summary
abstract  T parse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

public java.io.InputStream in
Constructor Detail

OsmServerLocationReader.Parser

protected OsmServerLocationReader.Parser()
Method Detail

parse

public abstract T parse()
                 throws OsmTransferException,
                        IllegalDataException,
                        java.io.IOException,
                        org.xml.sax.SAXException
Throws:
OsmTransferException
IllegalDataException
java.io.IOException
org.xml.sax.SAXException


JOSM