You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2004/09/02 21:08:10 UTC

cvs commit: xml-xerces/c/src/xercesc/framework/psvi XSAnnotation.hpp XSAttributeUse.hpp

cargilld    2004/09/02 12:08:10

  Modified:    c/src/xercesc/parsers AbstractDOMParser.hpp SAXParser.hpp
                        XercesDOMParser.hpp
               c/src/xercesc/util Base64.hpp HexBin.hpp PlatformUtils.hpp
                        XMLAbstractDoubleFloat.hpp XMLString.hpp
               c/src/xercesc/dom DOMImplementationLS.hpp
               c/src/xercesc/framework Wrapper4InputSource.hpp
                        XMLAttDef.hpp XMLDocumentHandler.hpp
               c/src/xercesc/framework/psvi XSAnnotation.hpp
                        XSAttributeUse.hpp
  Log:
  Fix API Doc warning message
  
  Revision  Changes    Path
  1.30      +5 -6      xml-xerces/c/src/xercesc/parsers/AbstractDOMParser.hpp
  
  Index: AbstractDOMParser.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/parsers/AbstractDOMParser.hpp,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- AbstractDOMParser.hpp	13 Apr 2004 18:58:36 -0000	1.29
  +++ AbstractDOMParser.hpp	2 Sep 2004 19:08:09 -0000	1.30
  @@ -1178,8 +1178,8 @@
         * This method is used to report the XML decl scanned by the parser.
         * Refer to the XML specification to see the meaning of parameters.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this DOM
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this DOM
  +      * implementation.</b>
         *
         * @param versionStr A const pointer to a Unicode string representing
         *                   version string value.
  @@ -1204,7 +1204,7 @@
         * This event will be fired immediately after the
         * endElement() event that signifies the end of the element
         * to which it applies; no other events will intervene.
  -      * This method is <emEXPERIMENTAL</em> and may change, disappear 
  +      * This method is <em>EXPERIMENTAL</em> and may change, disappear 
         * or become pure virtual at any time.
         *
         * This corresponds to a part of the information required by DOM Core
  @@ -1215,8 +1215,7 @@
         *                         most recent endElement() callback
         * @param  typeURI         namespace of the type that actually validated
         *                         the content of the element corresponding to the
  -      *                         most recent endElement() callback
  -      * @experimental
  +      *                         most recent endElement() callback      
         */
       virtual void elementTypeInfo
       (
  
  
  
  1.31      +41 -38    xml-xerces/c/src/xercesc/parsers/SAXParser.hpp
  
  Index: SAXParser.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/parsers/SAXParser.hpp,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- SAXParser.hpp	13 Apr 2004 18:58:36 -0000	1.30
  +++ SAXParser.hpp	2 Sep 2004 19:08:09 -0000	1.31
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.31  2004/09/02 19:08:09  cargilld
  + * Fix API Doc warning message
  + *
    * Revision 1.30  2004/04/13 18:58:36  peiyongz
    * correct comment
    *
  @@ -1609,8 +1612,8 @@
         * This method is used to report the XML decl scanned by the parser.
         * Refer to the XML specification to see the meaning of parameters.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX driver
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this SAX driver
  +      * implementation.</b>
         *
         * @param versionStr A const pointer to a Unicode string representing
         *                   version string value.
  @@ -1677,8 +1680,8 @@
         * This method allows the user installed Error Handler
         * callback to 'reset' itself.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX driver
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this SAX driver
  +      * implementation.</b>
         *
         */
       virtual void resetErrors();
  @@ -1695,8 +1698,8 @@
         * This method is used to indicate the end of parsing of an external
         * entity file.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX driver
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this SAX driver
  +      * implementation.</b>
         *
         * @param inputSource A const reference to the InputSource object
         *                    which points to the XML file being parsed.
  @@ -1709,8 +1712,8 @@
         * process any system id's of enternal entities encountered in
         * the XML file being parsed, such as redirection etc.
         *
  -      * <b><font color="#FF0000">This method always returns 'false'
  -      * for this SAX driver implementation.</font></b>
  +      * <b>This method always returns 'false'
  +      * for this SAX driver implementation.</b>
         *
         * @param systemId  A const pointer to an Unicode string representing
         *                  the system id scanned by the parser.
  @@ -1728,8 +1731,8 @@
         * This method allows the installed XMLEntityHandler to reset
         * itself.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX driver
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this SAX driver
  +      * implementation.</b>
         */
       virtual void resetEntities();
   
  @@ -1787,8 +1790,8 @@
         * This method is used to indicate the start of parsing an
         * external entity file.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX driver
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this SAX driver
  +      * implementation.</b>
         *
         * @param inputSource A const reference to the InputSource object
         *                    which points to the external entity
  @@ -1806,8 +1809,8 @@
       /**
         * This method is used to report an attribute definition.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX
  -      * driver implementation.</font></b>
  +      * <b>This method is a no-op for this SAX
  +      * driver implementation.</b>
         *
         * @param elemDecl A const reference to the object containing information
         *                 about the element whose attribute definition was just
  @@ -1827,8 +1830,8 @@
       /**
         * This method is used to report a comment occurring within the DTD.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX driver
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this SAX driver
  +      * implementation.</b>
         *
         * @param comment  A const pointer to a Unicode string representing the
         *                 text of the comment just parsed.
  @@ -1841,8 +1844,8 @@
       /**
         * This method is used to report the DOCTYPE declaration.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX driver
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this SAX driver
  +      * implementation.</b>
         *
         * @param elemDecl A const reference to the object containing information
         *                 about the root element definition declaration of the
  @@ -1869,8 +1872,8 @@
         * This method is used to report any PI declarations
         * occurring inside the DTD definition block.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX driver
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this SAX driver
  +      * implementation.</b>
         *
         * @param target A const pointer to a Unicode string representing the
         *               target of the PI declaration.
  @@ -1888,8 +1891,8 @@
         * This method is used to report any whitespaces
         * occurring inside the DTD definition block.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX driver
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this SAX driver
  +      * implementation.</b>
         *
         * @param chars  A const pointer to a Unicode string representing the
         *               whitespace characters.
  @@ -1905,8 +1908,8 @@
         * This method is used to report an element declarations
         * successfully scanned by the parser.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX driver
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this SAX driver
  +      * implementation.</b>
         *
         * @param decl   A const reference to the object containing element
         *               declaration information.
  @@ -1923,8 +1926,8 @@
         * This method is used to report the end of an attribute
         * list declaration for an element.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX driver
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this SAX driver
  +      * implementation.</b>
         *
         * @param elemDecl A const reference to the object containing element
         *                 declaration information.
  @@ -1937,16 +1940,16 @@
       /**
         * This method is used to report the end of the internal subset.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX driver
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this SAX driver
  +      * implementation.</b>
         */
       virtual void endIntSubset();
   
       /**
         * This method is used to report the end of the external subset.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX driver
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this SAX driver
  +      * implementation.</b>
         */
       virtual void endExtSubset();
   
  @@ -1999,8 +2002,8 @@
         * This method is used to indicate the start of an element's attribute
         * list declaration.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX driver
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this SAX driver
  +      * implementation.</b>
         *
         * @param elemDecl A const reference to the object containing element
         *                 declaration information.
  @@ -2013,16 +2016,16 @@
       /**
         * This method is used indicate the start of the internal subset.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX driver
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this SAX driver
  +      * implementation.</b>
         */
       virtual void startIntSubset();
   
       /**
         * This method is used indicate the start of the external subset.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX driver
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this SAX driver
  +      * implementation.</b>
         */
       virtual void startExtSubset();
   
  @@ -2030,8 +2033,8 @@
         * This method is used to report the TextDecl. Refer to the XML
         * specification for the syntax of a TextDecl.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this SAX driver
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this SAX driver
  +      * implementation.</b>
         *
         * @param versionStr A const pointer to a Unicode string representing
         *                   the version number of the 'version' clause.
  
  
  
  1.19      +11 -11    xml-xerces/c/src/xercesc/parsers/XercesDOMParser.hpp
  
  Index: XercesDOMParser.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/parsers/XercesDOMParser.hpp,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- XercesDOMParser.hpp	29 Jan 2004 11:46:32 -0000	1.18
  +++ XercesDOMParser.hpp	2 Sep 2004 19:08:09 -0000	1.19
  @@ -424,8 +424,8 @@
         * This method allows the user installed Error Handler callback to
         * 'reset' itself.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this DOM
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this DOM
  +      * implementation.</b>
         */
       virtual void resetErrors();
       //@}
  @@ -443,8 +443,8 @@
         * This method is used to indicate the end of parsing of an external
         * entity file.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this DOM
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this DOM
  +      * implementation.</b>
         *
         * @param inputSource A const reference to the InputSource object
         *                    which points to the XML file being parsed.
  @@ -458,8 +458,8 @@
         * process any system id's of enternal entities encountered in
         * the XML file being parsed, such as redirection etc.
         *
  -      * <b><font color="#FF0000">This method always returns 'false'
  -      * for this DOM implementation.</font></b>
  +      * <b>This method always returns 'false'
  +      * for this DOM implementation.</b>
         *
         * @param systemId  A const pointer to an Unicode string representing
         *                  the system id scanned by the parser.
  @@ -478,8 +478,8 @@
         * This method allows the installed XMLEntityHandler to reset
         * itself.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this DOM
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this DOM
  +      * implementation.</b>
         */
       virtual void resetEntities();
   
  @@ -539,8 +539,8 @@
         * This method is used to indicate the start of parsing an external
         * entity file.
         *
  -      * <b><font color="#FF0000">This method is a no-op for this DOM parse
  -      * implementation.</font></b>
  +      * <b>This method is a no-op for this DOM parse
  +      * implementation.</b>
         *
         * @param inputSource A const reference to the InputSource object
         *                    which points to the external entity
  
  
  
  1.12      +3 -3      xml-xerces/c/src/xercesc/util/Base64.hpp
  
  Index: Base64.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Base64.hpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Base64.hpp	17 Aug 2004 21:10:33 -0000	1.11
  +++ Base64.hpp	2 Sep 2004 19:08:09 -0000	1.12
  @@ -122,7 +122,7 @@
        * the returned buffer.
        *
        * @param inputData Base64 data in XMLByte stream.
  -     * @param outputLength Length of decoded XMLByte stream.
  +     * @param decodedLength Length of decoded XMLByte stream.
        * @param memMgr client provided memory manager
        * @param conform conformance specified
        * @return Decoded binary data in XMLByte stream,
  @@ -147,7 +147,7 @@
        * the returned buffer.
        *
        * @param inputData Base64 data in XMLCh stream.
  -     * @param outputLength Length of decoded XMLCh stream
  +     * @param decodedLength Length of decoded XMLCh stream
        * @param memMgr client provided memory manager
        * @param conform conformance specified
        * @return Decoded binary data in XMLCh stream,
  
  
  
  1.5       +3 -2      xml-xerces/c/src/xercesc/util/HexBin.hpp
  
  Index: HexBin.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/HexBin.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- HexBin.hpp	11 Aug 2004 16:46:54 -0000	1.4
  +++ HexBin.hpp	2 Sep 2004 19:08:09 -0000	1.5
  @@ -99,6 +99,7 @@
        * of the string returned.
        * 
        * @param hexData A string containing the HexBinary
  +     * @param manager The MemoryManager to use to allocate the string
        *
        * return: the canonical representation of the HexBinary
        *         if it is a valid HexBinary, 
  @@ -122,7 +123,7 @@
        * the returned buffer.
        *
        * @param hexData HexBinary data in XMLCh stream.
  -     * @param memMgr client provided memory manager
  +     * @param manager client provided memory manager
        * @return Decoded binary data in XMLCh stream,
        *      or NULL if input data can not be decoded.
        * @see   XMLString::release(XMLCh**)
  
  
  
  1.26      +17 -12    xml-xerces/c/src/xercesc/util/PlatformUtils.hpp
  
  Index: PlatformUtils.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/PlatformUtils.hpp,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- PlatformUtils.hpp	12 Apr 2004 18:18:51 -0000	1.25
  +++ PlatformUtils.hpp	2 Sep 2004 19:08:09 -0000	1.26
  @@ -251,6 +251,7 @@
         * of any interest, and hence should be the one returned.
         *
         * @param theFile The file handle
  +      * @param manager The MemoryManager to use to allocate objects
         */
       static unsigned int curFilePos(FileHandle theFile
           , MemoryManager* const manager  = XMLPlatformUtils::fgMemoryManager);
  @@ -263,6 +264,7 @@
         * resources it contains.
         *
         * @param theFile The file handle to close
  +      * @param manager The MemoryManager to use to allocate objects
         */
       static void closeFile(FileHandle theFile
           , MemoryManager* const manager  = XMLPlatformUtils::fgMemoryManager);
  @@ -274,7 +276,7 @@
         * represented by the passed handle.
         *
         * @param theFile The file handle whose size you want
  -      *
  +      * @param manager The MemoryManager to use to allocate objects
         * @return Returns the size of the file in bytes
         */
       static unsigned int fileSize(FileHandle theFile
  @@ -287,7 +289,7 @@
         * null handle pointer should be returned.
         *
         * @param fileName The string containing the name of the file
  -      *
  +      * @param manager The MemoryManager to use to allocate objects
         * @return The file handle of the opened file
         */
       static FileHandle openFile(const char* const fileName
  @@ -300,7 +302,7 @@
         * null handle pointer should be returned.
         *
         * @param fileName The string containing the name of the file
  -      *
  +      * @param manager The MemoryManager to use to allocate objects
         * @return The file handle of the opened file
         */
       static FileHandle openFile(const XMLCh* const fileName
  @@ -313,7 +315,7 @@
         * null handle pointer should be returned.
         *
         * @param fileName The string containing the name of the file
  -      *
  +      * @param manager The MemoryManager to use to allocate objects
         * @return The file handle of the opened file
         */
       static FileHandle openFileToWrite(const char* const fileName
  @@ -326,7 +328,7 @@
         * null handle pointer should be returned.
         *
         * @param fileName The string containing the name of the file
  -      *
  +      * @param manager The MemoryManager to use to allocate objects
         * @return The file handle of the opened file
         */
       static FileHandle openFileToWrite(const XMLCh* const fileName
  @@ -339,6 +341,7 @@
         * It should be a copy of the standard input handle, since it will
         * be closed later!
         *
  +      * @param manager The MemoryManager to use to allocate objects
         * @return The file handle of the standard input stream
         */
       static FileHandle openStdInHandle(MemoryManager* const manager  = XMLPlatformUtils::fgMemoryManager);
  @@ -355,6 +358,7 @@
         * @param toRead The maximum number of byte to read from the current
         * position
         * @param toFill The byte buffer to fill
  +      * @param manager The MemoryManager to use to allocate objects
         *
         * @return Returns the number of bytes read from the stream or file
         */
  @@ -377,7 +381,7 @@
         * @param toWrite The maximum number of byte to write from the current
         * position
         * @param toFlush The byte buffer to flush
  -      *
  +      * @param manager The MemoryManager to use to allocate objects
         * @return void
         */
       static void writeBufferToFile
  @@ -395,6 +399,7 @@
         * the file.
         *
         * @param theFile The file handle that you want to reset
  +      * @param manager The MemoryManager to use to allocate objects
         */
       static void resetFile(FileHandle theFile
           , MemoryManager* const manager  = XMLPlatformUtils::fgMemoryManager);
  @@ -435,7 +440,7 @@
         *
         * This must be implemented by the per-platform driver. It returns 
         * the current working directory is. 
  -      *
  +      * @param manager The MemoryManager to use to allocate objects
         * @return Returns the current working directory. 
         *         This is dyanmically allocated and must be deleted
         *         by the caller when its no longer needed! The memory returned
  @@ -466,7 +471,7 @@
         * slash dot slash.
         *
         * @param srcPath The path for which you want to remove the dot slash sequence.
  -      *
  +      * @param manager The MemoryManager to use to allocate objects
         * @return 
         */
       static void   removeDotSlash(XMLCh* const srcPath
  @@ -479,7 +484,7 @@
         *
         * @param srcPath The path for which you want to remove the slash dot
         *        dot slash sequence and its preceding path segment.
  -      *
  +      * @param manager The MemoryManager to use to allocate objects
         * @return 
         */
       static void   removeDotDotSlash(XMLCh* const srcPath
  @@ -495,7 +500,7 @@
         * for any platform.
         *
         * @param toCheck The file name which you want to check
  -      *
  +      * @param manager The MemoryManager to use to allocate objects
         * @return Returns true if the filename appears to be relative
         */
       static bool isRelative(const XMLCh* const toCheck
  @@ -516,7 +521,7 @@
         *
         * @param basePath The string containing the base path
         * @param relativePath The string containing the relative path
  -      *
  +      * @param manager The MemoryManager to use to allocate objects
         * @return Returns a string containing the 'woven' path. It should
         * be dynamically allocated and becomes the responsibility of the
         * caller to delete.
  
  
  
  1.22      +5 -1      xml-xerces/c/src/xercesc/util/XMLAbstractDoubleFloat.hpp
  
  Index: XMLAbstractDoubleFloat.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLAbstractDoubleFloat.hpp,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- XMLAbstractDoubleFloat.hpp	11 Aug 2004 16:50:47 -0000	1.21
  +++ XMLAbstractDoubleFloat.hpp	2 Sep 2004 19:08:09 -0000	1.22
  @@ -57,6 +57,9 @@
   /*
    * $Id$
    * $Log$
  + * Revision 1.22  2004/09/02 19:08:09  cargilld
  + * Fix API Doc warning message
  + *
    * Revision 1.21  2004/08/11 16:50:47  peiyongz
    * getValue()/isDataConverted()
    *
  @@ -243,6 +246,7 @@
   	 *
   	 * @param   lValue the object to compare with.
   	 * @param   rValue the object to compare against.
  +     * @param manager The MemoryManager to use to allocate objects
   	 * @return  <code>true</code> if the objects are the same;
   	 *          <code>false</code> otherwise.
   	 */
  
  
  
  1.27      +36 -8     xml-xerces/c/src/xercesc/util/XMLString.hpp
  
  Index: XMLString.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLString.hpp,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- XMLString.hpp	11 Aug 2004 16:07:27 -0000	1.26
  +++ XMLString.hpp	2 Sep 2004 19:08:09 -0000	1.27
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.27  2004/09/02 19:08:09  cargilld
  + * Fix API Doc warning message
  + *
    * Revision 1.26  2004/08/11 16:07:27  peiyongz
    * isValidNOTATION
    *
  @@ -318,7 +321,7 @@
         * The behavior of <code>catString</code> is undefined if source and destination
         * strings overlap.
         *
  -      *    @param target Null-terminated destination string
  +      * @param target Null-terminated destination string
         * @param src Null-terminated source string
         */
       static void catString
  @@ -633,6 +636,7 @@
         *
         * @param toHash The string to hash
         * @param hashModulus The divisor to be used for hashing
  +      * @param manager The MemoryManager to use to allocate objects
         * @return Returns the hash value
         */
       static unsigned int hash
  @@ -646,6 +650,7 @@
         *
         * @param toHash The string to hash
         * @param hashModulus The divisor to be used for hashing
  +      * @param manager The MemoryManager to use to allocate objects
         * @return Returns the hash value
         */
       static unsigned int hash
  @@ -661,7 +666,7 @@
         * @param toHash The string to hash
         * @param numChars The maximum number of characters to consider for hashing
         * @param hashModulus The divisor to be used for hashing
  -      *
  +      * @param manager The MemoryManager to use to allocate objects
         * @return Returns the hash value
         */
       static unsigned int hashN
  @@ -702,7 +707,8 @@
         *
         * @param toSearch The string to search
         * @param chToFind The character to search within the string
  -      * @param fromIndex The index to start earch from
  +      * @param fromIndex The index to start searching from
  +      * @param manager The MemoryManager to use to allocate objects
         * @return If found, returns the index of the character within the string,
         * else returns -1.
         */
  @@ -720,7 +726,8 @@
         *
         * @param toSearch The string to search
         * @param chToFind The character to search within the string
  -      * @param fromIndex The index to start search from
  +      * @param fromIndex The index to start searching from
  +      * @param manager The MemoryManager to use to allocate objects
         * @return If found, returns the index of the character within the string,
         * else returns -1.
         */
  @@ -775,6 +782,7 @@
         * @param toSearch The string to search
         * @param chToFind The character to search within the string
         * @param fromIndex The index to start backward search from
  +      * @param manager The MemoryManager to use to allocate objects
         * @return If found, returns the index of the character within the string,
         * else returns -1.
         */
  @@ -793,6 +801,7 @@
         * @param toSearch The string to search
         * @param ch       The character to search within the string
         * @param fromIndex The index to start backward search from
  +      * @param manager The MemoryManager to use to allocate objects
         * @return If found, returns the index of the character within the string,
         * else returns -1.
         */
  @@ -830,6 +839,7 @@
         * @param srcStr The string to copy the chars from
         * @param startIndex beginning index, inclusive.
         * @param endIndex the ending index, exclusive.
  +      * @param manager The MemoryManager to use to allocate objects
         */
       static void subString
       (
  @@ -847,6 +857,7 @@
         * @param srcStr The string to copy the chars from
         * @param startIndex beginning index, inclusive.
         * @param endIndex the ending index, exclusive.
  +      * @param manager The MemoryManager to use to allocate objects
         */
       static void subString
       (
  @@ -1129,6 +1140,7 @@
         * @param maxChars The maximum number of output characters that can be
         *         accepted. If the result will not fit, it is an error.
         * @param radix The radix of the input data, based on which the conversion
  +      * @param manager The MemoryManager to use to allocate objects
         * will be done
         */
       static void binToText
  @@ -1148,6 +1160,7 @@
         * @param maxChars The maximum number of output characters that can be
         *         accepted. If the result will not fit, it is an error.
         * @param radix The radix of the input data, based on which the conversion
  +      * @param manager The MemoryManager to use to allocate objects
         * will be done
         */
       static void binToText
  @@ -1167,6 +1180,7 @@
         * @param maxChars The maximum number of output characters that can be
         *         accepted. If the result will not fit, it is an error.
         * @param radix The radix of the input data, based on which the conversion
  +      * @param manager The MemoryManager to use to allocate objects
         * will be done
         */
       static void binToText
  @@ -1186,6 +1200,7 @@
         * @param maxChars The maximum number of output characters that can be
         *         accepted. If the result will not fit, it is an error.
         * @param radix The radix of the input data, based on which the conversion
  +      * @param manager The MemoryManager to use to allocate objects
         * will be done
         */
       static void binToText
  @@ -1205,6 +1220,7 @@
         * @param maxChars The maximum number of output characters that can be
         *         accepted. If the result will not fit, it is an error.
         * @param radix The radix of the input data, based on which the conversion
  +      * @param manager The MemoryManager to use to allocate objects
         * will be done
         */
       static void binToText
  @@ -1224,6 +1240,7 @@
         * @param maxChars The maximum number of output characters that can be
         *         accepted. If the result will not fit, it is an error.
         * @param radix The radix of the input data, based on which the conversion
  +      * @param manager The MemoryManager to use to allocate objects
         * will be done
         */
       static void binToText
  @@ -1243,6 +1260,7 @@
         * @param maxChars The maximum number of output characters that can be
         *         accepted. If the result will not fit, it is an error.
         * @param radix The radix of the input data, based on which the conversion
  +      * @param manager The MemoryManager to use to allocate objects
         * will be done
         */
       static void binToText
  @@ -1262,6 +1280,7 @@
         * @param maxChars The maximum number of output characters that can be
         *         accepted. If the result will not fit, it is an error.
         * @param radix The radix of the input data, based on which the conversion
  +      * @param manager The MemoryManager to use to allocate objects
         * will be done
         */
       static void binToText
  @@ -1282,6 +1301,7 @@
         * @param toConvert The string of digits to convert
         * @param toFill    The unsigned int value to fill with the converted
         *                  value.
  +      * @param manager The MemoryManager to use to allocate objects
         */
       static bool textToBin
       (
  @@ -1301,6 +1321,7 @@
         * but the remainder must be all decimal digits.
         *
         * @param toConvert The string of digits to convert
  +      * @param manager The MemoryManager to use to allocate objects
         */
       static int parseInt
       (
  @@ -1325,7 +1346,7 @@
         * responsibility of the caller to delete it when not longer needed.
         * You can call XMLString::release to release this returned buffer.
         *
  -      * @param toTranscode The string to be transcoded
  +      * @param toTranscode The string to be transcoded      
         * @return Returns the transcoded string
         * @see   XMLString::release(XMLCh**)
         */
  @@ -1351,6 +1372,7 @@
         * @param maxChars The maximum number of bytes that the output
         *         buffer can hold (not including the null, which is why
         *         toFill should be at least maxChars+1.).
  +      * @param manager The MemoryManager to use to allocate objects
         * @return Returns true if successful, false if there was an error
         */
       static bool transcode
  @@ -1367,7 +1389,7 @@
         * responsibility of the caller to delete it when not longer needed.
         * You can call XMLString::release to release this returned buffer.
         *
  -      * @param toTranscode The string to be transcoded
  +      * @param toTranscode The string to be transcoded     
         * @return Returns the transcoded string
         * @see   XMLString::release(char**)
         */
  @@ -1388,6 +1410,7 @@
         * @param maxChars The maximum number of characters that the output
         *         buffer can hold (not including the null, which is why
         *         toFill should be at least maxChars+1.).
  +      * @param manager The MemoryManager to use to allocate objects
         * @return Returns true if successful, false if there was an error
         */
       static bool transcode
  @@ -1416,6 +1439,7 @@
         * stored in a string vector.  The caller owns the string vector
         * that is returned, and is responsible for deleting it.
         * @param tokenizeSrc String to be tokenized
  +      * @param manager The MemoryManager to use to allocate objects
         * @return a vector of all the tokenized string
         */
       static BaseRefVectorOf<XMLCh>* tokenizeString(const XMLCh* const tokenizeSrc
  @@ -1452,6 +1476,7 @@
         * @param text2 Replacement text-two
         * @param text3 Replacement text-three
         * @param text4 Replacement text-four
  +      * @param manager The MemoryManager to use to allocate objects
         * @return Returns the count of characters that are outputted
         */
       static unsigned int replaceTokens
  @@ -1490,6 +1515,7 @@
   	/** Replace whitespace
         * @param toConvert The string which needs to be whitespace replaced.
         *        On return , this buffer also holds the converted string
  +      * @param manager The MemoryManager to use to allocate objects
         */
       static void replaceWS(XMLCh* const toConvert
           , MemoryManager* const  manager = XMLPlatformUtils::fgMemoryManager);
  @@ -1497,6 +1523,7 @@
   	/** Collapse whitespace
         * @param toConvert The string which needs to be whitespace collapsed.
         *        On return , this buffer also holds the converted string
  +      * @param manager The MemoryManager to use to allocate objects
         */
       static void collapseWS(XMLCh* const toConvert
           , MemoryManager* const  manager = XMLPlatformUtils::fgMemoryManager);
  @@ -1504,6 +1531,7 @@
       /** Remove whitespace
         * @param toConvert The string which needs to be whitespace removed.
         *        On return , this buffer also holds the converted string
  +      * @param manager The MemoryManager to use to allocate objects
         */
       static void removeWS(XMLCh* const toConvert
       , MemoryManager*       const manager = XMLPlatformUtils::fgMemoryManager);
  @@ -1511,8 +1539,8 @@
   
       /** Remove character
         * @param srcString The string 
  -      *        toRemove  The character needs to be removed from the string
  -      *        dstBuffer The buffer containning the result
  +      * @param toRemove  The character needs to be removed from the string
  +      * @param dstBuffer The buffer containning the result
         */
       static void removeChar(const XMLCh*     const srcString
                            , const XMLCh&           toRemove
  
  
  
  1.11      +8 -5      xml-xerces/c/src/xercesc/dom/DOMImplementationLS.hpp
  
  Index: DOMImplementationLS.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/DOMImplementationLS.hpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- DOMImplementationLS.hpp	1 Dec 2003 23:23:25 -0000	1.10
  +++ DOMImplementationLS.hpp	2 Sep 2004 19:08:09 -0000	1.11
  @@ -59,6 +59,9 @@
   
   /*
    * $Log$
  + * Revision 1.11  2004/09/02 19:08:09  cargilld
  + * Fix API Doc warning message
  + *
    * Revision 1.10  2003/12/01 23:23:25  neilg
    * fix for bug 25118; thanks to Jeroen Witmond
    *
  @@ -198,9 +201,9 @@
        * @param manager    Pointer to the memory manager to be used to
        *                   allocate objects.
        * @param gramPool   The collection of cached grammers.
  -     * @return The newly created <code>DOMBuilder<code> object. This
  +     * @return The newly created <code>DOMBuilder</code> object. This
        * <code>DOMBuilder</code> is either synchronous or asynchronous depending
  -     * on the value of the <code>mode<code> argument.
  +     * on the value of the <code>mode</code> argument.
        * @exception DOMException NOT_SUPPORTED_ERR: Raised if the requested mode
        * or schema type is not supported.
        *
  @@ -219,7 +222,7 @@
        *
        * <p><b>"Experimental - subject to change"</b></p>
        *
  -     * @return The newly created <code>DOMWriter<code> object.
  +     * @return The newly created <code>DOMWriter</code> object.
        *
        * @see DOMWriter
        * @since DOM Level 3
  @@ -231,7 +234,7 @@
        *
        * <p><b>"Experimental - subject to change"</b></p>
        *
  -     * @return The newly created <code>DOMInputSource<code> object.
  +     * @return The newly created <code>DOMInputSource</code> object.
        * @exception DOMException NOT_SUPPORTED_ERR: Raised if this function is not
        * supported by implementation
        *
  
  
  
  1.9       +2 -1      xml-xerces/c/src/xercesc/framework/Wrapper4InputSource.hpp
  
  Index: Wrapper4InputSource.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/Wrapper4InputSource.hpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Wrapper4InputSource.hpp	17 Dec 2003 00:18:33 -0000	1.8
  +++ Wrapper4InputSource.hpp	2 Sep 2004 19:08:09 -0000	1.9
  @@ -88,6 +88,7 @@
       * @param  inputSource  The SAX InputSource to be wrapped
       * @param  adoptFlag    Indicates if the wrapper should adopt the wrapped
       *                      SAX InputSource. Default is true.
  +    * @param manager The MemoryManager to use to allocate objects
       */
       Wrapper4InputSource(InputSource* const inputSource
                           , const bool adoptFlag = true
  
  
  
  1.13      +5 -2      xml-xerces/c/src/xercesc/framework/XMLAttDef.hpp
  
  Index: XMLAttDef.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLAttDef.hpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- XMLAttDef.hpp	17 Dec 2003 00:18:33 -0000	1.12
  +++ XMLAttDef.hpp	2 Sep 2004 19:08:09 -0000	1.13
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.13  2004/09/02 19:08:09  cargilld
  + * Fix API Doc warning message
  + *
    * Revision 1.12  2003/12/17 00:18:33  cargilld
    * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
    *
  @@ -252,7 +255,7 @@
         * type, mostly for debug or display.
         *
         * @param attrType The attribute type value to get the string for.
  -      *
  +      * @param manager The MemoryManager to use to allocate objects
         * @return A const pointer to the static string that holds the text
         *         description of the passed type.
         */
  @@ -265,7 +268,7 @@
         * attributetype, mostly for debug or display.
         *
         * @param attrType The default attribute type value to get the string for.
  -      *
  +      * @param manager The MemoryManager to use to allocate objects
         * @return A const pointer to the static string that holds the text
         *         description of the passed default type.
         */
  
  
  
  1.9       +6 -4      xml-xerces/c/src/xercesc/framework/XMLDocumentHandler.hpp
  
  Index: XMLDocumentHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLDocumentHandler.hpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- XMLDocumentHandler.hpp	25 Feb 2004 18:29:16 -0000	1.8
  +++ XMLDocumentHandler.hpp	2 Sep 2004 19:08:09 -0000	1.9
  @@ -56,6 +56,9 @@
   
    /*
     * $Log$
  +  * Revision 1.9  2004/09/02 19:08:09  cargilld
  +  * Fix API Doc warning message
  +  *
     * Revision 1.8  2004/02/25 18:29:16  amassari
     * Fixed typo in documentation
     *
  @@ -366,13 +369,12 @@
         *                         most recent endElement() callback
         * @param  typeURI         namespace of the type that actually validated
         *                         the content of the element corresponding to the
  -      *                         most recent endElement() callback
  -      * @experimental
  +      *                         most recent endElement() callback      
         */
       virtual void elementTypeInfo
       (
  -        const   XMLCh* const
  -        , const XMLCh* const
  +        const   XMLCh* const /* typeName */
  +        , const XMLCh* const /* typeURI */
       ) { /* non pure virtual to permit backward compatibility of implementations.  */  };
       //@}
   
  
  
  
  1.10      +4 -1      xml-xerces/c/src/xercesc/framework/psvi/XSAnnotation.hpp
  
  Index: XSAnnotation.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/psvi/XSAnnotation.hpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- XSAnnotation.hpp	2 Apr 2004 16:51:05 -0000	1.9
  +++ XSAnnotation.hpp	2 Sep 2004 19:08:09 -0000	1.10
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.10  2004/09/02 19:08:09  cargilld
  + * Fix API Doc warning message
  + *
    * Revision 1.9  2004/04/02 16:51:05  peiyongz
    * Better error report support
    *
  @@ -158,7 +161,7 @@
        * attribute nodes of the serialized <code>annotation</code>. 
        * @param node  A target pointer to the annotation target object, i.e.
        * either <code>DOMDocument</code> or <code>DOMElement</code> cast as 
  -     * <code>DOMNode</code). 
  +     * <code>DOMNode</code>. 
        * @param targetType  A target type.    
        */
    
  
  
  
  1.8       +5 -1      xml-xerces/c/src/xercesc/framework/psvi/XSAttributeUse.hpp
  
  Index: XSAttributeUse.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/psvi/XSAttributeUse.hpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XSAttributeUse.hpp	19 Dec 2003 23:02:43 -0000	1.7
  +++ XSAttributeUse.hpp	2 Sep 2004 19:08:09 -0000	1.8
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.8  2004/09/02 19:08:09  cargilld
  + * Fix API Doc warning message
  + *
    * Revision 1.7  2003/12/19 23:02:43  cargilld
    * Fix compiler messages on OS390.
    *
  @@ -110,7 +113,8 @@
   
       /**
         * The default constructor 
  -      *
  +      * @param  xsAttDecl
  +      * @param  xsModel
         * @param  manager     The configurable memory manager
         */
       XSAttributeUse
  
  
  

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