R - resulting type@FunctionalInterface protected static interface OsmServerReader.DomParser<R>
| Modifier and Type | Method and Description |
|---|---|
R |
parse(org.w3c.dom.Document doc)
Parses a given DOM document.
|
R parse(org.w3c.dom.Document doc) throws XmlParsingException
doc - DOM documentXmlParsingException - if an XML parsing error occurs