|
||||||||||
| 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.
The GNU Lesser General Public License for details.| 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 RawTextToXmlProcessorrange - the verse that is currently being examinedpartialDom - the DOM that is being built up as data is read
public void postVerse(Key verse,
List<org.jdom2.Content> partialDom,
String rawText)
RawTextToXmlProcessor
postVerse in interface RawTextToXmlProcessorverse - 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 RawTextToXmlProcessorpartialDom - the DOM, empty at this stage
|
Copyright ยจ 2003-2015 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||