Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.eireneh.bible.book
Interface BookEle  view BookEle download BookEle.java

All Known Implementing Classes:
BibleEle

public interface BookEle

A BookDoc is a simple container for a DOM that holds the structure of part of a Book.

It allows us to abstract away the fact that we use XML an so decrease our reliance on it, and also simplify access to a text only version of the XML Document.

A BookDoc also must track the current position at which we insert new elements of Data, and it may be able to interact with XSL to return formatted objects in HTML or some other markup language.

Possible extension to this code include setting a DTD that can be enforced on any Documents that we contain.
Distribution Licence:
Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
The License is available on the internet here, by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA, Or locally at the Licence link below.
The copyright to this program is held by it's authors.

Version:
D6.I6.T2

Method Summary
 org.w3c.dom.Document getDocument()
          This method gives access to the underlying DOM
 java.lang.String getText()
          Retrieve the text that this data contains, without any markup.
 

Method Detail

getDocument

public org.w3c.dom.Document getDocument()
This method gives access to the underlying DOM


getText

public java.lang.String getText()
Retrieve the text that this data contains, without any markup.