pbwest      2002/10/08 22:57:50

  Modified:    src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design
                        FOAttributes.java
  Log:
  Comment change.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.7   +6 -6      xml-fop/src/org/apache/fop/fo/Attic/FOAttributes.java
  
  Index: FOAttributes.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/Attic/FOAttributes.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- FOAttributes.java 1 Oct 2002 16:34:44 -0000       1.1.2.6
  +++ FOAttributes.java 9 Oct 2002 05:57:49 -0000       1.1.2.7
  @@ -45,7 +45,8 @@
        * <tt>HashMap</tt>s which contain the attribute lists for each
        * namespace which may be active for a particular FO element.  The
        * <tt>ArrayList</tt> is indexed by the URIIndex for this namespace
  -     * which is statically maintained by <tt>XMLEvent</tt>.  The
  +     * which is maintained in an <tt>XMLNamespaces</tt> object by the
  +     * <tt>FOTree</tt> object which is processing the FO input.  The
        * values in the <tt>HashMap</tt>s are indexed by the local name of the
        * attribute.
        * The <tt>ArrayList</tt> will not be created for a particular instance
  @@ -119,8 +120,7 @@
               //System.out.println("FONode:" + event);
               if (attrUriIndex == XMLNamespaces.DefAttrNSIndex) {
                   // Standard FO namespace
  -                // Catch default namespace declaration here.  This seems to
  -                // be a kludge.  Should 'xmlns' come through here?
  +                // Catch default namespace declaration here.
                   if (attrLocalname.equals("xmlns")) break;
                   // Is this a known (valid) property?
                   try {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to