Package org.openstreetmap.osmosis.core.xml.v0_6.impl

Interface Summary
RelationMemberListener Provides the definition of a class receiving relation members.
TagListener Provides the definition of a class receiving tags.
WayNodeListener Provides the definition of a class receiving way nodes.
XmlConstants Defines some common constants shared between various xml processing classes.
 

Class Summary
BoundElementProcessor Provides an element processor implementation for a node.
BoundWriter  
ChangeSourceElementProcessor Provides an element processor implementation for an osm change element.
EntityElementProcessor Provides common element processor functionality for all entity processors.
FastXmlParser Reads the contents of an osm file using a Stax parser.
MemberTypeParser Parses the xml representation of a relation member type into an entity type object.
MemberTypeRenderer Renders a member type object into its xml representation.
NodeElementProcessor Provides an element processor implementation for a node.
NodeWriter Renders a node as xml.
OsmChangeHandler This class is a SAX default handler for processing OSM Change XML files.
OsmChangeWriter Renders OSM changes as xml.
OsmElementProcessor Provides an element processor implementation for an osm element.
OsmHandler This class is a SAX default handler for processing OSM XML files.
OsmWriter Renders OSM data types as xml.
RelationElementProcessor Provides an element processor implementation for a relation.
RelationMemberElementProcessor Provides an element processor implementation for a relation member.
RelationMemberWriter Renders a relation member as xml.
RelationWriter Renders a relation as xml.
SourceElementProcessor Provides common behaviour across all source element processors.
TagElementProcessor Provides an element processor implementation for a tag.
TagWriter Renders a tag as xml.
WayElementProcessor Provides an element processor implementation for a way.
WayNodeElementProcessor Provides an element processor implementation for a way node.
WayNodeWriter Renders a way node as xml.
WayWriter Renders a way as xml.