Package org.openstreetmap.osmosis.xml.common


package org.openstreetmap.osmosis.xml.common
  • Class
    Description
    Provides common functionality shared by element processor implementations.
    An OSM data sink for storing all data to an xml file.
    A utility class for layering compression streams on top of underlying byte streams based upon a specified compression algorithm.
    Defines the various compression methods supported by xml tasks.
    A utility class for deriving the appropriate compression method based on the file extension.
    Provides a no-op implementation of an element processor.
    An element processor provides a handler for processing a specific xml element within a document.
    Provides common functionality for all classes writing elements to xml.
    SAX parser factory that additionally verifies that the underlying parser is providing correct unicode support for characters requiring more than 1 UTF-16 character.
    Extends the basic task manager factory functionality with xml task specific common methods.
    A timestamp format implementation for dates read and stored from osm xml files.