Class PrintFrequency

java.lang.Object
com.sun.xml.analysis.frequency.tools.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.
  • Constructor Details

    • PrintFrequency

      public PrintFrequency()
  • Method Details

    • 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