Package org.entur.netex.loader
Class NetexXmlParser
- java.lang.Object
-
- org.entur.netex.loader.NetexXmlParser
-
public class NetexXmlParser extends Object
Simple wrapper to perform typesafe xml parsing and simple error handling.
-
-
Constructor Summary
Constructors Constructor Description NetexXmlParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.rutebanken.netex.model.PublicationDeliveryStructureparseXmlDoc(InputStream stream)Parse an input stream and return the root document type for the given xml file (stream).
-
-
-
Method Detail
-
parseXmlDoc
public org.rutebanken.netex.model.PublicationDeliveryStructure parseXmlDoc(InputStream stream) throws JAXBException
Parse an input stream and return the root document type for the given xml file (stream).- Throws:
JAXBException
-
-