Class WayNodeElementProcessor
java.lang.Object
org.openstreetmap.osmosis.xml.common.BaseElementProcessor
org.openstreetmap.osmosis.xml.v0_6.impl.WayNodeElementProcessor
- All Implemented Interfaces:
ElementProcessor
Provides an element processor implementation for a way node.
-
Constructor Summary
ConstructorsConstructorDescriptionWayNodeElementProcessor(BaseElementProcessor parentProcessor, WayNodeListener wayNodeListener) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionvoidbegin(Attributes attributes) Initialises the element processor with attributes for a new element to be processed.voidend()Finalises processing for the element processor, this is called when the end of an element is reached.Methods inherited from class org.openstreetmap.osmosis.xml.common.BaseElementProcessor
createTimestampContainer, getChild, getParent
-
Constructor Details
-
WayNodeElementProcessor
public WayNodeElementProcessor(BaseElementProcessor parentProcessor, WayNodeListener wayNodeListener) Creates a new instance.- Parameters:
parentProcessor- The parent element processor.wayNodeListener- The way node listener for receiving created tags.
-
-
Method Details
-
begin
Initialises the element processor with attributes for a new element to be processed.- Parameters:
attributes- The attributes of the new element.
-
end
public void end()Finalises processing for the element processor, this is called when the end of an element is reached.
-