public abstract class IlpAbstractWriter extends Object
Modifier | Constructor and Description |
---|---|
protected |
IlpAbstractWriter()
Default constructor
|
protected |
IlpAbstractWriter(IlpContext ctx)
Constructor
|
Modifier and Type | Method and Description |
---|---|
IlpStorageAdapter |
getAdapter()
Gets the current storage adapter used by the reader.
|
IlpContext |
getContext()
Returns the application context
|
Document |
getDocument()
Returns the current DOM document used by this writer.
|
void |
setAdapter(IlpStorageAdapter adapter)
Sets the storage adapter used by the reader.
|
void |
setDocument(Document document)
Sets the current DOM document used by the writer.
|
protected IlpAbstractWriter()
protected IlpAbstractWriter(IlpContext ctx)
ctx
- Application contextpublic void setAdapter(IlpStorageAdapter adapter)
adapter
- Adapter to use for the reader.public IlpStorageAdapter getAdapter()
public void setDocument(Document document)
document
- Document to be used by the writer.public Document getDocument()
public IlpContext getContext()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.