|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.jaxme.generator.impl.SchemaReaderImpl
org.apache.ws.jaxme.generator.sg.impl.JAXBSchemaReader
Constructor Summary | |
JAXBSchemaReader()
|
Method Summary | |
void |
addSGFactoryChain(java.lang.Class pChainClass)
Adds an instance of SGFactoryChain
to the SGFactory. |
SGFactory |
getSGFactory()
Returns the SGFactory . |
boolean |
isSupportingExtensions()
|
protected SGFactoryChain |
newSGFactoryChain(Generator pGenerator)
|
SchemaSG |
parse(org.xml.sax.InputSource pSource)
Called for parsing a schema definition from the given Reader. |
void |
setSupportingExtensions(boolean pSupportingExtensions)
|
Methods inherited from class org.apache.ws.jaxme.generator.impl.SchemaReaderImpl |
getGenerator, setGenerator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JAXBSchemaReader()
Method Detail |
public boolean isSupportingExtensions()
public void setSupportingExtensions(boolean pSupportingExtensions)
public void addSGFactoryChain(java.lang.Class pChainClass)
SchemaReader
Adds an instance of SGFactoryChain
to the SGFactory.
protected SGFactoryChain newSGFactoryChain(Generator pGenerator)
public SGFactory getSGFactory() throws org.xml.sax.SAXException
SchemaReader
Returns the SGFactory
.
org.xml.sax.SAXException
public SchemaSG parse(org.xml.sax.InputSource pSource) throws java.lang.Exception
SchemaReader
Called for parsing a schema definition from the given Reader.
pSource
- A SAX Input Source, with the system ID set,
if possible
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |