org.jgap.data
Class DocumentBuilderBase
- java.lang.Object
-
- org.jgap.data.DocumentBuilderBase
-
- Direct Known Subclasses:
- XMLDocumentBuilder
public abstract class DocumentBuilderBase extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description DocumentBuilderBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.ObjectbuildDocument(IDataCreators a_dataholder, java.lang.Object a_document)Builds a document from the given input (input data + existing document).
-
-
-
Method Detail
-
buildDocument
public java.lang.Object buildDocument(IDataCreators a_dataholder, java.lang.Object a_document) throws java.lang.Exception
Builds a document from the given input (input data + existing document).- Parameters:
a_dataholder- the input structure holding the data to be represented as a generic documenta_document- the document to put the elements in- Returns:
- the document built up by adding elements
- Throws:
java.lang.Exception- Since:
- 2.0
-
-
DMelt 3.0 © DataMelt by jWork.ORG