A am looking for the source code of org.w3c.dom.Node and especialy the setTextContent.
But whatever I put into Google all I get are JavaDoc or other extracts but never the full source code.
I would not have thought that packages starting with org. would be prohibitory. So is there any place where one can look at the actual source or was I mistaken and the code is indeed secret?
org.w3c.dom.Nodeis an interface! Therefore there isn’t anything in the source that you can’t see in the JavaDoc, it’s only the method definitions.What you might want to look at is the concrete
Nodeimplementation that you get from your DOM implementation: