Package | Description |
---|---|
org.openstreetmap.josm.gui.oauth |
Provides GUI classes for handling OAuth authentication to OSM API.
|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Method and Description |
---|---|
protected UserInfo |
TestAccessTokenTask.getUserDetails() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.String> |
OsmServerUserPreferencesReader.buildFromXML(org.w3c.dom.Document document)
Parses the given XML data and returns the associated user preferences.
|
static UserInfo |
OsmServerUserInfoReader.buildFromXML(org.w3c.dom.Document document)
Parses the given XML data and returns the associated user info.
|
protected User |
OsmChangesetParser.Parser.createUser(org.xml.sax.Attributes atts) |
ChangesetDataSet |
OsmChangesetContentParser.parse()
Parses the content from the input source
|
R |
OsmServerReader.DomParser.parse(org.w3c.dom.Document doc)
Parses a given DOM document.
|
ChangesetDataSet |
OsmChangesetContentParser.parse(ProgressMonitor progressMonitor)
Parses the content.
|
ChangesetDataSet |
OsmChangesetContentParser.parse(ProgressMonitor progressMonitor,
boolean useAnonymousUser)
Parses the content.
|
void |
DiffResultProcessor.parse(java.lang.String diffUploadResponse,
ProgressMonitor progressMonitor)
Parse the response from a diff upload to the OSM API.
|
protected void |
OsmChangesetParser.Parser.parseChangesetAttributes(org.xml.sax.Attributes atts) |
private void |
OsmChangesetParser.Parser.parseCommentAttributes(org.xml.sax.Attributes atts) |
private int |
OsmChangesetParser.Parser.parseNumericAttribute(java.lang.String value,
int minAllowed) |
protected void |
OsmChangesetContentParser.Parser.throwException(java.lang.String message) |
protected void |
OsmChangesetParser.Parser.throwException(java.lang.String msg) |
protected void |
DiffResultProcessor.Parser.throwException(java.lang.String msg) |
protected void |
OsmChangesetContentParser.Parser.throwException(java.lang.String message,
java.lang.Exception e) |
Modifier and Type | Method and Description |
---|---|
XmlParsingException |
XmlParsingException.rememberLocation(org.xml.sax.Locator locator)
Sets the location (line/column) where the exception occurred.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XmlObjectParser.Parser.throwException(java.lang.Exception e) |