org.exolab.castor.xml.schema.util
public class XMLInstance2Schema extends Object
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:09:45 $
Constructor Summary | |
---|---|
XMLInstance2Schema()
Creates a new XMLInstance2Schema
|
Method Summary | |
---|---|
Schema | createSchema(String filename)
Creates an XML Schema using the given XML instance filename.
|
Schema | createSchema(Reader reader)
Creates an XML Schema using the given Reader. |
Schema | createSchema(InputSource source)
Creates an XML Schema using the given InputSource. |
static void | main(String[] args)
For testing purposes only
|
void | setDefaultGroupingAsAll()
Sets the default grouping as "all". |
Parameters: filename the filename for the XML document
Parameters: reader the Reader for the XML document
Parameters: source the InputSource for the XML document