| [news.eclipse.webtools] Re: Getting DOM from StructuredTextEditor |
Philippe Sabourin wrote:
getNodeValue doesnt seem to be implemented either, unless it's in some subclass of NodeImpl.java.
That's how it should be. The documentation for getNodeValue() specifies a null result for certain Node types.
http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-1950641247
dave