|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A SchemaReader is responsible for reading a schema definition.
Method Summary | |
void |
addSGFactoryChain(java.lang.Class pClass)
Adds an instance of SGFactoryChain
to the SGFactory. |
Generator |
getGenerator()
Returns the Generator controlling the SchemaReader. |
SGFactory |
getSGFactory()
Returns the SGFactory . |
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 |
public Generator getGenerator()
Returns the Generator controlling the SchemaReader.
public void setGenerator(Generator pGenerator)
Sets the Generator controlling the SchemaReader.
public void addSGFactoryChain(java.lang.Class pClass)
Adds an instance of SGFactoryChain
to the SGFactory.
public SGFactory getSGFactory() throws org.xml.sax.SAXException
Returns the SGFactory
.
org.xml.sax.SAXException
public SchemaSG parse(org.xml.sax.InputSource pSource) throws java.lang.Exception
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 |