org.openstreetmap.osmosis.core.xml.v0_6.impl
Interface XmlConstants


public interface XmlConstants

Defines some common constants shared between various xml processing classes.

Author:
Brett Henderson

Field Summary
static java.lang.String DEFAULT_URL
          The default URL for the production API.
static java.lang.String OSM_VERSION
          Defines the version number to be stored in osm xml files.
 

Field Detail

OSM_VERSION

static final java.lang.String OSM_VERSION
Defines the version number to be stored in osm xml files. This number will also be applied to osmChange files.

See Also:
Constant Field Values

DEFAULT_URL

static final java.lang.String DEFAULT_URL
The default URL for the production API.

See Also:
Constant Field Values