org.apache.ws.jaxme.generator.sg.impl
Class JAXBSchemaReader
- SchemaReader
public class JAXBSchemaReader
The default, JAXB compliant, schema reader.
isSupportingExtensions
public boolean isSupportingExtensions()
Returns whether vendor extensions are being supported.
parse
public SchemaSG parse(InputSource pSource)
throws ExceptionCalled for parsing a schema definition from the
given Reader.
- parse in interface SchemaReader
pSource - A SAX Input Source, with the system ID set,
if possible
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.