|
||||||||||
| 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.
The GNU Lesser General Public License for details.| 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 stage
void 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 read
void 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-2015 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||