neilg       2003/12/10 15:50:00

  Modified:    c/src/xercesc/dom DOMImplementationRegistry.hpp
                        DOMImplementationSource.hpp
  Log:
  make documentation accord with what Xerces-C supports; thanks to Steve Dulin
  
  Revision  Changes    Path
  1.4       +3 -3      xml-xerces/c/src/xercesc/dom/DOMImplementationRegistry.hpp
  
  Index: DOMImplementationRegistry.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/DOMImplementationRegistry.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DOMImplementationRegistry.hpp     4 Nov 2002 15:09:24 -0000       1.3
  +++ DOMImplementationRegistry.hpp     10 Dec 2003 23:50:00 -0000      1.4
  @@ -4,7 +4,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2002-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -100,7 +100,7 @@
        *                 This is a space separated list in which each feature is
        *                 specified by its name optionally followed by a space
        *                 and a version number.
  -     *                 This is something like: "XML 1.0 Traversal Events 2.0"
  +     *                 This is something like: "XML 1.0 Traversal 2.0"
        * @return An implementation that has the desired features, or
        *   <code>null</code> if this source has none.
        * @since DOM Level 3
  
  
  
  1.6       +3 -3      xml-xerces/c/src/xercesc/dom/DOMImplementationSource.hpp
  
  Index: DOMImplementationSource.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/DOMImplementationSource.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DOMImplementationSource.hpp       7 Mar 2003 19:59:05 -0000       1.5
  +++ DOMImplementationSource.hpp       10 Dec 2003 23:50:00 -0000      1.6
  @@ -4,7 +4,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2002-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -126,7 +126,7 @@
        * @param features A string that specifies which features are required.
        *   This is a space separated list in which each feature is specified
        *   by its name optionally followed by a space and a version number.
  -     *   This is something like: "XML 1.0 Traversal Events 2.0"
  +     *   This is something like: "XML 1.0 Traversal 2.0"
        * @return An implementation that has the desired features, or
        *   <code>null</code> if this source has none.
        * @since DOM Level 3
  
  
  

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

Reply via email to