You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by le...@apache.org on 2001/11/20 00:08:35 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/dom AttrImpl.java

lehors      01/11/19 15:08:35

  Modified:    java/src/org/apache/xerces/dom AttrImpl.java
  Log:
  fixed small bug in setValue()
  
  Revision  Changes    Path
  1.37      +1 -0      xml-xerces/java/src/org/apache/xerces/dom/AttrImpl.java
  
  Index: AttrImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/AttrImpl.java,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- AttrImpl.java	2001/08/10 01:18:16	1.36
  +++ AttrImpl.java	2001/11/19 23:08:35	1.37
  @@ -361,6 +361,7 @@
                   ChildNode firstChild = (ChildNode) value;
                   firstChild.previousSibling = null;
                   firstChild.isFirstChild(false);
  +                firstChild.ownerNode = ownerDocument;
               }
               // then remove ref to current value
               value = null;
  
  
  

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