Package | Description |
---|---|
org.openstreetmap.josm.gui.oauth | |
org.openstreetmap.josm.io | |
org.openstreetmap.josm.tools |
Modifier and Type | Method and Description |
---|---|
protected UserInfo |
TestAccessTokenTask.getUserDetails() |
Modifier and Type | Method and Description |
---|---|
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
|
ChangesetDataSet |
OsmChangesetContentParser.parse(ProgressMonitor progressMonitor)
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(Changeset cs,
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.Exception e) |
protected void |
OsmChangesetContentParser.Parser.throwException(java.lang.String message) |
protected void |
DiffResultProcessor.Parser.throwException(java.lang.String msg) |
protected void |
OsmChangesetParser.Parser.throwException(java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
XmlParsingException |
XmlParsingException.rememberLocation(org.xml.sax.Locator locator)
Sets the location (line/column) where the exception occured.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XmlObjectParser.Parser.throwException(java.lang.Exception e) |