public final class XsdGen extends Object
| Constructor and Description |
|---|
XsdGen()
Constructs new
XsdGen with defaults settings. |
XsdGen(XsdConfig config)
Constructs new
XsdGen with parameters : |
| Modifier and Type | Method and Description |
|---|---|
XsdGen |
parse(File file) |
String |
toString() |
void |
write(OutputStream os) |
void |
write(OutputStream os,
Charset charset) |
public XsdGen()
XsdGen with defaults settings.public XsdGen(XsdConfig config)
XsdGen with parameters :config - the XSD configurationpublic XsdGen parse(File file) throws IOException, ParseException
IOExceptionParseExceptionpublic void write(OutputStream os) throws IOException
IOExceptionpublic void write(OutputStream os, Charset charset) throws IOException
IOExceptionCopyright © 2015. All rights reserved.