public class IirdsTopicReader
extends org.dita.dost.writer.AbstractDomFilter
Constructor and Description |
---|
IirdsTopicReader(ToCNode toc)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Document |
process(Document doc)
Read DOM and process
|
protected void |
process(Element elem) |
void |
read(File filename)
Read topic file and process the XML DOM via
process(Document) |
public IirdsTopicReader(ToCNode toc)
toc
- the node representing the topic to readpublic void read(File filename) throws org.dita.dost.exception.DITAOTException
process(Document)
read
in interface org.dita.dost.reader.AbstractReader
read
in class org.dita.dost.writer.AbstractDomFilter
filename
- the filename of the topic fileorg.dita.dost.exception.DITAOTException
public Document process(Document doc)
process
in class org.dita.dost.writer.AbstractDomFilter
protected void process(Element elem)
Copyright © 2024. All rights reserved.