org.apache.ws.jaxme.generator
public interface SchemaReader
A SchemaReader is responsible for reading a schema definition.
Method Summary | |
---|---|
void | addSGFactoryChain(Class pClass) Adds an instance of {@link org.apache.ws.jaxme.generator.sg.SGFactoryChain} to the SGFactory. |
Generator | getGenerator() Returns the Generator controlling the SchemaReader. |
SGFactory | getSGFactory() Returns the {@link SGFactory}. |
SchemaSG | parse(InputSource pSource) Called for parsing a schema definition from the given Reader. |
void | setGenerator(Generator pGenerator) Sets the Generator controlling the SchemaReader. |
Adds an instance of {@link org.apache.ws.jaxme.generator.sg.SGFactoryChain} to the SGFactory.
Returns the Generator controlling the SchemaReader.
Returns the {@link SGFactory}.
Called for parsing a schema definition from the given Reader.
Parameters: pSource A SAX Input Source, with the system ID set, if possible
Sets the Generator controlling the SchemaReader.