public abstract class SchemaReaderImpl extends java.lang.Object implements SchemaReader
An abstract default implementation for SchemaReaders.
| Constructor and Description |
|---|
SchemaReaderImpl() |
| Modifier and Type | Method and Description |
|---|---|
Generator |
getGenerator()
Returns the Generator controlling the SchemaReader.
|
void |
setGenerator(Generator pGenerator)
Sets the Generator controlling the SchemaReader.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddSGFactoryChain, getSGFactory, parsepublic void setGenerator(Generator pGenerator)
SchemaReaderSets the Generator controlling the SchemaReader.
setGenerator in interface SchemaReaderpublic Generator getGenerator()
SchemaReaderReturns the Generator controlling the SchemaReader.
getGenerator in interface SchemaReader