Package org.iirds.dita.ot.plugin.module
Class IirdsTopicReader
java.lang.Object
org.dita.dost.writer.AbstractDomFilter
org.iirds.dita.ot.plugin.module.IirdsTopicReader
- All Implemented Interfaces:
org.dita.dost.reader.AbstractReader
public class IirdsTopicReader
extends org.dita.dost.writer.AbstractDomFilter
Reads and DITA topic and extract information relevant to iiRDS processing.
- Author:
- Martin Kreutzer, Empolis Information Management GmbH
-
Field Summary
Fields inherited from class org.dita.dost.writer.AbstractDomFilter
job, logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dita.dost.writer.AbstractDomFilter
setJob, setLogger
-
Constructor Details
-
IirdsTopicReader
Constructor.- Parameters:
toc- the node representing the topic to read
-
-
Method Details
-
read
Read topic file and process the XML DOM viaprocess(Document)- Specified by:
readin interfaceorg.dita.dost.reader.AbstractReader- Overrides:
readin classorg.dita.dost.writer.AbstractDomFilter- Parameters:
filename- the filename of the topic file- Throws:
org.dita.dost.exception.DITAOTException
-
process
Read DOM and process- Specified by:
processin classorg.dita.dost.writer.AbstractDomFilter
-
process
-