|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RawTextToXmlProcessor
This interface declares operations to be carried out after Raw Text has been read from a backend, before it is returned as OSIS to the caller.
for license details.
The copyright to this program is held by it's authors.
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. |
Method Detail |
---|
void init(List<org.jdom2.Content> partialDom)
partialDom
- the DOM, empty at this stagevoid preRange(VerseRange range, List<org.jdom2.Content> partialDom)
range
- the verse that is currently being examinedpartialDom
- the DOM that is being built up as data is readvoid postVerse(Key verse, List<org.jdom2.Content> partialDom, String rawText)
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, deciphered
|
Copyright ? 2003-2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |