Handle the divine name in text

Needs to be stylized later, but this is OK for now.
This commit is contained in:
Bradlee Speice 2014-11-30 09:57:57 -05:00
parent 3d1e34e586
commit 341ed248bc

View File

@ -32,6 +32,7 @@ class OsisParser() : DefaultHandler() {
qName: String, attributes: Attributes) {
when (localName) {
OSISUtil.OSIS_ELEMENT_VERSE -> doWrite.push(true)
"divineName" -> doWrite.push(true)
else -> doWrite.push(false)
}
}