You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vm...@apache.org on 2003/09/01 15:42:35 UTC

cvs commit: xml-fop/src/java/org/apache/fop/fo ToBeImplementedElement.java Unknown.java UnknownXMLObj.java XMLElement.java XMLObj.java

vmote       2003/09/01 06:42:35

  Modified:    src/java/org/apache/fop/fo ToBeImplementedElement.java
                        Unknown.java UnknownXMLObj.java XMLElement.java
                        XMLObj.java
  Log:
  style/javadoc changes only
  
  Revision  Changes    Path
  1.4       +6 -0      xml-fop/src/java/org/apache/fop/fo/ToBeImplementedElement.java
  
  Index: ToBeImplementedElement.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/ToBeImplementedElement.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ToBeImplementedElement.java	19 Aug 2003 00:53:52 -0000	1.3
  +++ ToBeImplementedElement.java	1 Sep 2003 13:42:35 -0000	1.4
  @@ -67,6 +67,12 @@
                                + "\" is not yet implemented.");
       }
   
  +    /**
  +     * This is a hook for an FOTreeVisitor subclass to be able to access
  +     * this object.
  +     * @param fotv the FOTreeVisitor subclass that can access this object.
  +     * @see org.apache.fop.fo.FOTreeVisitor
  +     */
       public void acceptVisitor(FOTreeVisitor fotv) {
           fotv.serveVisitor(this);
       }
  
  
  
  1.4       +6 -0      xml-fop/src/java/org/apache/fop/fo/Unknown.java
  
  Index: Unknown.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/Unknown.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Unknown.java	19 Aug 2003 00:53:53 -0000	1.3
  +++ Unknown.java	1 Sep 2003 13:42:35 -0000	1.4
  @@ -84,6 +84,12 @@
           getLogger().debug("Layout Unknown element");
       }
   
  +    /**
  +     * This is a hook for an FOTreeVisitor subclass to be able to access
  +     * this object.
  +     * @param fotv the FOTreeVisitor subclass that can access this object.
  +     * @see org.apache.fop.fo.FOTreeVisitor
  +     */
       public void acceptVisitor(FOTreeVisitor fotv) {
           fotv.serveVisitor(this);
       }
  
  
  
  1.4       +6 -0      xml-fop/src/java/org/apache/fop/fo/UnknownXMLObj.java
  
  Index: UnknownXMLObj.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/UnknownXMLObj.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- UnknownXMLObj.java	19 Aug 2003 00:53:53 -0000	1.3
  +++ UnknownXMLObj.java	1 Sep 2003 13:42:35 -0000	1.4
  @@ -118,6 +118,12 @@
           super.addCharacters(data, start, length);
       }
   
  +    /**
  +     * This is a hook for an FOTreeVisitor subclass to be able to access
  +     * this object.
  +     * @param fotv the FOTreeVisitor subclass that can access this object.
  +     * @see org.apache.fop.fo.FOTreeVisitor
  +     */
       public void acceptVisitor(FOTreeVisitor fotv) {
           fotv.serveVisitor(this);
       }
  
  
  
  1.3       +6 -0      xml-fop/src/java/org/apache/fop/fo/XMLElement.java
  
  Index: XMLElement.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/XMLElement.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLElement.java	19 Aug 2003 00:53:53 -0000	1.2
  +++ XMLElement.java	1 Sep 2003 13:42:35 -0000	1.3
  @@ -86,6 +86,12 @@
           return namespace;
       }
   
  +    /**
  +     * This is a hook for an FOTreeVisitor subclass to be able to access
  +     * this object.
  +     * @param fotv the FOTreeVisitor subclass that can access this object.
  +     * @see org.apache.fop.fo.FOTreeVisitor
  +     */
       public void acceptVisitor(FOTreeVisitor fotv) {
           fotv.serveVisitor(this);
       }
  
  
  
  1.5       +6 -0      xml-fop/src/java/org/apache/fop/fo/XMLObj.java
  
  Index: XMLObj.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/XMLObj.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XMLObj.java	19 Aug 2003 00:53:53 -0000	1.4
  +++ XMLObj.java	1 Sep 2003 13:42:35 -0000	1.5
  @@ -231,6 +231,12 @@
           element.appendChild(text);
       }
   
  +    /**
  +     * This is a hook for an FOTreeVisitor subclass to be able to access
  +     * this object.
  +     * @param fotv the FOTreeVisitor subclass that can access this object.
  +     * @see org.apache.fop.fo.FOTreeVisitor
  +     */
       public void acceptVisitor(FOTreeVisitor fotv) {
           fotv.serveVisitor(this);
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org