| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A SchemaReader is responsible for reading a schema definition.
| Method Summary | |
|  Generator | getGenerator()Returns the Generator that maintains this SchemaReader, if any, or null. | 
|  Schema | parse(org.xml.sax.InputSource pSource)Called for parsing a schema definition from the given InputSource. | 
|  Schema | parse(java.lang.String pFile)Called for parsing a schema definition stored in the given file or URL. | 
|  void | setGenerator(Generator pGenerator)Sets the Generator that maintains this SchemaReader, if any. | 
| Methods inherited from interface de.ispsoft.jaxme.generator.Configurable | 
| getOption, getOptions, getOptionValue, setOption | 
| Method Detail | 
public Schema parse(java.lang.String pFile)
             throws java.lang.Exception
Called for parsing a schema definition stored in the given file or URL.
java.lang.Exception
public Schema parse(org.xml.sax.InputSource pSource)
             throws java.lang.Exception
Called for parsing a schema definition from the given
 InputSource.
java.lang.Exceptionpublic void setGenerator(Generator pGenerator)
Sets the Generator that maintains this SchemaReader, if any.
public Generator getGenerator()
Returns the Generator that maintains this SchemaReader, if any, or null.
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||