|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.jsword.book.sword.processing.NoOpRawTextProcessor
public class NoOpRawTextProcessor
A processor that does absolutely nothing.
for license details.
The copyright to this program is held by it's authors.
Constructor Summary | |
---|---|
NoOpRawTextProcessor()
|
Method Summary | |
---|---|
void |
init(List<org.jdom2.Content> partialDom)
Runs before the processing starts. |
void |
postVerse(Key verse,
List<org.jdom2.Content> partialDom,
String rawText)
Executes after a verse is read from the raw data. |
void |
preRange(VerseRange range,
List<org.jdom2.Content> partialDom)
Executes before a range is read from the raw data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoOpRawTextProcessor()
Method Detail |
---|
public void preRange(VerseRange range, List<org.jdom2.Content> partialDom)
RawTextToXmlProcessor
preRange
in interface RawTextToXmlProcessor
range
- the verse that is currently being examinedpartialDom
- the DOM that is being built up as data is readpublic void postVerse(Key verse, List<org.jdom2.Content> partialDom, String rawText)
RawTextToXmlProcessor
postVerse
in interface RawTextToXmlProcessor
verse
- the verse that is currently being examinedpartialDom
- the DOM that is being built up as data is readrawText
- the text that has been read, decipheredpublic void init(List<org.jdom2.Content> partialDom)
RawTextToXmlProcessor
init
in interface RawTextToXmlProcessor
partialDom
- the DOM, empty at this stage
|
Copyright ? 2003-2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |