[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/filter/thml s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Mon May 16 17:43:17 MST 2005


Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml
In directory www.crosswire.org:/tmp/cvs-serv23836/java/jsword/org/crosswire/jsword/book/filter/thml

Modified Files:
	ScripRefTag.java PbTag.java RootTag.java ScriptureTag.java 
	TdTag.java UTag.java UlTag.java NameTag.java 
	CustomHandler.java CitationTag.java BTag.java TableTag.java 
	BrTag.java LiTag.java HrTag.java ForeignTag.java OlTag.java 
	CenterTag.java BlockquoteTag.java AliasTag.java ThTag.java 
	Msg.java Tag.java THMLFilter.java SupTag.java DivTag.java 
	SyncTag.java ATag.java IgnoreTag.java SmallTag.java TrTag.java 
	NoteTag.java FontTag.java PTag.java TermTag.java ITag.java 
Log Message:
Added support for CheckStyle plugin.
Added a few more CheckStyle rules.
Fixed a spelling mistake.

Index: IgnoreTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/IgnoreTag.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** IgnoreTag.java	10 May 2005 02:39:21 -0000	1.8
--- IgnoreTag.java	17 May 2005 00:43:15 -0000	1.9
***************
*** 28,32 ****
   * THML Tag to process the pb element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 28,32 ----
   * THML Tag to process the pb element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: AliasTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/AliasTag.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** AliasTag.java	10 May 2005 02:39:21 -0000	1.5
--- AliasTag.java	17 May 2005 00:43:15 -0000	1.6
***************
*** 28,32 ****
   * THML Tag to process the bold element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 28,32 ----
   * THML Tag to process the bold element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: NameTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/NameTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** NameTag.java	10 May 2005 02:39:21 -0000	1.6
--- NameTag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * THML Tag to process the name element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the name element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: OlTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/OlTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** OlTag.java	10 May 2005 02:39:21 -0000	1.6
--- OlTag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * THML Tag to process the ol element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the ol element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: ATag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/ATag.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ATag.java	10 May 2005 02:39:21 -0000	1.7
--- ATag.java	17 May 2005 00:43:15 -0000	1.8
***************
*** 29,33 ****
   * THML Tag to process the a (Reference) element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the a (Reference) element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: CitationTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/CitationTag.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** CitationTag.java	10 May 2005 02:39:21 -0000	1.7
--- CitationTag.java	17 May 2005 00:43:15 -0000	1.8
***************
*** 29,33 ****
   * THML Tag to process the blockquote element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the blockquote element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: UTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/UTag.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** UTag.java	10 May 2005 02:39:21 -0000	1.8
--- UTag.java	17 May 2005 00:43:15 -0000	1.9
***************
*** 29,33 ****
   * THML Tag to process the underline element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the underline element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: ScripRefTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/ScripRefTag.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** ScripRefTag.java	10 May 2005 02:39:21 -0000	1.10
--- ScripRefTag.java	17 May 2005 00:43:15 -0000	1.11
***************
*** 34,38 ****
   * THML Tag to process the scripRef element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 34,38 ----
   * THML Tag to process the scripRef element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: PbTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/PbTag.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** PbTag.java	10 May 2005 02:39:21 -0000	1.9
--- PbTag.java	17 May 2005 00:43:15 -0000	1.10
***************
*** 28,32 ****
   * THML Tag to process the pb element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 28,32 ----
   * THML Tag to process the pb element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: CenterTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/CenterTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** CenterTag.java	10 May 2005 02:39:21 -0000	1.6
--- CenterTag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * THML Tag to process the center element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the center element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: BrTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/BrTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** BrTag.java	10 May 2005 02:39:21 -0000	1.6
--- BrTag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * THML Tag to process the new line element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the new line element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: TdTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/TdTag.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** TdTag.java	10 May 2005 02:39:21 -0000	1.7
--- TdTag.java	17 May 2005 00:43:15 -0000	1.8
***************
*** 29,33 ****
   * THML Tag to process the td element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the td element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: TrTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/TrTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** TrTag.java	10 May 2005 02:39:21 -0000	1.6
--- TrTag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * THML Tag to process the tr element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the tr element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: TermTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/TermTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** TermTag.java	10 May 2005 02:39:21 -0000	1.6
--- TermTag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * THML Tag to process the term element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the term element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: UlTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/UlTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** UlTag.java	10 May 2005 02:39:21 -0000	1.6
--- UlTag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * THML Tag to process the ul element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the ul element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: CustomHandler.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/CustomHandler.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** CustomHandler.java	10 May 2005 02:39:21 -0000	1.12
--- CustomHandler.java	17 May 2005 00:43:15 -0000	1.13
***************
*** 42,46 ****
   * to work out what the tags meant.
   *
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 42,46 ----
   * to work out what the tags meant.
   *
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
***************
*** 175,221 ****
      static {
          Tag[] tags = new Tag[]
!             {
!                 new ATag(),
!                 new BlockquoteTag(),
!                 new BrTag(),
!                 new BTag(),
!                 new CenterTag(),
!                 new CitationTag(),
!                 new DivTag(),
!                 new ForeignTag(),
!                 new FontTag(),
!                 new HrTag(),
!                 new ITag(),
!                 new LiTag(),
!                 new NoteTag(),
!                 new NameTag(),
!                 new OlTag(),
!                 new PTag(),
!                 new PbTag(),
!                 new RootTag(),
!                 new ScriptureTag(),
!                 new ScripRefTag(),
!                 new SmallTag(),
!                 new SupTag(),
!                 new SyncTag(),
!                 new TableTag(),
!                 new TdTag(),
!                 new TermTag(),
!                 new ThTag(),
!                 new TrTag(),
!                 new UTag(),
!                 new UlTag(),
!                 new AliasTag("h1", new BTag()), //$NON-NLS-1$
!                 new AliasTag("h2", new BTag()), //$NON-NLS-1$
!                 new AliasTag("h3", new BTag()), //$NON-NLS-1$
!                 new AliasTag("h4", new BTag()), //$NON-NLS-1$
!                 new AliasTag("dl", new UlTag()), //$NON-NLS-1$
!                 new AliasTag("dd", new LiTag()), //$NON-NLS-1$
!                 new AliasTag("dt", new LiTag()), //$NON-NLS-1$
!                 new IgnoreTag("img"), //$NON-NLS-1$
!                 new IgnoreTag("span"), //$NON-NLS-1$
!                 new IgnoreTag("dir"), //$NON-NLS-1$
!                 new IgnoreTag("pre"), //$NON-NLS-1$
!             };
          for (int i = 0; i < tags.length; i++)
          {
--- 175,221 ----
      static {
          Tag[] tags = new Tag[]
!         {
!             new ATag(),
!             new BlockquoteTag(),
!             new BrTag(),
!             new BTag(),
!             new CenterTag(),
!             new CitationTag(),
!             new DivTag(),
!             new ForeignTag(),
!             new FontTag(),
!             new HrTag(),
!             new ITag(),
!             new LiTag(),
!             new NoteTag(),
!             new NameTag(),
!             new OlTag(),
!             new PTag(),
!             new PbTag(),
!             new RootTag(),
!             new ScriptureTag(),
!             new ScripRefTag(),
!             new SmallTag(),
!             new SupTag(),
!             new SyncTag(),
!             new TableTag(),
!             new TdTag(),
!             new TermTag(),
!             new ThTag(),
!             new TrTag(),
!             new UTag(),
!             new UlTag(),
!             new AliasTag("h1", new BTag()), //$NON-NLS-1$
!             new AliasTag("h2", new BTag()), //$NON-NLS-1$
!             new AliasTag("h3", new BTag()), //$NON-NLS-1$
!             new AliasTag("h4", new BTag()), //$NON-NLS-1$
!             new AliasTag("dl", new UlTag()), //$NON-NLS-1$
!             new AliasTag("dd", new LiTag()), //$NON-NLS-1$
!             new AliasTag("dt", new LiTag()), //$NON-NLS-1$
!             new IgnoreTag("img"), //$NON-NLS-1$
!             new IgnoreTag("span"), //$NON-NLS-1$
!             new IgnoreTag("dir"), //$NON-NLS-1$
!             new IgnoreTag("pre"), //$NON-NLS-1$
!         };
          for (int i = 0; i < tags.length; i++)
          {

Index: DivTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/DivTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** DivTag.java	10 May 2005 02:39:21 -0000	1.6
--- DivTag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * THML Tag to process the div element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the div element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: ScriptureTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/ScriptureTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ScriptureTag.java	10 May 2005 02:39:21 -0000	1.6
--- ScriptureTag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * THML Tag to process the scripture element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the scripture element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: ThTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/ThTag.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** ThTag.java	10 May 2005 02:39:21 -0000	1.8
--- ThTag.java	17 May 2005 00:43:15 -0000	1.9
***************
*** 29,33 ****
   * THML Tag to process the th element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the th element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: SupTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/SupTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** SupTag.java	10 May 2005 02:39:21 -0000	1.6
--- SupTag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * THML Tag to process the superscript element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the superscript element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: SyncTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/SyncTag.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** SyncTag.java	10 May 2005 02:39:21 -0000	1.8
--- SyncTag.java	17 May 2005 00:43:15 -0000	1.9
***************
*** 30,34 ****
   * THML Tag to process the sync element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 30,34 ----
   * THML Tag to process the sync element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: NoteTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/NoteTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** NoteTag.java	10 May 2005 02:39:21 -0000	1.6
--- NoteTag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * THML Tag to process the note element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the note element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: BTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/BTag.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** BTag.java	10 May 2005 02:39:21 -0000	1.8
--- BTag.java	17 May 2005 00:43:15 -0000	1.9
***************
*** 29,33 ****
   * THML Tag to process the bold element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the bold element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: THMLFilter.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/THMLFilter.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** THMLFilter.java	10 May 2005 02:39:21 -0000	1.17
--- THMLFilter.java	17 May 2005 00:43:15 -0000	1.18
***************
*** 50,54 ****
   * LATER(joe): check nesting on these THML elements
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 50,54 ----
   * LATER(joe): check nesting on these THML elements
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: ForeignTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/ForeignTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ForeignTag.java	10 May 2005 02:39:21 -0000	1.6
--- ForeignTag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * THML Tag to process the foreign element.
   *
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the foreign element.
   *
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: LiTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/LiTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** LiTag.java	10 May 2005 02:39:21 -0000	1.6
--- LiTag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * THML Tag to process the li element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the li element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: Tag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/Tag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Tag.java	10 May 2005 02:39:21 -0000	1.6
--- Tag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * each THML tag.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * each THML tag.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
***************
*** 40,44 ****
       * the string "font".
       */
!     public String getTagName();
  
      /**
--- 40,44 ----
       * the string "font".
       */
!     String getTagName();
  
      /**
***************
*** 49,52 ****
       * @return the element to which content is attached
       */
!     public Element processTag(Element ele, Attributes attrs);
  }
--- 49,52 ----
       * @return the element to which content is attached
       */
!     Element processTag(Element ele, Attributes attrs);
  }

Index: Msg.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/Msg.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Msg.java	10 May 2005 02:39:21 -0000	1.7
--- Msg.java	17 May 2005 00:43:15 -0000	1.8
***************
*** 27,35 ****
   * Compile safe Msg resource settings.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
   */
! class Msg extends MsgBase
  {
      static final Msg UNUSED = new Msg("UNUSED"); //$NON-NLS-1$
--- 27,35 ----
   * Compile safe Msg resource settings.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
   */
! final class Msg extends MsgBase
  {
      static final Msg UNUSED = new Msg("UNUSED"); //$NON-NLS-1$

Index: FontTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/FontTag.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** FontTag.java	10 May 2005 02:39:21 -0000	1.9
--- FontTag.java	17 May 2005 00:43:15 -0000	1.10
***************
*** 31,35 ****
   * THML Tag to process the font element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 31,35 ----
   * THML Tag to process the font element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: RootTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/RootTag.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** RootTag.java	10 May 2005 02:39:21 -0000	1.8
--- RootTag.java	17 May 2005 00:43:15 -0000	1.9
***************
*** 29,33 ****
   * THML Tag to process the root element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the root element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: TableTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/TableTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** TableTag.java	10 May 2005 02:39:21 -0000	1.6
--- TableTag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * THML Tag to process the table element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the table element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: ITag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/ITag.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** ITag.java	10 May 2005 02:39:21 -0000	1.8
--- ITag.java	17 May 2005 00:43:15 -0000	1.9
***************
*** 29,33 ****
   * THML Tag to process the italic element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the italic element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: SmallTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/SmallTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** SmallTag.java	10 May 2005 02:39:21 -0000	1.6
--- SmallTag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * THML Tag to process the small element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the small element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: PTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/PTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** PTag.java	10 May 2005 02:39:21 -0000	1.6
--- PTag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * THML Tag to process the p element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the p element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: HrTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/HrTag.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** HrTag.java	10 May 2005 02:39:21 -0000	1.9
--- HrTag.java	17 May 2005 00:43:15 -0000	1.10
***************
*** 28,32 ****
   * THML Tag to process the hr element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 28,32 ----
   * THML Tag to process the hr element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: BlockquoteTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/BlockquoteTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** BlockquoteTag.java	10 May 2005 02:39:21 -0000	1.6
--- BlockquoteTag.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 29,33 ****
   * THML Tag to process the blockquote element.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * THML Tag to process the blockquote element.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]



More information about the jsword-svn mailing list