elena       2003/01/08 13:42:23

  Modified:    java/src/dom3/org/w3c/dom Element.java
  Log:
  Update setIdAttributeNode methods per latest DOM L3 draft
  
  Revision  Changes    Path
  1.4       +2 -1      xml-xerces/java/src/dom3/org/w3c/dom/Element.java
  
  Index: Element.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/dom3/org/w3c/dom/Element.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Element.java      31 Dec 2002 01:35:21 -0000      1.3
  +++ Element.java      8 Jan 2003 21:42:23 -0000       1.4
  @@ -349,9 +349,10 @@
        * any grammar that may be in use. 
        * 
        * @param at
  +     * @param makeId
        * @since DOM Level 3
        */
  -    public void setIdAttributeNode(Attr at) throws DOMException;
  +    public void setIdAttributeNode(Attr at, boolean makeId) throws DOMException;
   
       /**
        * Declares the attribute specified by name to be of type ID.
  
  
  

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

Reply via email to