Update of /cvsroot/babeldoc/babeldoc/modules/conversion/src/com/babeldoc/conversion/flatfile/digester
In directory sc8-pr-cvs1:/tmp/cvs-serv1337/modules/conversion/src/com/babeldoc/conversion/flatfile/digester
Modified Files:
Conversion.java Field.java Header.java InputDocument.java
LineSegment.java OutputDocument.java
Log Message:
Updates for segmented lines / cvs lines in the Conversion utilities.
Index: Conversion.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/conversion/src/com/babeldoc/conversion/flatfile/digester/Conversion.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Conversion.java 19 Jul 2003 13:16:47 -0000 1.1
--- Conversion.java 30 Oct 2003 00:15:56 -0000 1.2
***************
*** 70,74 ****
/**
! * Digester class. This will get used by the apache Digester to build the
* hierarchy of classes that represent the conversion xml. This class is
* simply a value object representing the xml document.
--- 70,74 ----
/**
! * Digester class. This will getChild used by the apache Digester to build the
* hierarchy of classes that represent the conversion xml. This class is
* simply a value object representing the xml document.
***************
*** 113,117 ****
/**
! * get the documentation
*
* @return
--- 113,117 ----
/**
! * getChild the documentation
*
* @return
Index: Field.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/conversion/src/com/babeldoc/conversion/flatfile/digester/Field.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Field.java 19 Jul 2003 13:16:47 -0000 1.1
--- Field.java 30 Oct 2003 00:15:56 -0000 1.2
***************
*** 67,71 ****
/**
! * Digester class. This will get used by the apache Digester to build the
* hierarchy of classes that represent the conversion xml. This class is
* simply a value object representing the xml document.
--- 67,71 ----
/**
! * Digester class. This will getChild used by the apache Digester to build the
* hierarchy of classes that represent the conversion xml. This class is
* simply a value object representing the xml document.
Index: Header.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/conversion/src/com/babeldoc/conversion/flatfile/digester/Header.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Header.java 19 Jul 2003 13:16:47 -0000 1.1
--- Header.java 30 Oct 2003 00:15:56 -0000 1.2
***************
*** 67,71 ****
/**
! * Digester class. This will get used by the apache Digester to build the
* hierarchy of classes that represent the conversion xml. This class is
* simply a value object representing the xml document.
--- 67,71 ----
/**
! * Digester class. This will getChild used by the apache Digester to build the
* hierarchy of classes that represent the conversion xml. This class is
* simply a value object representing the xml document.
Index: InputDocument.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/conversion/src/com/babeldoc/conversion/flatfile/digester/InputDocument.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** InputDocument.java 19 Jul 2003 13:16:47 -0000 1.1
--- InputDocument.java 30 Oct 2003 00:15:56 -0000 1.2
***************
*** 67,71 ****
/**
! * Digester class. This will get used by the apache Digester to build the
* hierarchy of classes that represent the conversion xml. This class is
* simply a value object representing the xml document.
--- 67,71 ----
/**
! * Digester class. This will getChild used by the apache Digester to build the
* hierarchy of classes that represent the conversion xml. This class is
* simply a value object representing the xml document.
***************
*** 94,98 ****
/**
! * get the conversion type
*
* @return
--- 94,98 ----
/**
! * getChild the conversion type
*
* @return
Index: LineSegment.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/conversion/src/com/babeldoc/conversion/flatfile/digester/LineSegment.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** LineSegment.java 19 Jul 2003 13:16:47 -0000 1.1
--- LineSegment.java 30 Oct 2003 00:15:56 -0000 1.2
***************
*** 70,74 ****
/**
! * Digester class. This will get used by the apache Digester to build the
* hierarchy of classes that represent the conversion xml. This class is
* simply a value object representing the xml document.
--- 70,74 ----
/**
! * Digester class. This will getChild used by the apache Digester to build the
* hierarchy of classes that represent the conversion xml. This class is
* simply a value object representing the xml document.
***************
*** 237,241 ****
* @param csvField DOCUMENT ME!
*/
! public void addCsvFields(Field csvField) {
// System.out.println("[LineSegment.addCsvFields]");
this.csvFields.add(csvField);
--- 237,241 ----
* @param csvField DOCUMENT ME!
*/
! public void addCsvField(Field csvField) {
// System.out.println("[LineSegment.addCsvFields]");
this.csvFields.add(csvField);
Index: OutputDocument.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/conversion/src/com/babeldoc/conversion/flatfile/digester/OutputDocument.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** OutputDocument.java 7 Aug 2003 21:09:02 -0000 1.2
--- OutputDocument.java 30 Oct 2003 00:15:56 -0000 1.3
***************
*** 67,71 ****
/**
! * Digester class. This will get used by the apache Digester to build the
* hierarchy of classes that represent the conversion xml. This class is
* simply a value object representing the xml document.
--- 67,71 ----
/**
! * Digester class. This will getChild used by the apache Digester to build the
* hierarchy of classes that represent the conversion xml. This class is
* simply a value object representing the xml document.
|