|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.xml.common.BaseElementProcessor
org.openstreetmap.osmosis.core.xml.v0_5.impl.TagElementProcessor
public class TagElementProcessor
Provides an element processor implementation for a tag.
Constructor Summary | |
---|---|
TagElementProcessor(BaseElementProcessor parentProcessor,
TagListener tagListener)
Creates a new instance. |
Method Summary | |
---|---|
void |
begin(org.xml.sax.Attributes attributes)
Initialises the element processor with attributes for a new element to be processed. |
void |
end()
Finalises processing for the element processor, this is called when the end of an element is reached. |
Methods inherited from class org.openstreetmap.osmosis.core.xml.common.BaseElementProcessor |
---|
createTimestampContainer, getChild, getParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagElementProcessor(BaseElementProcessor parentProcessor, TagListener tagListener)
parentProcessor
- The parent element processor.tagListener
- The tag listener for receiving created tags.Method Detail |
---|
public void begin(org.xml.sax.Attributes attributes)
attributes
- The attributes of the new element.public void end()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |