org.apache.ws.jaxme.generator
Interface SchemaReader
- JAXBSchemaReader, JaxMeSchemaReader, SchemaReaderImpl
public interface SchemaReader
A SchemaReader is responsible for reading a schema
definition.
addSGFactoryChain
public void addSGFactoryChain(Class pClass)
getGenerator
public Generator getGenerator()
Returns the Generator controlling the SchemaReader.
getSGFactory
public SGFactory getSGFactory()
throws SAXException
parse
public SchemaSG parse(InputSource pSource)
throws Exception
Called for parsing a schema definition from the
given Reader.
pSource
- A SAX Input Source, with the system ID set,
if possible
setGenerator
public void setGenerator(Generator pGenerator)
Sets the Generator controlling the SchemaReader.