Package org.entur.netex.loader.parser
Class NetexDocumentParser
- java.lang.Object
-
- org.entur.netex.loader.parser.NetexDocumentParser
-
public class NetexDocumentParser extends Object
This is the root parser for a Netex XML Document. The parser ONLY read the document and populate the index with entities. The parser is only responsible for populating the index, not for validating the document, nor linking of entities or mapping the OTP internal data structures.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidparseAndPopulateIndex(NetexEntitiesIndex index, org.rutebanken.netex.model.PublicationDeliveryStructure doc)This static method create a new parser and parse the document.
-
-
-
Method Detail
-
parseAndPopulateIndex
public static void parseAndPopulateIndex(NetexEntitiesIndex index, org.rutebanken.netex.model.PublicationDeliveryStructure doc)
This static method create a new parser and parse the document. The result is added to given index for further processing.
-
-