Class DITAMapInput

java.lang.Object
com.deltaxml.deltacheck.DITAMapInput

public class DITAMapInput extends Object
A representation of a DITA Map input file. This should consist of a zip input containing the map and referenced topic files etc. Further processing will extract the underlying XML required for conversion validation. The mapFile needs to be fully qualified name relative to the zipped folder.
Since:
0.1
Author:
Karl Franks, Gursheen Kaur
  • Constructor Details

    • DITAMapInput

      public DITAMapInput(ZipFile zipInput, String mapFile) throws URISyntaxException
      Creates a new DitaMapInput.
      Parameters:
      zipInput - a zip file containing your DITA document files
      mapFile - the path within the zip to the DITA map file
      Throws:
      URISyntaxException