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, wait
addSGFactoryChain, getSGFactory, parse
public void setGenerator(Generator pGenerator)
SchemaReader
Sets the Generator controlling the SchemaReader.
setGenerator
in interface SchemaReader
public Generator getGenerator()
SchemaReader
Returns the Generator controlling the SchemaReader.
getGenerator
in interface SchemaReader