|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> [ generator overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.ws.jaxme.generator
Interface SchemaReader

- public interface SchemaReader
A SchemaReader is responsible for reading a schema definition.
| Method Summary | |
void |
addSGFactoryChain(java.lang.Class pClass)
Adds an instance of org.apache.ws.jaxme.generator.sg.SGFactoryChain
to the SGFactory. |
Generator |
getGenerator()
Returns the Generator controlling the SchemaReader. |
org.apache.ws.jaxme.generator.sg.SGFactory |
getSGFactory()
Returns the org.apache.ws.jaxme.generator.sg.SGFactory. |
org.apache.ws.jaxme.generator.sg.SchemaSG |
parse(org.xml.sax.InputSource pSource)
Called for parsing a schema definition from the given Reader. |
void |
setGenerator(Generator pGenerator)
Sets the Generator controlling the SchemaReader. |
| Method Detail |
getGenerator
public Generator getGenerator()
Returns the Generator controlling the SchemaReader.
setGenerator
public void setGenerator(Generator pGenerator)
Sets the Generator controlling the SchemaReader.
addSGFactoryChain
public void addSGFactoryChain(java.lang.Class pClass)
Adds an instance of
org.apache.ws.jaxme.generator.sg.SGFactoryChainto the SGFactory.
getSGFactory
public org.apache.ws.jaxme.generator.sg.SGFactory getSGFactory() throws org.xml.sax.SAXException
Returns the org.apache.ws.jaxme.generator.sg.SGFactory.
parse
public org.apache.ws.jaxme.generator.sg.SchemaSG parse(org.xml.sax.InputSource pSource) throws java.lang.Exception
Called for parsing a schema definition from the given Reader.
|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> [ generator overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC