private class OsmChangesetContentParser.Parser extends AbstractParser
Modifier and Type | Field and Description |
---|---|
private ChangesetDataSet.ChangesetModificationType |
currentModificationType
the current change modification type
|
currentPrimitive, locator
Modifier | Constructor and Description |
---|---|
private |
Parser() |
Modifier and Type | Method and Description |
---|---|
void |
endElement(String uri,
String localName,
String qName) |
void |
error(SAXParseException e) |
void |
fatalError(SAXParseException e) |
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts) |
protected void |
throwException(Exception e) |
protected void |
throwException(String message) |
createPrimitive, doStartElement, getAttributeDouble, getAttributeLong, getMandatoryAttributeBoolean, getMandatoryAttributeLong, getMandatoryAttributeString, handleMember, handleNodeReference, handleTag, setDocumentLocator, startNode, startRelation, startWay
characters, endDocument, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
private ChangesetDataSet.ChangesetModificationType currentModificationType
private Parser()
protected void throwException(String message) throws OsmDataParsingException
throwException
in class AbstractParser
OsmDataParsingException
protected void throwException(Exception e) throws OsmDataParsingException
OsmDataParsingException
public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
startElement
in interface ContentHandler
startElement
in class DefaultHandler
SAXException
public void endElement(String uri, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class DefaultHandler
SAXException
public void error(SAXParseException e) throws SAXException
error
in interface ErrorHandler
error
in class DefaultHandler
SAXException
public void fatalError(SAXParseException e) throws SAXException
fatalError
in interface ErrorHandler
fatalError
in class DefaultHandler
SAXException