Package relaxngcc
Class RelaxNGCC
- java.lang.Object
-
- relaxngcc.RelaxNGCC
-
public class RelaxNGCC extends java.lang.Objectmain class
-
-
Constructor Summary
Constructors Constructor Description RelaxNGCC()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)static voidpurify(java.io.File in, java.io.File out)Removes RelaxNGCC annotations from the source schema and write to the specified file.static voidrun(Options o)Executes RelaxNGCC with the specified options.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-
run
public static void run(Options o) throws java.lang.Exception
Executes RelaxNGCC with the specified options.- Throws:
java.lang.Exception
-
purify
public static void purify(java.io.File in, java.io.File out) throws java.lang.ExceptionRemoves RelaxNGCC annotations from the source schema and write to the specified file.- Throws:
java.lang.Exception
-
-