|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordSet | |
---|---|
dochelper | |
dochelper.xins |
Uses of RecordSet in dochelper |
---|
Classes in dochelper that implement RecordSet | |
---|---|
class |
AbstractTableRecordSet
The AbstractTableRecordSet is the base class for defining
Database table record sets. |
class |
FileRecordSet
The class FileRecordSet implements the RecordSet
interface to create a set of Records to be
processed. |
class |
JdbcTableRecordSet
|
class |
URLRecordSet
The class URLRecordSet implements the RecordSet
interface to represent a set of WebPage to be
processed. |
Fields in dochelper with type parameters of type RecordSet | |
---|---|
(package private) static java.util.Hashtable<java.lang.String,RecordSet> |
DocHelper.recordsets
|
protected java.util.ArrayList<RecordSet> |
DocumentDefinition.recordSets
|
Methods in dochelper that return RecordSet | |
---|---|
private static RecordSet |
DocHelper.parseRecordSet(org.w3c.dom.Element node,
java.lang.String name)
|
Methods in dochelper that return types with arguments of type RecordSet | |
---|---|
java.util.ArrayList<RecordSet> |
DocumentDefinition.getRecordSets()
Return the list of RecordSets for this Document Definition. |
Methods in dochelper with parameters of type RecordSet | |
---|---|
void |
DocumentDefinition.addRecordSet(RecordSet rs)
Add a RecordSet to the list of RecordSets to be used to create the output Document. |
Method parameters in dochelper with type arguments of type RecordSet | |
---|---|
void |
DocumentDefinition.setRecordSets(java.util.ArrayList<RecordSet> recordSets)
Set the list of RecordSet s to use for this DocumentDefinition |
Uses of RecordSet in dochelper.xins |
---|
Classes in dochelper.xins that implement RecordSet | |
---|---|
class |
XINSFunctionRecordSet
The class XINSFunctionRecordSet implements a special Record
Set type that processes XINS function source files in a specific
manner. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |