docs
Class XML

java.lang.Object
docs.XML
- public class XML
- extends java.lang.Object
XML.
DTD
This is some example XML that could have been produced by the Book
package. It really needs some work on Strongs numbers.
Gen 1:1-4
[
In the beginning God created the heaven and the earth.
]
[
And the earth was without form, and void; and darkness was upon the face of the deep.
And the Spirit of God moved upon the face of the waters.
]
[
And God said, Let there be light: and there was light.
]
[
And God saw the light, that it was good: and God divided the light from the darkness.
the light from...: Heb. between the light and between the darkness
]
DTD
This is what the DTD could look like. I currently do not specify any DTD
in my XML documents. For speed reasons I specifically do not want a DTD
most of the time, however it could be useful for testing purposes.
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:
- D0.I0.T0
Constructor Summary |
XML()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XML
public XML()