org.apache.ws.jaxme.generator.sg.impl
public class JAXBSchemaReader extends SchemaReaderImpl
| Method Summary | |
|---|---|
| void | addSGFactoryChain(Class pChainClass) |
| SGFactory | getSGFactory() |
| boolean | isSupportingExtensions() Returns whether vendor extensions are being supported. |
| protected SGFactoryChain | newSGFactoryChain(Generator pGenerator) |
| SchemaSG | parse(InputSource pSource) |
| protected void | reset() Resets the schema readers internal state, allowing
to parse multiple schemas with a single instance. |
| void | setSupportingExtensions(boolean pSupportingExtensions) Sets whether vendor extensions are being supported. |