You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2002/01/30 04:17:45 UTC

cvs commit: jakarta-commons/docs/latka/api/org/apache/commons/latka/xml FindVariablesHandler.html LatkaHandler.html LatkaVariableEntityResolver.html ParameterHandler.html RequestHandler.html RequestHeaderHandler.html SessionHandler.html SuiteHandler.html ValidationHandler.html ValidationReflectionHandler.html XMLPreprocessor.html package-frame.html package-summary.html

dion        02/01/29 19:17:45

  Modified:    docs/latka/api allclasses-frame.html index-all.html
                        index.html overview-frame.html
                        overview-summary.html packages.html
                        serialized-form.html
               docs/latka/api/org/apache/commons/latka
                        AbstractReporter.html HtmlPrettyPrintWriter.html
                        Latka.html LatkaException.html LatkaProperties.html
                        SimpleReporter.html Suite.html
                        ValidationException.html Validator.html
                        XMLReporter.html package-frame.html
                        package-summary.html
               docs/latka/api/org/apache/commons/latka/event
                        BaseRequestEvent.html LatkaEvent.html
                        LatkaEventInfo.html LatkaEventListener.html
                        LatkaEventPublisher.html RequestErrorEvent.html
                        RequestEvent.html RequestFailedEvent.html
                        RequestSkippedEvent.html RequestSucceededEvent.html
                        SuiteCompletedEvent.html SuiteEvent.html
                        package-frame.html package-summary.html
               docs/latka/api/org/apache/commons/latka/http
                        Credentials.html CredentialsImpl.html
                        Parameters.html ParametersImpl.html Request.html
                        RequestHeaders.html RequestHeadersImpl.html
                        RequestImpl.html Response.html ResponseImpl.html
                        Session.html SessionImpl.html package-frame.html
                        package-summary.html
               docs/latka/api/org/apache/commons/latka/junit
                        JUnitEventReporter.html JUnitTestAdapter.html
                        package-frame.html package-summary.html
               docs/latka/api/org/apache/commons/latka/util URLParser.html
                        package-frame.html package-summary.html
               docs/latka/api/org/apache/commons/latka/util/xml
                        BasicDelegateHandler.html DelegateHandler.html
                        DelegateHandlerImpl.html package-frame.html
                        package-summary.html
               docs/latka/api/org/apache/commons/latka/validators
                        BaseValidator.html ByteLengthHandler.html
                        ByteLengthValidator.html CookieHandler.html
                        CookieValidator.html GoldenFileValidator.html
                        MaxRequestTimeHandler.html
                        MaxRequestTimeValidator.html RegexpHandler.html
                        RegexpValidator.html StatusCodeHandler.html
                        StatusCodeValidator.html XPathHandler.html
                        XPathValidator.html package-frame.html
                        package-summary.html
               docs/latka/api/org/apache/commons/latka/xml
                        FindVariablesHandler.html LatkaHandler.html
                        LatkaVariableEntityResolver.html
                        ParameterHandler.html RequestHandler.html
                        RequestHeaderHandler.html SessionHandler.html
                        SuiteHandler.html ValidationHandler.html
                        ValidationReflectionHandler.html
                        XMLPreprocessor.html package-frame.html
                        package-summary.html
  Log:
  Rebuild of javadoc after updates to source
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-commons/docs/latka/api/allclasses-frame.html
  
  Index: allclasses-frame.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/allclasses-frame.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- allclasses-frame.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ allclasses-frame.html	30 Jan 2002 03:17:41 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:49 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   All Classes
   </TITLE>
  
  
  
  1.2       +13 -11    jakarta-commons/docs/latka/api/index-all.html
  
  Index: index-all.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/index-all.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index-all.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ index-all.html	30 Jan 2002 03:17:41 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:49 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Index
   </TITLE>
  @@ -568,7 +568,8 @@
   <DT><A HREF="org/apache/commons/latka/HtmlPrettyPrintWriter.html"><B>HtmlPrettyPrintWriter</B></A> - class org.apache.commons.latka.<A HREF="org/apache/commons/latka/HtmlPrettyPrintWriter.html">HtmlPrettyPrintWriter</A>.<DD>Provides more attractive HTML formatting for the runtime
    output of Latka.<DT><A HREF="org/apache/commons/latka/HtmlPrettyPrintWriter.html#HtmlPrettyPrintWriter(java.io.Writer)"><B>HtmlPrettyPrintWriter(Writer)</B></A> - 
   Constructor for class org.apache.commons.latka.<A HREF="org/apache/commons/latka/HtmlPrettyPrintWriter.html">HtmlPrettyPrintWriter</A>
  -<DD>&nbsp;
  +<DD>Create a HtmlPrettyPrintWriter wrapping an existing writer
  + sends output to the wrapped writer
   <DT><A HREF="org/apache/commons/latka/http/Request.html#HTTP_METHOD_GET"><B>HTTP_METHOD_GET</B></A> - 
   Static variable in interface org.apache.commons.latka.http.<A HREF="org/apache/commons/latka/http/Request.html">Request</A>
   <DD>An integer representing the HTTP GET method
  @@ -633,7 +634,7 @@
   <DT><A HREF="org/apache/commons/latka/Latka.html"><B>Latka</B></A> - class org.apache.commons.latka.<A HREF="org/apache/commons/latka/Latka.html">Latka</A>.<DD>This is the primary class for executing Latka functional
    tests.<DT><A HREF="org/apache/commons/latka/Latka.html#LATKA_USAGE"><B>LATKA_USAGE</B></A> - 
   Static variable in class org.apache.commons.latka.<A HREF="org/apache/commons/latka/Latka.html">Latka</A>
  -<DD>&nbsp;
  +<DD>Message displayed to user when incorrect args provided
   <DT><A HREF="org/apache/commons/latka/Latka.html#Latka()"><B>Latka()</B></A> - 
   Constructor for class org.apache.commons.latka.<A HREF="org/apache/commons/latka/Latka.html">Latka</A>
   <DD>&nbsp;
  @@ -803,7 +804,8 @@
    processing.
   <DT><A HREF="org/apache/commons/latka/HtmlPrettyPrintWriter.html#print(java.lang.String)"><B>print(String)</B></A> - 
   Method in class org.apache.commons.latka.<A HREF="org/apache/commons/latka/HtmlPrettyPrintWriter.html">HtmlPrettyPrintWriter</A>
  -<DD>&nbsp;
  +<DD>Write a string to the wrapped writer format it specially as per
  + the class definition
   <DT><A HREF="org/apache/commons/latka/xml/RequestHandler.html#printFailure(org.apache.commons.latka.http.Request, java.lang.Exception)"><B>printFailure(Request, Exception)</B></A> - 
   Method in class org.apache.commons.latka.xml.<A HREF="org/apache/commons/latka/xml/RequestHandler.html">RequestHandler</A>
   <DD>&nbsp;
  @@ -1072,7 +1074,7 @@
    referer for the next request.
   <DT><A HREF="org/apache/commons/latka/Latka.html#setReportStylesheet(java.net.URL)"><B>setReportStylesheet(URL)</B></A> - 
   Method in class org.apache.commons.latka.<A HREF="org/apache/commons/latka/Latka.html">Latka</A>
  -<DD>&nbsp;
  +<DD>Set the URL to be used when transforming XML generated by the XMLReporter
   <DT><A HREF="org/apache/commons/latka/validators/XPathValidator.html#setSelect(java.lang.String)"><B>setSelect(String)</B></A> - 
   Method in class org.apache.commons.latka.validators.<A HREF="org/apache/commons/latka/validators/XPathValidator.html">XPathValidator</A>
   <DD>&nbsp;
  @@ -1317,7 +1319,7 @@
   <DD>&nbsp;
   <DT><A HREF="org/apache/commons/latka/HtmlPrettyPrintWriter.html#_charsWritten"><B>_charsWritten</B></A> - 
   Variable in class org.apache.commons.latka.<A HREF="org/apache/commons/latka/HtmlPrettyPrintWriter.html">HtmlPrettyPrintWriter</A>
  -<DD>&nbsp;
  +<DD>number of characters written by the writer
   <DT><A HREF="org/apache/commons/latka/util/URLParser.html#_compiler"><B>_compiler</B></A> - 
   Variable in class org.apache.commons.latka.util.<A HREF="org/apache/commons/latka/util/URLParser.html">URLParser</A>
   <DD>&nbsp;
  @@ -1386,7 +1388,7 @@
   <DD>&nbsp;
   <DT><A HREF="org/apache/commons/latka/Latka.html#_isValidating"><B>_isValidating</B></A> - 
   Variable in class org.apache.commons.latka.<A HREF="org/apache/commons/latka/Latka.html">Latka</A>
  -<DD>&nbsp;
  +<DD>whether xml parsing is validating or not
   <DT><A HREF="org/apache/commons/latka/validators/BaseValidator.html#_label"><B>_label</B></A> - 
   Variable in class org.apache.commons.latka.validators.<A HREF="org/apache/commons/latka/validators/BaseValidator.html">BaseValidator</A>
   <DD>&nbsp;
  @@ -1428,7 +1430,7 @@
   <DD>&nbsp;
   <DT><A HREF="org/apache/commons/latka/Latka.html#_log"><B>_log</B></A> - 
   Static variable in class org.apache.commons.latka.<A HREF="org/apache/commons/latka/Latka.html">Latka</A>
  -<DD>&nbsp;
  +<DD>log4j category for logged output
   <DT><A HREF="org/apache/commons/latka/AbstractReporter.html#_log"><B>_log</B></A> - 
   Static variable in class org.apache.commons.latka.<A HREF="org/apache/commons/latka/AbstractReporter.html">AbstractReporter</A>
   <DD>The log4J category used for processing log requests.
  @@ -1516,7 +1518,7 @@
   <DD>&nbsp;
   <DT><A HREF="org/apache/commons/latka/Latka.html#_props"><B>_props</B></A> - 
   Variable in class org.apache.commons.latka.<A HREF="org/apache/commons/latka/Latka.html">Latka</A>
  -<DD>&nbsp;
  +<DD>Latka configuration variables
   <DT><A HREF="org/apache/commons/latka/LatkaProperties.html#_propsThreadLocal"><B>_propsThreadLocal</B></A> - 
   Static variable in class org.apache.commons.latka.<A HREF="org/apache/commons/latka/LatkaProperties.html">LatkaProperties</A>
   <DD>This ThreadLocal is automatically instantiated per thread
  @@ -1532,7 +1534,7 @@
   <DD>&nbsp;
   <DT><A HREF="org/apache/commons/latka/Latka.html#_reportStylesheetUrl"><B>_reportStylesheetUrl</B></A> - 
   Variable in class org.apache.commons.latka.<A HREF="org/apache/commons/latka/Latka.html">Latka</A>
  -<DD>&nbsp;
  +<DD>XSL stylesheet url to use when generating XML
   <DT><A HREF="org/apache/commons/latka/xml/RequestHandler.html#_request"><B>_request</B></A> - 
   Variable in class org.apache.commons.latka.xml.<A HREF="org/apache/commons/latka/xml/RequestHandler.html">RequestHandler</A>
   <DD>&nbsp;
  @@ -1671,6 +1673,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +1 -1      jakarta-commons/docs/latka/api/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ index.html	30 Jan 2002 03:17:41 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:49 EST 2002-->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002-->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite
   </TITLE>
  
  
  
  1.2       +1 -1      jakarta-commons/docs/latka/api/overview-frame.html
  
  Index: overview-frame.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/overview-frame.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- overview-frame.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ overview-frame.html	30 Jan 2002 03:17:41 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:49 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Overview
   </TITLE>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/overview-summary.html
  
  Index: overview-summary.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/overview-summary.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- overview-summary.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ overview-summary.html	30 Jan 2002 03:17:41 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:49 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Overview
   </TITLE>
  @@ -121,6 +121,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +1 -1      jakarta-commons/docs/latka/api/packages.html
  
  Index: packages.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/packages.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- packages.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ packages.html	30 Jan 2002 03:17:41 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:49 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite
   </TITLE>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/serialized-form.html
  
  Index: serialized-form.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/serialized-form.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- serialized-form.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ serialized-form.html	30 Jan 2002 03:17:41 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Serialized Form
   </TITLE>
  @@ -148,6 +148,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +8 -7      jakarta-commons/docs/latka/api/org/apache/commons/latka/AbstractReporter.html
  
  Index: AbstractReporter.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/AbstractReporter.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AbstractReporter.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ AbstractReporter.html	30 Jan 2002 03:17:41 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  AbstractReporter
   </TITLE>
  @@ -76,6 +76,7 @@
    occur during Latka processing
   <P>
   <DL>
  +<DT><B>Version: </B><DD>$Revision: 1.2 $</DD>
   <DT><B>Author: </B><DD>Rodney Waldhoff, Morgan Delagrange</DD>
   </DL>
   <HR>
  @@ -405,13 +406,13 @@
   <DL>
   <DD>Record the "success status" of a request event.
    On a failed request, the current suite, request and session are
  - marked as failed
  -
  - param event  a request event.
  - param bool   the success (<code>true</code>) or failure
  - (<code>false</code>) of the request.<DD><DL>
  + marked as failed<DD><DL>
   </DL>
   </DD>
  +<DD><DL>
  +<DT><B>Parameters:</B><DD><CODE>event</CODE> - a request event.<DD><CODE>bool</CODE> - the success (<code>true</code>) or failure
  + (<code>false</code>) of the request.</DL>
  +</DD>
   </DL>
   <HR>
   
  @@ -515,6 +516,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +19 -8     jakarta-commons/docs/latka/api/org/apache/commons/latka/HtmlPrettyPrintWriter.html
  
  Index: HtmlPrettyPrintWriter.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/HtmlPrettyPrintWriter.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HtmlPrettyPrintWriter.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ HtmlPrettyPrintWriter.html	30 Jan 2002 03:17:41 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  HtmlPrettyPrintWriter
   </TITLE>
  @@ -77,7 +77,8 @@
    to allow for line wrapping.
   <P>
   <DL>
  -<DT><B>Author: </B><DD>Morgan Delagrange</DD>
  +<DT><B>Version: </B><DD>$Revision: 1.2 $</DD>
  +<DT><B>Author: </B><DD>Morgan Delagrange, dIon Gillard (javadocs)</DD>
   <DT><B>See Also: </B><DD><A HREF="../../../../org/apache/commons/latka/XMLReporter.html#setPrintWriter(java.io.PrintWriter)"><CODE>XMLReporter.setPrintWriter(PrintWriter)</CODE></A></DL>
   <HR>
   
  @@ -99,7 +100,7 @@
   <TD><CODE><B><A HREF="../../../../org/apache/commons/latka/HtmlPrettyPrintWriter.html#_charsWritten">_charsWritten</A></B></CODE>
   
   <BR>
  -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;number of characters written by the writer</TD>
   </TR>
   </TABLE>
   &nbsp;<A NAME="fields_inherited_from_class_java.io.PrintWriter"><!-- --></A>
  @@ -133,7 +134,8 @@
   <TD><CODE><B><A HREF="../../../../org/apache/commons/latka/HtmlPrettyPrintWriter.html#HtmlPrettyPrintWriter(java.io.Writer)">HtmlPrettyPrintWriter</A></B>(java.io.Writer&nbsp;writer)</CODE>
   
   <BR>
  -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a HtmlPrettyPrintWriter wrapping an existing writer
  + sends output to the wrapped writer</TD>
   </TR>
   </TABLE>
   &nbsp;
  @@ -151,7 +153,8 @@
   <TD><CODE><B><A HREF="../../../../org/apache/commons/latka/HtmlPrettyPrintWriter.html#print(java.lang.String)">print</A></B>(java.lang.String&nbsp;output)</CODE>
   
   <BR>
  -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Write a string to the wrapped writer format it specially as per
  + the class definition</TD>
   </TR>
   </TABLE>
   &nbsp;<A NAME="methods_inherited_from_class_java.io.PrintWriter"><!-- --></A>
  @@ -190,7 +193,7 @@
   <PRE>
   protected int <B>_charsWritten</B></PRE>
   <DL>
  -</DL>
  +<DD>number of characters written by the writer</DL>
   
   <!-- ========= CONSTRUCTOR DETAIL ======== -->
   
  @@ -207,6 +210,10 @@
   <PRE>
   public <B>HtmlPrettyPrintWriter</B>(java.io.Writer&nbsp;writer)</PRE>
   <DL>
  +<DD>Create a HtmlPrettyPrintWriter wrapping an existing writer
  + sends output to the wrapped writer<DD><DL>
  +<DT><B>Parameters:</B><DD><CODE>writer</CODE> - any java.io.Writer</DL>
  +</DD>
   </DL>
   
   <!-- ============ METHOD DETAIL ========== -->
  @@ -224,9 +231,13 @@
   <PRE>
   public void <B>print</B>(java.lang.String&nbsp;output)</PRE>
   <DL>
  -<DD><DL>
  +<DD>Write a string to the wrapped writer format it specially as per
  + the class definition<DD><DL>
   <DT><B>Overrides:</B><DD><CODE>print</CODE> in class <CODE>java.io.PrintWriter</CODE></DL>
   </DD>
  +<DD><DL>
  +<DT><B>Parameters:</B><DD><CODE>output</CODE> - a String to be written</DL>
  +</DD>
   </DL>
   <!-- ========= END OF CLASS DATA ========= -->
   <HR>
  @@ -269,6 +280,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +21 -17    jakarta-commons/docs/latka/api/org/apache/commons/latka/Latka.html
  
  Index: Latka.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/Latka.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Latka.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ Latka.html	30 Jan 2002 03:17:41 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  Latka
   </TITLE>
  @@ -71,7 +71,8 @@
    There is also a webapp-based Latka interface.
   <P>
   <DL>
  -<DT><B>Author: </B><DD>Morgan Delagrange</DD>
  +<DT><B>Version: </B><DD>$Revision: 1.2 $</DD>
  +<DT><B>Author: </B><DD>Morgan Delagrange, dIon Gillard</DD>
   <DT><B>See Also: </B><DD><A HREF="../../../../org/apache/commons/latka/Suite.html"><CODE>Suite</CODE></A>, 
   <A HREF="../../../../org/apache/commons/latka/LatkaProperties.html"><CODE>LatkaProperties</CODE></A></DL>
   <HR>
  @@ -94,7 +95,7 @@
   <TD><CODE><B><A HREF="../../../../org/apache/commons/latka/Latka.html#_isValidating">_isValidating</A></B></CODE>
   
   <BR>
  -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;whether xml parsing is validating or not</TD>
   </TR>
   <TR BGCOLOR="white" CLASS="TableRowColor">
   <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  @@ -102,7 +103,7 @@
   <TD><CODE><B><A HREF="../../../../org/apache/commons/latka/Latka.html#_log">_log</A></B></CODE>
   
   <BR>
  -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;log4j category for logged output</TD>
   </TR>
   <TR BGCOLOR="white" CLASS="TableRowColor">
   <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  @@ -110,7 +111,7 @@
   <TD><CODE><B><A HREF="../../../../org/apache/commons/latka/Latka.html#_props">_props</A></B></CODE>
   
   <BR>
  -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Latka configuration variables</TD>
   </TR>
   <TR BGCOLOR="white" CLASS="TableRowColor">
   <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  @@ -118,7 +119,7 @@
   <TD><CODE><B><A HREF="../../../../org/apache/commons/latka/Latka.html#_reportStylesheetUrl">_reportStylesheetUrl</A></B></CODE>
   
   <BR>
  -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XSL stylesheet url to use when generating XML</TD>
   </TR>
   <TR BGCOLOR="white" CLASS="TableRowColor">
   <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  @@ -126,7 +127,7 @@
   <TD><CODE><B><A HREF="../../../../org/apache/commons/latka/Latka.html#LATKA_USAGE">LATKA_USAGE</A></B></CODE>
   
   <BR>
  -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Message displayed to user when incorrect args provided</TD>
   </TR>
   </TABLE>
   &nbsp;
  @@ -195,7 +196,7 @@
   <TD><CODE><B><A HREF="../../../../org/apache/commons/latka/Latka.html#setReportStylesheet(java.net.URL)">setReportStylesheet</A></B>(java.net.URL&nbsp;url)</CODE>
   
   <BR>
  -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the URL to be used when transforming XML generated by the XMLReporter</TD>
   </TR>
   <TR BGCOLOR="white" CLASS="TableRowColor">
   <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  @@ -243,7 +244,7 @@
   <PRE>
   protected boolean <B>_isValidating</B></PRE>
   <DL>
  -</DL>
  +<DD>whether xml parsing is validating or not</DL>
   <HR>
   
   <A NAME="_log"><!-- --></A><H3>
  @@ -251,7 +252,7 @@
   <PRE>
   protected static org.apache.log4j.Category <B>_log</B></PRE>
   <DL>
  -</DL>
  +<DD>log4j category for logged output</DL>
   <HR>
   
   <A NAME="_props"><!-- --></A><H3>
  @@ -259,7 +260,7 @@
   <PRE>
   protected java.util.Properties <B>_props</B></PRE>
   <DL>
  -</DL>
  +<DD>Latka configuration variables</DL>
   <HR>
   
   <A NAME="_reportStylesheetUrl"><!-- --></A><H3>
  @@ -267,7 +268,7 @@
   <PRE>
   protected java.net.URL <B>_reportStylesheetUrl</B></PRE>
   <DL>
  -</DL>
  +<DD>XSL stylesheet url to use when generating XML</DL>
   <HR>
   
   <A NAME="LATKA_USAGE"><!-- --></A><H3>
  @@ -275,7 +276,7 @@
   <PRE>
   protected static java.lang.String <B>LATKA_USAGE</B></PRE>
   <DL>
  -</DL>
  +<DD>Message displayed to user when incorrect args provided</DL>
   
   <!-- ========= CONSTRUCTOR DETAIL ======== -->
   
  @@ -343,8 +344,8 @@
   <DD>Processes the command line arguments, executes a single test.
    and processes the resulting report.  Command line usage is
    described in the LATKA_USAGE constant.<DD><DL>
  -<DT><B>Parameters:</B><DD><CODE>args</CODE> - arguments passed into the main(String[]) method<DT><B>Throws:</B><DD><CODE><A HREF="../../../../org/apache/commons/latka/LatkaException.html">LatkaException</A></CODE> - if any problems are encountered during the execution
  -   of the tests</DL>
  +<DT><B>Parameters:</B><DD><CODE>args</CODE> - arguments passed into the main(String[]) method<DT><B>Throws:</B><DD><CODE><A HREF="../../../../org/apache/commons/latka/LatkaException.html">LatkaException</A></CODE> - if any problems are encountered during
  + the execution of the tests</DL>
   </DD>
   </DL>
   <HR>
  @@ -361,7 +362,7 @@
    The Latka packages contain an implmentation of LatkaEventInfo
    which can generate an XML report according to a standard
    DTD (see documentation).<DD><DL>
  -<DT><B>Parameters:</B><DD><CODE>suite</CODE> - test suite to execute<DD><CODE>listener</CODE> - target for test events<DT><B>See Also: </B><DD><A HREF="../../../../org/apache/commons/latka/XMLReporter.html"><CODE>XML-based implementation of LatkaEventInfo</CODE></A></DL>
  +<DT><B>Parameters:</B><DD><CODE>suite</CODE> - test suite to execute<DD><CODE>listener</CODE> - target for test events<DT><B>Throws:</B><DD><CODE><A HREF="../../../../org/apache/commons/latka/LatkaException.html">LatkaException</A></CODE> - when any internal error occurs<DT><B>See Also: </B><DD><A HREF="../../../../org/apache/commons/latka/XMLReporter.html"><CODE>XML-based implementation of LatkaEventInfo</CODE></A></DL>
   </DD>
   </DL>
   <HR>
  @@ -371,6 +372,9 @@
   <PRE>
   public void <B>setReportStylesheet</B>(java.net.URL&nbsp;url)</PRE>
   <DL>
  +<DD>Set the URL to be used when transforming XML generated by the XMLReporter<DD><DL>
  +<DT><B>Parameters:</B><DD><CODE>url</CODE> - a valid URL referencing a stylesheet</DL>
  +</DD>
   </DL>
   <HR>
   
  @@ -438,6 +442,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/LatkaException.html
  
  Index: LatkaException.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/LatkaException.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LatkaException.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ LatkaException.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  LatkaException
   </TITLE>
  @@ -291,6 +291,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/LatkaProperties.html
  
  Index: LatkaProperties.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/LatkaProperties.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LatkaProperties.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ LatkaProperties.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  LatkaProperties
   </TITLE>
  @@ -353,6 +353,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/SimpleReporter.html
  
  Index: SimpleReporter.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/SimpleReporter.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleReporter.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ SimpleReporter.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  SimpleReporter
   </TITLE>
  @@ -329,6 +329,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/Suite.html
  
  Index: Suite.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/Suite.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Suite.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ Suite.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  Suite
   </TITLE>
  @@ -330,6 +330,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/ValidationException.html
  
  Index: ValidationException.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/ValidationException.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ValidationException.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ ValidationException.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  ValidationException
   </TITLE>
  @@ -267,6 +267,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/Validator.html
  
  Index: Validator.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/Validator.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Validator.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ Validator.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Interface  Validator
   </TITLE>
  @@ -172,6 +172,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/XMLReporter.html
  
  Index: XMLReporter.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/XMLReporter.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLReporter.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ XMLReporter.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  XMLReporter
   </TITLE>
  @@ -479,6 +479,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +1 -1      jakarta-commons/docs/latka/api/org/apache/commons/latka/package-frame.html
  
  Index: package-frame.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/package-frame.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package-frame.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ package-frame.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Package org.apache.commons.latka
   </TITLE>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/package-summary.html
  
  Index: package-summary.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/package-summary.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package-summary.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ package-summary.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:49 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Package org.apache.commons.latka
   </TITLE>
  @@ -156,6 +156,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/event/BaseRequestEvent.html
  
  Index: BaseRequestEvent.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/event/BaseRequestEvent.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BaseRequestEvent.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ BaseRequestEvent.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  BaseRequestEvent
   </TITLE>
  @@ -75,7 +75,7 @@
    clients
   <P>
   <DL>
  -<DT><B>Version: </B><DD>$Id: BaseRequestEvent.html,v 1.1 2002/01/27 14:00:54 dion Exp $</DD>
  +<DT><B>Version: </B><DD>$Id: BaseRequestEvent.html,v 1.2 2002/01/30 03:17:42 dion Exp $</DD>
   <DT><B>Author: </B><DD>Morgan Delagrange</DD>
   </DL>
   <HR>
  @@ -264,6 +264,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/event/LatkaEvent.html
  
  Index: LatkaEvent.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/event/LatkaEvent.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LatkaEvent.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ LatkaEvent.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Interface  LatkaEvent
   </TITLE>
  @@ -128,6 +128,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/event/LatkaEventInfo.html
  
  Index: LatkaEventInfo.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/event/LatkaEventInfo.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LatkaEventInfo.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ LatkaEventInfo.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Interface  LatkaEventInfo
   </TITLE>
  @@ -72,7 +72,7 @@
    is reported to the listener.
   <P>
   <DL>
  -<DT><B>Version: </B><DD>$Id: LatkaEventInfo.html,v 1.1 2002/01/27 14:00:54 dion Exp $</DD>
  +<DT><B>Version: </B><DD>$Id: LatkaEventInfo.html,v 1.2 2002/01/30 03:17:42 dion Exp $</DD>
   <DT><B>Author: </B><DD>Morgan Delagrange</DD>
   </DL>
   <HR>
  @@ -257,6 +257,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/event/LatkaEventListener.html
  
  Index: LatkaEventListener.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/event/LatkaEventListener.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LatkaEventListener.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ LatkaEventListener.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Interface  LatkaEventListener
   </TITLE>
  @@ -68,7 +68,7 @@
   Event listener used during the execution of Latka tests.
   <P>
   <DL>
  -<DT><B>Version: </B><DD>$Id: LatkaEventListener.html,v 1.1 2002/01/27 14:00:54 dion Exp $</DD>
  +<DT><B>Version: </B><DD>$Id: LatkaEventListener.html,v 1.2 2002/01/30 03:17:42 dion Exp $</DD>
   <DT><B>Author: </B><DD>Rodney Waldhoff, Morgan Delagrange</DD>
   </DL>
   <HR>
  @@ -257,6 +257,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/event/LatkaEventPublisher.html
  
  Index: LatkaEventPublisher.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/event/LatkaEventPublisher.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LatkaEventPublisher.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ LatkaEventPublisher.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  LatkaEventPublisher
   </TITLE>
  @@ -402,6 +402,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/event/RequestErrorEvent.html
  
  Index: RequestErrorEvent.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/event/RequestErrorEvent.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RequestErrorEvent.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ RequestErrorEvent.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  RequestErrorEvent
   </TITLE>
  @@ -233,6 +233,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/event/RequestEvent.html
  
  Index: RequestEvent.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/event/RequestEvent.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RequestEvent.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ RequestEvent.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Interface  RequestEvent
   </TITLE>
  @@ -212,6 +212,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/event/RequestFailedEvent.html
  
  Index: RequestFailedEvent.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/event/RequestFailedEvent.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RequestFailedEvent.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ RequestFailedEvent.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  RequestFailedEvent
   </TITLE>
  @@ -72,7 +72,7 @@
   An event for when a request fails
   <P>
   <DL>
  -<DT><B>Version: </B><DD>$Id: RequestFailedEvent.html,v 1.1 2002/01/27 14:00:54 dion Exp $</DD>
  +<DT><B>Version: </B><DD>$Id: RequestFailedEvent.html,v 1.2 2002/01/30 03:17:42 dion Exp $</DD>
   <DT><B>Author: </B><DD>Morgan Delagrange</DD>
   </DL>
   <HR>
  @@ -237,6 +237,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/event/RequestSkippedEvent.html
  
  Index: RequestSkippedEvent.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/event/RequestSkippedEvent.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RequestSkippedEvent.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ RequestSkippedEvent.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  RequestSkippedEvent
   </TITLE>
  @@ -72,7 +72,7 @@
   An event used when Latka skips a request
   <P>
   <DL>
  -<DT><B>Version: </B><DD>$Id: RequestSkippedEvent.html,v 1.1 2002/01/27 14:00:54 dion Exp $</DD>
  +<DT><B>Version: </B><DD>$Id: RequestSkippedEvent.html,v 1.2 2002/01/30 03:17:42 dion Exp $</DD>
   <DT><B>Author: </B><DD>Morgan Delagrange</DD>
   </DL>
   <HR>
  @@ -200,6 +200,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/event/RequestSucceededEvent.html
  
  Index: RequestSucceededEvent.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/event/RequestSucceededEvent.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RequestSucceededEvent.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ RequestSucceededEvent.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  RequestSucceededEvent
   </TITLE>
  @@ -72,7 +72,7 @@
   An event generated by Latka when a request completes successfully
   <P>
   <DL>
  -<DT><B>Version: </B><DD>$Id: RequestSucceededEvent.html,v 1.1 2002/01/27 14:00:54 dion Exp $</DD>
  +<DT><B>Version: </B><DD>$Id: RequestSucceededEvent.html,v 1.2 2002/01/30 03:17:42 dion Exp $</DD>
   <DT><B>Author: </B><DD>Morgan Delagrange</DD>
   </DL>
   <HR>
  @@ -200,6 +200,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/event/SuiteCompletedEvent.html
  
  Index: SuiteCompletedEvent.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/event/SuiteCompletedEvent.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SuiteCompletedEvent.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ SuiteCompletedEvent.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  SuiteCompletedEvent
   </TITLE>
  @@ -70,7 +70,7 @@
   An event Latka fires when a suite has completed
   <P>
   <DL>
  -<DT><B>Version: </B><DD>$Id: SuiteCompletedEvent.html,v 1.1 2002/01/27 14:00:54 dion Exp $</DD>
  +<DT><B>Version: </B><DD>$Id: SuiteCompletedEvent.html,v 1.2 2002/01/30 03:17:42 dion Exp $</DD>
   <DT><B>Author: </B><DD>Morgan Delagrange</DD>
   </DL>
   <HR>
  @@ -175,6 +175,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/event/SuiteEvent.html
  
  Index: SuiteEvent.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/event/SuiteEvent.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SuiteEvent.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ SuiteEvent.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Interface  SuiteEvent
   </TITLE>
  @@ -68,7 +68,7 @@
   An interface to mark classes as being SuiteEvents
   <P>
   <DL>
  -<DT><B>Version: </B><DD>$Id: SuiteEvent.html,v 1.1 2002/01/27 14:00:54 dion Exp $</DD>
  +<DT><B>Version: </B><DD>$Id: SuiteEvent.html,v 1.2 2002/01/30 03:17:42 dion Exp $</DD>
   <DT><B>Author: </B><DD>Morgan Delagrange</DD>
   </DL>
   <HR>
  @@ -137,6 +137,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +1 -1      jakarta-commons/docs/latka/api/org/apache/commons/latka/event/package-frame.html
  
  Index: package-frame.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/event/package-frame.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package-frame.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ package-frame.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Package org.apache.commons.latka.event
   </TITLE>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/event/package-summary.html
  
  Index: package-summary.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/event/package-summary.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package-summary.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ package-summary.html	30 Jan 2002 03:17:42 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Package org.apache.commons.latka.event
   </TITLE>
  @@ -148,6 +148,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/http/Credentials.html
  
  Index: Credentials.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/http/Credentials.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Credentials.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ Credentials.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Interface  Credentials
   </TITLE>
  @@ -65,7 +65,7 @@
   Used for authentication
   <P>
   <DL>
  -<DT><B>Version: </B><DD>$Id: Credentials.html,v 1.1 2002/01/27 14:00:54 dion Exp $</DD>
  +<DT><B>Version: </B><DD>$Id: Credentials.html,v 1.2 2002/01/30 03:17:43 dion Exp $</DD>
   <DT><B>Author: </B><DD>Morgan Delagrange</DD>
   </DL>
   <HR>
  @@ -185,6 +185,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/http/CredentialsImpl.html
  
  Index: CredentialsImpl.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/http/CredentialsImpl.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CredentialsImpl.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ CredentialsImpl.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  CredentialsImpl
   </TITLE>
  @@ -281,6 +281,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/http/Parameters.html
  
  Index: Parameters.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/http/Parameters.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Parameters.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ Parameters.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Interface  Parameters
   </TITLE>
  @@ -184,6 +184,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/http/ParametersImpl.html
  
  Index: ParametersImpl.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/http/ParametersImpl.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ParametersImpl.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ ParametersImpl.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  ParametersImpl
   </TITLE>
  @@ -268,6 +268,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/http/Request.html
  
  Index: Request.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/http/Request.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Request.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ Request.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Interface  Request
   </TITLE>
  @@ -498,6 +498,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/http/RequestHeaders.html
  
  Index: RequestHeaders.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/http/RequestHeaders.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RequestHeaders.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ RequestHeaders.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Interface  RequestHeaders
   </TITLE>
  @@ -184,6 +184,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/http/RequestHeadersImpl.html
  
  Index: RequestHeadersImpl.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/http/RequestHeadersImpl.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RequestHeadersImpl.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ RequestHeadersImpl.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  RequestHeadersImpl
   </TITLE>
  @@ -268,6 +268,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/http/RequestImpl.html
  
  Index: RequestImpl.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/http/RequestImpl.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RequestImpl.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ RequestImpl.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  RequestImpl
   </TITLE>
  @@ -953,6 +953,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/http/Response.html
  
  Index: Response.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/http/Response.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Response.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ Response.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Interface  Response
   </TITLE>
  @@ -260,6 +260,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/http/ResponseImpl.html
  
  Index: ResponseImpl.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/http/ResponseImpl.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ResponseImpl.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ ResponseImpl.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  ResponseImpl
   </TITLE>
  @@ -346,6 +346,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/http/Session.html
  
  Index: Session.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/http/Session.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Session.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ Session.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Interface  Session
   </TITLE>
  @@ -235,6 +235,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/http/SessionImpl.html
  
  Index: SessionImpl.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/http/SessionImpl.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SessionImpl.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ SessionImpl.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  SessionImpl
   </TITLE>
  @@ -393,6 +393,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +1 -1      jakarta-commons/docs/latka/api/org/apache/commons/latka/http/package-frame.html
  
  Index: package-frame.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/http/package-frame.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package-frame.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ package-frame.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Package org.apache.commons.latka.http
   </TITLE>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/http/package-summary.html
  
  Index: package-summary.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/http/package-summary.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package-summary.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ package-summary.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Package org.apache.commons.latka.http
   </TITLE>
  @@ -149,6 +149,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/junit/JUnitEventReporter.html
  
  Index: JUnitEventReporter.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/junit/JUnitEventReporter.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JUnitEventReporter.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ JUnitEventReporter.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  JUnitEventReporter
   </TITLE>
  @@ -76,7 +76,7 @@
    succeeded events
   <P>
   <DL>
  -<DT><B>Version: </B><DD>$Id: JUnitEventReporter.html,v 1.1 2002/01/27 14:00:54 dion Exp $</DD>
  +<DT><B>Version: </B><DD>$Id: JUnitEventReporter.html,v 1.2 2002/01/30 03:17:43 dion Exp $</DD>
   <DT><B>Author: </B><DD>Chuck Burdick</DD>
   </DL>
   <HR>
  @@ -326,6 +326,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/junit/JUnitTestAdapter.html
  
  Index: JUnitTestAdapter.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/junit/JUnitTestAdapter.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JUnitTestAdapter.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ JUnitTestAdapter.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  JUnitTestAdapter
   </TITLE>
  @@ -71,7 +71,7 @@
    wrapping a Latka <A HREF="../../../../../org/apache/commons/latka/Suite.html"><CODE>Suite</CODE></A>
   <P>
   <DL>
  -<DT><B>Version: </B><DD>$Id: JUnitTestAdapter.html,v 1.1 2002/01/27 14:00:54 dion Exp $</DD>
  +<DT><B>Version: </B><DD>$Id: JUnitTestAdapter.html,v 1.2 2002/01/30 03:17:43 dion Exp $</DD>
   <DT><B>Author: </B><DD>Chuck Burdick</DD>
   </DL>
   <HR>
  @@ -383,6 +383,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +1 -1      jakarta-commons/docs/latka/api/org/apache/commons/latka/junit/package-frame.html
  
  Index: package-frame.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/junit/package-frame.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package-frame.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ package-frame.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Package org.apache.commons.latka.junit
   </TITLE>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/junit/package-summary.html
  
  Index: package-summary.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/junit/package-summary.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package-summary.html	27 Jan 2002 14:00:54 -0000	1.1
  +++ package-summary.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Package org.apache.commons.latka.junit
   </TITLE>
  @@ -99,6 +99,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/util/URLParser.html
  
  Index: URLParser.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/util/URLParser.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- URLParser.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ URLParser.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  URLParser
   </TITLE>
  @@ -1006,6 +1006,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +1 -1      jakarta-commons/docs/latka/api/org/apache/commons/latka/util/package-frame.html
  
  Index: package-frame.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/util/package-frame.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package-frame.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ package-frame.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Package org.apache.commons.latka.util
   </TITLE>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/util/package-summary.html
  
  Index: package-summary.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/util/package-summary.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package-summary.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ package-summary.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Package org.apache.commons.latka.util
   </TITLE>
  @@ -94,6 +94,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/util/xml/BasicDelegateHandler.html
  
  Index: BasicDelegateHandler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/util/xml/BasicDelegateHandler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BasicDelegateHandler.html	27 Jan 2002 14:01:31 -0000	1.1
  +++ BasicDelegateHandler.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  BasicDelegateHandler
   </TITLE>
  @@ -436,6 +436,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/util/xml/DelegateHandler.html
  
  Index: DelegateHandler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/util/xml/DelegateHandler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DelegateHandler.html	27 Jan 2002 14:01:31 -0000	1.1
  +++ DelegateHandler.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Interface  DelegateHandler
   </TITLE>
  @@ -198,6 +198,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/util/xml/DelegateHandlerImpl.html
  
  Index: DelegateHandlerImpl.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/util/xml/DelegateHandlerImpl.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DelegateHandlerImpl.html	27 Jan 2002 14:01:31 -0000	1.1
  +++ DelegateHandlerImpl.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  DelegateHandlerImpl
   </TITLE>
  @@ -245,6 +245,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +1 -1      jakarta-commons/docs/latka/api/org/apache/commons/latka/util/xml/package-frame.html
  
  Index: package-frame.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/util/xml/package-frame.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package-frame.html	27 Jan 2002 14:01:31 -0000	1.1
  +++ package-frame.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Package org.apache.commons.latka.util.xml
   </TITLE>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/util/xml/package-summary.html
  
  Index: package-summary.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/util/xml/package-summary.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package-summary.html	27 Jan 2002 14:01:31 -0000	1.1
  +++ package-summary.html	30 Jan 2002 03:17:43 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Package org.apache.commons.latka.util.xml
   </TITLE>
  @@ -112,6 +112,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/BaseValidator.html
  
  Index: BaseValidator.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/BaseValidator.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BaseValidator.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ BaseValidator.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  BaseValidator
   </TITLE>
  @@ -353,6 +353,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/ByteLengthHandler.html
  
  Index: ByteLengthHandler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/ByteLengthHandler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ByteLengthHandler.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ ByteLengthHandler.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  ByteLengthHandler
   </TITLE>
  @@ -259,6 +259,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/ByteLengthValidator.html
  
  Index: ByteLengthValidator.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/ByteLengthValidator.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ByteLengthValidator.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ ByteLengthValidator.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  ByteLengthValidator
   </TITLE>
  @@ -393,6 +393,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/CookieHandler.html
  
  Index: CookieHandler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/CookieHandler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CookieHandler.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ CookieHandler.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  CookieHandler
   </TITLE>
  @@ -259,6 +259,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/CookieValidator.html
  
  Index: CookieValidator.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/CookieValidator.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CookieValidator.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ CookieValidator.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  CookieValidator
   </TITLE>
  @@ -419,6 +419,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/GoldenFileValidator.html
  
  Index: GoldenFileValidator.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/GoldenFileValidator.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- GoldenFileValidator.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ GoldenFileValidator.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  GoldenFileValidator
   </TITLE>
  @@ -409,6 +409,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/MaxRequestTimeHandler.html
  
  Index: MaxRequestTimeHandler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/MaxRequestTimeHandler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MaxRequestTimeHandler.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ MaxRequestTimeHandler.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  MaxRequestTimeHandler
   </TITLE>
  @@ -259,6 +259,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/MaxRequestTimeValidator.html
  
  Index: MaxRequestTimeValidator.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/MaxRequestTimeValidator.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MaxRequestTimeValidator.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ MaxRequestTimeValidator.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  MaxRequestTimeValidator
   </TITLE>
  @@ -324,6 +324,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/RegexpHandler.html
  
  Index: RegexpHandler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/RegexpHandler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RegexpHandler.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ RegexpHandler.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  RegexpHandler
   </TITLE>
  @@ -259,6 +259,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/RegexpValidator.html
  
  Index: RegexpValidator.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/RegexpValidator.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RegexpValidator.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ RegexpValidator.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  RegexpValidator
   </TITLE>
  @@ -414,6 +414,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/StatusCodeHandler.html
  
  Index: StatusCodeHandler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/StatusCodeHandler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StatusCodeHandler.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ StatusCodeHandler.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  StatusCodeHandler
   </TITLE>
  @@ -259,6 +259,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/StatusCodeValidator.html
  
  Index: StatusCodeValidator.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/StatusCodeValidator.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StatusCodeValidator.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ StatusCodeValidator.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  StatusCodeValidator
   </TITLE>
  @@ -338,6 +338,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/XPathHandler.html
  
  Index: XPathHandler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/XPathHandler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XPathHandler.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ XPathHandler.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  XPathHandler
   </TITLE>
  @@ -265,6 +265,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/XPathValidator.html
  
  Index: XPathValidator.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/XPathValidator.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XPathValidator.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ XPathValidator.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  XPathValidator
   </TITLE>
  @@ -457,6 +457,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +1 -1      jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/package-frame.html
  
  Index: package-frame.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/package-frame.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package-frame.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ package-frame.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Package org.apache.commons.latka.validators
   </TITLE>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/package-summary.html
  
  Index: package-summary.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/validators/package-summary.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package-summary.html	27 Jan 2002 14:00:53 -0000	1.1
  +++ package-summary.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Package org.apache.commons.latka.validators
   </TITLE>
  @@ -146,6 +146,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/FindVariablesHandler.html
  
  Index: FindVariablesHandler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/FindVariablesHandler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FindVariablesHandler.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ FindVariablesHandler.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  FindVariablesHandler
   </TITLE>
  @@ -280,6 +280,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/LatkaHandler.html
  
  Index: LatkaHandler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/LatkaHandler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LatkaHandler.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ LatkaHandler.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  LatkaHandler
   </TITLE>
  @@ -267,6 +267,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/LatkaVariableEntityResolver.html
  
  Index: LatkaVariableEntityResolver.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/LatkaVariableEntityResolver.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LatkaVariableEntityResolver.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ LatkaVariableEntityResolver.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  LatkaVariableEntityResolver
   </TITLE>
  @@ -264,6 +264,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/ParameterHandler.html
  
  Index: ParameterHandler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/ParameterHandler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ParameterHandler.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ ParameterHandler.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  ParameterHandler
   </TITLE>
  @@ -403,6 +403,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/RequestHandler.html
  
  Index: RequestHandler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/RequestHandler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RequestHandler.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ RequestHandler.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  RequestHandler
   </TITLE>
  @@ -552,6 +552,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/RequestHeaderHandler.html
  
  Index: RequestHeaderHandler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/RequestHeaderHandler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RequestHeaderHandler.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ RequestHeaderHandler.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  RequestHeaderHandler
   </TITLE>
  @@ -332,6 +332,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/SessionHandler.html
  
  Index: SessionHandler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/SessionHandler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SessionHandler.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ SessionHandler.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  SessionHandler
   </TITLE>
  @@ -386,6 +386,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/SuiteHandler.html
  
  Index: SuiteHandler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/SuiteHandler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SuiteHandler.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ SuiteHandler.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  SuiteHandler
   </TITLE>
  @@ -348,6 +348,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/ValidationHandler.html
  
  Index: ValidationHandler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/ValidationHandler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ValidationHandler.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ ValidationHandler.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  ValidationHandler
   </TITLE>
  @@ -313,6 +313,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/ValidationReflectionHandler.html
  
  Index: ValidationReflectionHandler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/ValidationReflectionHandler.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ValidationReflectionHandler.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ ValidationReflectionHandler.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  ValidationReflectionHandler
   </TITLE>
  @@ -431,6 +431,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/XMLPreprocessor.html
  
  Index: XMLPreprocessor.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/XMLPreprocessor.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLPreprocessor.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ XMLPreprocessor.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:51 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:47 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Class  XMLPreprocessor
   </TITLE>
  @@ -470,6 +470,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  
  1.2       +1 -1      jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/package-frame.html
  
  Index: package-frame.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/package-frame.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package-frame.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ package-frame.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Package org.apache.commons.latka.xml
   </TITLE>
  
  
  
  1.2       +2 -2      jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/package-summary.html
  
  Index: package-summary.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/latka/api/org/apache/commons/latka/xml/package-summary.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package-summary.html	27 Jan 2002 14:00:52 -0000	1.1
  +++ package-summary.html	30 Jan 2002 03:17:44 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--NewPage-->
   <HTML>
   <HEAD>
  -<!-- Generated by javadoc on Mon Jan 28 00:47:50 EST 2002 -->
  +<!-- Generated by javadoc on Wed Jan 30 14:01:46 EST 2002 -->
   <TITLE>
   Jakarta Commons Latka Functional Testing Suite: Package org.apache.commons.latka.xml
   </TITLE>
  @@ -136,6 +136,6 @@
   <!-- =========== END OF NAVBAR =========== -->
   
   <HR>
  -<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 28 2002</small>.
  +<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated January 30 2002</small>.
   </BODY>
   </HTML>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>