Class OsmRecordExporter


public class OsmRecordExporter extends NldrMetadataRecordExporter
Specializes NldrMetadataRecordExporter to handle export for the osm framework.
Author:
Jonathan Ostwald
  • Field Details

    • id_path

      protected String id_path
  • Constructor Details

    • OsmRecordExporter

      public OsmRecordExporter(String xml) throws org.dom4j.DocumentException
      Constructor that loads the given ADN record for editing. No validation is performed.
      Parameters:
      adnXML - The ADN XML to start with
      Throws:
      org.dom4j.DocumentException - If error parsing the XML
  • Method Details