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 UserInfoTestAccessTokenTask. getUserDetails() -
Uses of XmlParsingException in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io that throw XmlParsingException Modifier and Type Method Description static UserInfoOsmServerUserInfoReader. buildFromXML(org.w3c.dom.Document document)Parses the given XML data and returns the associated user info.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.(package private) UserOsmChangesetParser.Parser. createUser(org.xml.sax.Attributes atts)voidDiffResultProcessor. parse(java.lang.String diffUploadResponse, ProgressMonitor progressMonitor)Parse the response from a diff upload to the OSM API.ChangesetDataSetOsmChangesetContentParser. parse()Parses the content from the input sourceChangesetDataSetOsmChangesetContentParser. parse(ProgressMonitor progressMonitor)Parses the content.ChangesetDataSetOsmChangesetContentParser. parse(ProgressMonitor progressMonitor, boolean useAnonymousUser)Parses the content.ROsmServerReader.DomParser. parse(org.w3c.dom.Document doc)Parses a given DOM document.(package private) voidOsmChangesetParser.Parser. parseChangesetAttributes(org.xml.sax.Attributes atts)private voidOsmChangesetParser.Parser. parseCommentAttributes(org.xml.sax.Attributes atts)private intOsmChangesetParser.Parser. parseNumericAttribute(java.lang.String value, int minAllowed)(package private) voidDiffResultProcessor.Parser. throwException(java.lang.String msg)protected voidOsmChangesetContentParser.Parser. throwException(java.lang.String message)protected voidOsmChangesetContentParser.Parser. throwException(java.lang.String message, java.lang.Exception e)(package private) voidOsmChangesetParser.Parser. throwException(java.lang.String msg) -
Uses of XmlParsingException in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools that return XmlParsingException Modifier and Type Method Description XmlParsingExceptionXmlParsingException. rememberLocation(org.xml.sax.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 (package private) voidXmlObjectParser.Parser. throwException(java.lang.Exception e)
-