Changeset 11453 in josm for trunk/src/org/openstreetmap/josm/io/Capabilities.java
- Timestamp:
- 2017-01-12T01:38:04+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/Capabilities.java
r10632 r11453 242 242 243 243 @Override 244 public void startDocument() throws SAXException{244 public void startDocument() { 245 245 capabilities = new Capabilities(); 246 246 } 247 247 248 248 @Override 249 public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException{249 public void startElement(String namespaceURI, String localName, String qName, Attributes atts) { 250 250 for (int i = 0; i < atts.getLength(); i++) { 251 251 capabilities.put(qName, atts.getQName(i), atts.getValue(i));
Note:
See TracChangeset
for help on using the changeset viewer.
