|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.storage.internal.IlpAbstractElementReader
ilog.cpl.storage.IlpAbstractReader
public abstract class IlpAbstractReader
Abstract reader class for all the CPL data storage readers.
| Field Summary |
|---|
| Fields inherited from class ilog.cpl.storage.internal.IlpAbstractElementReader |
|---|
context |
| Constructor Summary | |
|---|---|
protected |
IlpAbstractReader()
Constructor. |
protected |
IlpAbstractReader(IlpContext context)
Constructor. |
protected |
IlpAbstractReader(IlpContext cxt,
boolean val)
Constructor |
| Method Summary | |
|---|---|
protected Document |
createDocument()
Create DOM document |
IlpStorageAdapter |
getAdapter()
Get the current storage adapter used by the reader. |
Document |
getDocument()
Get the current DOM document used by the reader. |
boolean |
getValidation()
Returns if validation is on or off. |
void |
setAdapter(IlpStorageAdapter adapter)
Set the storage adapter used by the reader. |
protected void |
setDocument(Document d)
Sets the current DOM document used by this reader. |
| Methods inherited from class ilog.cpl.storage.internal.IlpAbstractElementReader |
|---|
toBoolean |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected IlpAbstractReader()
protected IlpAbstractReader(IlpContext context)
protected IlpAbstractReader(IlpContext cxt,
boolean val)
cxt - Application contextval - Validation flag| Method Detail |
|---|
public void setAdapter(IlpStorageAdapter adapter)
adapter - Adapter to use for the reader.public IlpStorageAdapter getAdapter()
public Document getDocument()
protected void setDocument(Document d)
d - New documentpublic boolean getValidation()
true if validation is on, false otherwise.
protected Document createDocument()
throws IOException
IOException
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||