|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.jsword.book.BookData
public class BookData
Basic section of BookData.
for license details.
The copyright to this program is held by it's authors.
Field Summary | |
---|---|
private Book |
book
Who created this data |
private Key |
key
What key was used to create this data |
private org.jdom.Element |
osis
The root where we read data from |
Constructor Summary | |
---|---|
BookData(org.jdom.Element osis,
Book book,
Key key)
Ctor |
|
BookData(SAXEventProvider provider,
Book book,
Key key)
Create a BibleData from a SAXEventProvider |
Method Summary | |
---|---|
Book |
getBook()
Who created this data. |
Key |
getKey()
What key was used to create this data. |
org.jdom.Element |
getOsis()
Accessor for the root OSIS element |
String |
getPlainText()
A simplified plain text version of the data in this document with all the markup stripped out. |
SAXEventProvider |
getSAXEventProvider()
Output the current data as a SAX stream. |
String |
getVerseText()
Return the verse's text without any extra-biblical material. |
void |
validate()
Check that a BibleData is valid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Book book
private Key key
private org.jdom.Element osis
Constructor Detail |
---|
public BookData(org.jdom.Element osis, Book book, Key key)
public BookData(SAXEventProvider provider, Book book, Key key) throws SAXException
SAXException
Method Detail |
---|
public org.jdom.Element getOsis()
public String getVerseText()
public String getPlainText()
public void validate()
public SAXEventProvider getSAXEventProvider()
public Book getBook()
public Key getKey()
|
Copyright ยจ 2003-2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |