public class XMLInstance2Schema
extends java.lang.Object
| Constructor and Description |
|---|
XMLInstance2Schema()
Creates a new XMLInstance2Schema
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
createSchema(org.xml.sax.InputSource source)
Creates an XML Schema using the given InputSource.
|
Schema |
createSchema(java.io.Reader reader)
Creates an XML Schema using the given Reader.
|
Schema |
createSchema(java.lang.String filename)
Creates an XML Schema using the given XML instance filename.
|
static void |
main(java.lang.String[] args)
For testing purposes only
|
void |
setDefaultGroupingAsAll()
Sets the default grouping as "all".
|
public Schema createSchema(java.lang.String filename) throws java.io.IOException
filename - the filename for the XML documentjava.io.IOExceptionpublic Schema createSchema(java.io.Reader reader) throws java.io.IOException
reader - the Reader for the XML documentjava.io.IOExceptionpublic Schema createSchema(org.xml.sax.InputSource source) throws java.io.IOException
source - the InputSource for the XML documentjava.io.IOExceptionpublic void setDefaultGroupingAsAll()
public static void main(java.lang.String[] args)
Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com