Class TagElementProcessor

java.lang.Object
org.openstreetmap.osmosis.xml.common.BaseElementProcessor
org.openstreetmap.osmosis.xml.v0_6.impl.TagElementProcessor
All Implemented Interfaces:
ElementProcessor

public class TagElementProcessor extends BaseElementProcessor
Provides an element processor implementation for a tag.
  • Constructor Details

    • TagElementProcessor

      public TagElementProcessor(BaseElementProcessor parentProcessor, TagListener tagListener)
      Creates a new instance.
      Parameters:
      parentProcessor - The parent element processor.
      tagListener - The tag listener for receiving created tags.
  • Method Details

    • begin

      public void begin(Attributes attributes)
      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.