Package org.iirds.dita.ot.plugin.module
Class IirdsGenerationModuleImpl
java.lang.Object
org.dita.dost.module.AbstractPipelineModuleImpl
org.iirds.dita.ot.plugin.module.IirdsGenerationModuleImpl
- All Implemented Interfaces:
org.dita.dost.module.AbstractPipelineModule
public class IirdsGenerationModuleImpl
extends org.dita.dost.module.AbstractPipelineModuleImpl
-
Field Summary
Fields inherited from class org.dita.dost.module.AbstractPipelineModuleImpl
job, logger, parallel, xmlUtils -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.dita.dost.pipeline.AbstractPipelineOutputexecute(org.dita.dost.pipeline.AbstractPipelineInput input) Entry point to process DITA content (the input file) and its topics in case of a map for iiRDS generationprotected org.apache.jena.rdf.model.ModelgenerateModel(ToCNode toc) protected voidgenerateRDF(org.apache.jena.rdf.model.Model model) Methods inherited from class org.dita.dost.module.AbstractPipelineModuleImpl
setFileInfoFilter, setJob, setLogger, setParallel, setProcessingPipe, setXmlUtilsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.dita.dost.module.AbstractPipelineModule
execute
-
Constructor Details
-
IirdsGenerationModuleImpl
public IirdsGenerationModuleImpl()
-
-
Method Details
-
execute
public org.dita.dost.pipeline.AbstractPipelineOutput execute(org.dita.dost.pipeline.AbstractPipelineInput input) throws org.dita.dost.exception.DITAOTException Entry point to process DITA content (the input file) and its topics in case of a map for iiRDS generation- Specified by:
executein interfaceorg.dita.dost.module.AbstractPipelineModule- Overrides:
executein classorg.dita.dost.module.AbstractPipelineModuleImpl- Parameters:
input- Input parameters and resources.- Returns:
- null
- Throws:
org.dita.dost.exception.DITAOTException- in case of issues
-
generateModel
-
generateRDF
- Throws:
IOException
-