Uses of Class
org.openstreetmap.josm.tools.XmlParsingException
-
Packages that use XmlParsingException 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. -
-
Uses of XmlParsingException in org.openstreetmap.josm.gui.oauth
Methods in org.openstreetmap.josm.gui.oauth that throw XmlParsingException Modifier and Type Method Description protected UserInfo
TestAccessTokenTask. getUserDetails()
-
Uses of XmlParsingException in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io that throw XmlParsingException Modifier and Type Method Description static UserInfo
OsmServerUserInfoReader. buildFromXML(Document document)
Parses the given XML data and returns the associated user info.static Map<String,String>
OsmServerUserPreferencesReader. buildFromXML(Document document)
Parses the given XML data and returns the associated user preferences.protected User
OsmChangesetParser.Parser. createUser(Attributes atts)
void
DiffResultProcessor. parse(String diffUploadResponse, ProgressMonitor progressMonitor)
Parse the response from a diff upload to the OSM API.ChangesetDataSet
OsmChangesetContentParser. parse()
Parses the content from the input sourceChangesetDataSet
OsmChangesetContentParser. parse(ProgressMonitor progressMonitor)
Parses the content.ChangesetDataSet
OsmChangesetContentParser. parse(ProgressMonitor progressMonitor, boolean useAnonymousUser)
Parses the content.R
OsmServerReader.DomParser. parse(Document doc)
Parses a given DOM document.protected void
OsmChangesetParser.Parser. parseChangesetAttributes(Attributes atts)
private void
OsmChangesetParser.Parser. parseCommentAttributes(Attributes atts)
private int
OsmChangesetParser.Parser. parseNumericAttribute(String value, int minAllowed)
protected void
DiffResultProcessor.Parser. throwException(String msg)
protected void
OsmChangesetContentParser.Parser. throwException(String message)
protected void
OsmChangesetContentParser.Parser. throwException(String message, Exception e)
protected void
OsmChangesetParser.Parser. throwException(String msg)
-
Uses of XmlParsingException in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools that return XmlParsingException Modifier and Type Method Description XmlParsingException
XmlParsingException. rememberLocation(Locator locator)
Sets the location (line/column) where the exception occurred.Methods in org.openstreetmap.josm.tools that throw XmlParsingException Modifier and Type Method Description protected void
XmlObjectParser.Parser. throwException(Exception e)
-