You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@locus.apache.org on 2000/09/28 23:58:46 UTC

cvs commit: xml-xerces/c/src/dom DOM_Document.hpp

andyh       00/09/28 14:58:45

  Modified:    c/src/dom DOM_Document.hpp
  Log:
  DOM_Document - remove the un-implemented function putIdentifier()
  from the header.
  
  Revision  Changes    Path
  1.14      +1 -16     xml-xerces/c/src/dom/DOM_Document.hpp
  
  Index: DOM_Document.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/dom/DOM_Document.hpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- DOM_Document.hpp	2000/07/28 01:33:30	1.13
  +++ DOM_Document.hpp	2000/09/28 21:58:44	1.14
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: DOM_Document.hpp,v 1.13 2000/07/28 01:33:30 aruna1 Exp $
  + * $Id: DOM_Document.hpp,v 1.14 2000/09/28 21:58:44 andyh Exp $
   */
   
   #ifndef DOM_Document_HEADER_GUARD_
  @@ -590,21 +590,6 @@
   
       //@}
   
  -    /** @name Non-standard accessory functions */
  -    //@{
  -
  -	/**
  -	 * Registers an identifier name with a specified element node.
  -	 * If the identifier is already registered, the new element
  -	 * node replaces the previous node. If the specified element
  -	 * node is null, removeIdentifier() is called.
  -	 *
  -     * @param elementId The unique <code>id</code> value for an element.
  -     * @param ele The <code>Element</code> unique <code>id</code> value for an element.
  -     */
  -    void		         putIdentifier(const DOMString &elementId, const DOM_Element &ele);
  -
  -	//@}
   protected:
       DOM_Document (DocumentImpl *impl);