public abstract class IlpAbstractReader
extends ilog.cpl.storage.internal.IlpAbstractElementReader
Modifier | Constructor and Description |
---|---|
protected |
IlpAbstractReader()
Constructor.
|
protected |
IlpAbstractReader(IlpContext context)
Constructor.
|
protected |
IlpAbstractReader(IlpContext cxt,
boolean val)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected IlpAbstractReader()
protected IlpAbstractReader(IlpContext context)
protected IlpAbstractReader(IlpContext cxt, boolean val)
cxt
- Application contextval
- Validation flagpublic 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
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.