Class PrintFrequency


  • public class PrintFrequency
    extends java.lang.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.
    • Constructor Summary

      Constructors 
      Constructor Description
      PrintFrequency()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrintFrequency

        public PrintFrequency()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.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:
        java.lang.Exception