Class PrintFrequency


  • public class PrintFrequency
    extends Object
    A simple class that prints out in the order of descreasing frequency information items declared in a schema and occuring 0 or more times in a set of infosets.
    Author:
    Paul.Sandoz@Sun.Com
    • Constructor Detail

      • PrintFrequency

        public PrintFrequency()
    • Method Detail

      • main

        public static void main​(String[] args)
                         throws Exception
        Parameters:
        args - the command line arguments. arg[0] is the path to a schema, args[1] to args[n] are the paths to XML documents.
        Throws:
        Exception