org.apache.ws.jaxme.generator.sg.impl

Class JAXBSchemaReader

public class JAXBSchemaReader extends SchemaReaderImpl

The default, JAXB compliant, schema reader.
Method Summary
voidaddSGFactoryChain(Class pChainClass)
SGFactorygetSGFactory()
booleanisSupportingExtensions()
Returns whether vendor extensions are being supported.
protected SGFactoryChainnewSGFactoryChain(Generator pGenerator)
SchemaSGparse(InputSource pSource)
protected voidreset()
Resets the schema readers internal state, allowing to parse multiple schemas with a single instance.
voidsetSupportingExtensions(boolean pSupportingExtensions)
Sets whether vendor extensions are being supported.

Method Detail

addSGFactoryChain

public void addSGFactoryChain(Class pChainClass)

getSGFactory

public SGFactory getSGFactory()

isSupportingExtensions

public boolean isSupportingExtensions()
Returns whether vendor extensions are being supported.

newSGFactoryChain

protected SGFactoryChain newSGFactoryChain(Generator pGenerator)

parse

public SchemaSG parse(InputSource pSource)

reset

protected void reset()
Resets the schema readers internal state, allowing to parse multiple schemas with a single instance.

setSupportingExtensions

public void setSupportingExtensions(boolean pSupportingExtensions)
Sets whether vendor extensions are being supported.