1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>JiBX: Schema generation</title>
</head>
<body class="composite">
<div id="bodycol">
<div class="app">
<div class="h3">
<h3><a name="intro"></a>Generating a schema from binding and code</h3>
<p>Schema generation from a binding and code uses the <code>org.jibx.schema.generator.SchemaGen</code>
class. The implementation has been heavily influenced by the needs of BindGen, and may not be
usable with bindings constucted by hand. If you want to give it a try, run SchemaGen directly
from a console and you'll receive a list of command line parameters. Future releases in the 1.2
series will improve SchemaGen handling of unusual binding constructs, and will also include
further documentation.</p>
</div>
</div>
</div>
</body>
</html>
|