tng         2002/11/27 10:46:39

  Modified:    c/src/xercesc/dom DOMWriter.hpp
  Log:
  Documentation: clarify that DOMWriter::writeToString always returns string in UTF-16
  
  Revision  Changes    Path
  1.9       +6 -2      xml-xerces/c/src/xercesc/dom/DOMWriter.hpp
  
  Index: DOMWriter.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/DOMWriter.hpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- DOMWriter.hpp     4 Nov 2002 15:09:25 -0000       1.8
  +++ DOMWriter.hpp     27 Nov 2002 18:46:39 -0000      1.9
  @@ -60,6 +60,9 @@
   /*
    * $Id$
    * $Log$
  + * Revision 1.9  2002/11/27 18:46:39  tng
  + * Documentation: clarify that DOMWriter::writeToString always returns string in 
UTF-16
  + *
    * Revision 1.8  2002/11/04 15:09:25  tng
    * C++ Namespace Support.
    *
  @@ -576,7 +579,8 @@
        * @param nodeToWrite  The node to be written.
        * @return  Returns the serialized data, or <code>null</code> in case a
        *   failure occured and the failure wasn't canceled by the error
  -     *   handler.
  +     *   handler.   The returned string is always in UTF-16.
  +     *   The encoding information available in DOMWriter is ignored in 
writeToString().
        * @since DOM Level 3
        */
       virtual XMLCh*     writeToString(const DOMNode &nodeToWrite) = 0;
  
  
  

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

Reply via email to