[jira] Commented: (XERCESC-1399) Documentation for the DOMNode::setTextContent is wrong.

2005-04-06 Thread Alberto Massari (JIRA)
site until the next version is released. Alberto > Documentation for the DOMNode::setTextContent is wrong. > --- > > Key: XERCESC-1399 > URL: http://issues.apache.org/jira/browse/XERCESC-1399 >

[jira] Commented: (XERCESC-1399) Documentation for the DOMNode::setTextContent is wrong.

2005-04-06 Thread Sergiy Michka (JIRA)
(DOMNode.hpp and classDOMNode.html). Sergiy > Documentation for the DOMNode::setTextContent is wrong. > --- > > Key: XERCESC-1399 > URL: http://issues.apache.org/jira/browse/XERCESC-1399 > Project: Xerces-C++ &

[jira] Resolved: (XERCESC-1399) Documentation for the DOMNode::setTextContent is wrong.

2005-04-06 Thread Alberto Massari (JIRA)
berto > Documentation for the DOMNode::setTextContent is wrong. > --- > > Key: XERCESC-1399 > URL: http://issues.apache.org/jira/browse/XERCESC-1399 > Project: Xerces-C++ > Type: Bug > Components:

[jira] Created: (XERCESC-1399) Documentation for the DOMNode::setTextContent is wrong.

2005-04-06 Thread Sergiy Michka (JIRA)
Documentation for the DOMNode::setTextContent is wrong. --- Key: XERCESC-1399 URL: http://issues.apache.org/jira/browse/XERCESC-1399 Project: Xerces-C++ Type: Bug Components: Documentation Versions: 2.6.0

Implementation of DOMNodeImpl::setTextContent

2004-02-04 Thread Erik Rydgren
We have been using this implementation of setTextContent for some time now and it works like a charm. Now that I upgraded to Xerces_2_4 I found out the hard way that it isn't implemented in the current release of Xerces either. I wrote the current getTextContent implementation and wrote th

RE: setTextContent

2003-04-03 Thread Erik Rydgren
e null for DOCUMENT_NODE, DOCUMENT_TYPE_NODE and NOTATION_NODE. Which solves the whole problem I had. I like the do nothing solution. To bad that the same solution doesn't work on all kinds of work. :) Here is the new code. / Erik void DOMNodeImpl::setTextContent(const XML

setTextContent

2003-04-03 Thread Erik Rydgren
Hi all. With the long discussion about getTextContent going I was reading the DOM specification and put the code together for setTextContent as well. You can't have one without the other. They are like peas and carrots (*slapping myself for using Forrest Gump reference... again*). Anyway he