|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.castor.xml.schema.util.XMLInstance2Schema
A class for reading XML Schemas
| Constructor Summary | |
|---|---|
XMLInstance2Schema()
Creates a new XMLInstance2Schema |
|
| Method Summary | |
|---|---|
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". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XMLInstance2Schema()
| Method Detail |
public Schema createSchema(java.lang.String filename)
throws java.io.IOException
filename - the filename for the XML document
java.io.IOException
public Schema createSchema(java.io.Reader reader)
throws java.io.IOException
reader - the Reader for the XML document
java.io.IOException
public Schema createSchema(org.xml.sax.InputSource source)
throws java.io.IOException
source - the InputSource for the XML document
java.io.IOExceptionpublic void setDefaultGroupingAsAll()
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||