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
>
(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++
&
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:
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
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
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
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