Package org.entur.netex.loader.parser
Class NetexDocumentParser
java.lang.Object
org.entur.netex.loader.parser.NetexDocumentParser
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.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidparseAndPopulateIndex(NetexEntitiesIndex index, org.rutebanken.netex.model.PublicationDeliveryStructure doc) This static method create a new parser and parse the document.
-
Method Details
-
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.
-