Author: scantor Date: Mon Sep 10 23:11:13 2018 New Revision: 1840502 URL: http://svn.apache.org/viewvc?rev=1840502&view=rev Log: Add warning to getTextContent doc.
Modified: xerces/c/trunk/src/xercesc/dom/DOMNode.hpp Modified: xerces/c/trunk/src/xercesc/dom/DOMNode.hpp URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/dom/DOMNode.hpp?rev=1840502&r1=1840501&r2=1840502&view=diff ============================================================================== --- xerces/c/trunk/src/xercesc/dom/DOMNode.hpp (original) +++ xerces/c/trunk/src/xercesc/dom/DOMNode.hpp Mon Sep 10 23:11:13 2018 @@ -738,7 +738,10 @@ public: virtual short compareDocumentPosition(const DOMNode* other) const = 0; /** - * This attribute returns the text content of this node and its + * <strong>WARNING:</strong> This method is known to be buggy and does + * not produce accurate results under a variety of conditions. + * + * <br>This attribute returns the text content of this node and its * descendants. No serialization is performed, the returned string * does not contain any markup. No whitespace normalization is * performed and the returned string does not contain the white --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@xerces.apache.org For additional commands, e-mail: commits-h...@xerces.apache.org