Package org.entur.netex.conversion.osm
Class OsmUnmarshaller
java.lang.Object
org.entur.netex.conversion.osm.OsmUnmarshaller
Unmarshaller that makes it possible to read OSM XML files without namespace.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OsmUnmarshaller
public OsmUnmarshaller(boolean performValidation) throws ParserConfigurationException, SAXException, javax.xml.bind.JAXBException, IOException - Throws:
ParserConfigurationExceptionSAXExceptionjavax.xml.bind.JAXBExceptionIOException
-
-
Method Details
-
unmarshall
public Osm unmarshall(InputSource source) throws javax.xml.bind.JAXBException, IOException, SAXException - Throws:
javax.xml.bind.JAXBExceptionIOExceptionSAXException
-