Package org.apache.xmlbeans.impl.tool
Class FactorImports
java.lang.Object
org.apache.xmlbeans.impl.tool.FactorImports
public class FactorImports extends Object
This program takes a collection of .xsd files as input, finds all duplicate
name definitions, and factors out the first instance of each of those into
a common.xsd file, adding an appropriate statement in the original
xsd file.
-
Constructor Summary
Constructors Constructor Description FactorImports()
-
Method Summary
Modifier and Type Method Description static void
main(String[] args)
static void
printUsage()
-
Constructor Details
-
FactorImports
public FactorImports()
-
-
Method Details
-
printUsage
public static void printUsage() -
main
- Throws:
Exception
-