Class XmlToHtml.MainArgs

  • Enclosing class:
    XmlToHtml

    public static class XmlToHtml.MainArgs
    extends Object
    • Field Detail

      • xml

        public URL xml
        XML input file (mandatory).
      • xslt

        public URL xslt
        XSLT transformation file (mandatory).
      • output

        public File output
        HTML output file or directory (mandatory).
      • params

        public final Map<String,​String> params
        Map of parameters (name, value) pairs to be passed to the style sheet.
    • Constructor Detail

      • MainArgs

        public MainArgs()