Class XmlNormalizer.MainArgs

    • Field Detail

      • indentString

        public String indentString
        String to use for indentation.
      • inputFile

        public File inputFile
      • outputFile

        public File outputFile
      • firstAttributes

        public final List<String> firstAttributes
        List of attributes names to move to first position. Order matters.
      • scrambled

        public final Set<SPath> scrambled
        Set of attributes and elements to scramble.
      • removed

        public final Set<SPath> removed
        Set of attributes and elements to remove.
      • renamed

        public final Map<SPath,​String> renamed
        Renaming of attributes and elements.
      • set

        public final Map<SPath,​String> set
        Setting of attributes values and elements contents.
    • Constructor Detail

      • MainArgs

        public MainArgs()