You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ro...@locus.apache.org on 2000/10/14 22:51:09 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon/xml/dom DOMBuilder.java

rossb       00/10/14 13:51:09

  Modified:    src/org/apache/cocoon/xml/dom Tag: xml-cocoon2
                        DOMBuilder.java
  Log:
  Changed an access modifier from private to protected to make this class
  easier to use.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +2 -2      xml-cocoon/src/org/apache/cocoon/xml/dom/Attic/DOMBuilder.java
  
  Index: DOMBuilder.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/xml/dom/Attic/DOMBuilder.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- DOMBuilder.java	2000/09/05 17:25:31	1.1.2.1
  +++ DOMBuilder.java	2000/10/14 20:51:08	1.1.2.2
  @@ -37,7 +37,7 @@
    *
    * @author <a href="mailto:fumagalli@exoffice.com">Pierpaolo Fumagalli</a>
    *         (Apache Software Foundation, Exoffice Technologies)
  - * @version CVS $Revision: 1.1.2.1 $ $Date: 2000/09/05 17:25:31 $
  + * @version CVS $Revision: 1.1.2.2 $ $Date: 2000/10/14 20:51:08 $
    */
   public class DOMBuilder implements XMLConsumer {
       /** The document was not started */
  @@ -60,7 +60,7 @@
       /** The locator */
       private Locator locator=null;
       /** The listener */
  -    private Listener listener=null;
  +    protected Listener listener=null;
       /** The namespaces table */
       private NamespacesTable namespaces=null;
       /** The current document */