Package relaxngcc

Class RelaxNGCC

java.lang.Object
relaxngcc.RelaxNGCC

public class RelaxNGCC extends Object
main class
  • Constructor Details

    • RelaxNGCC

      public RelaxNGCC()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • run

      public static void run(Options o) throws Exception
      Executes RelaxNGCC with the specified options.
      Throws:
      Exception
    • purify

      public static void purify(File in, File out) throws Exception
      Removes RelaxNGCC annotations from the source schema and write to the specified file.
      Throws:
      Exception