Bugs item #943795, was opened at 2004-04-28 17:48
Message generated for change (Comment added) made by maartenc
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=943795&group_id=16035

Category: None
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Todd Wolff (wolfftw)
>Assigned to: Maarten Coene (maartenc)
Summary: DOM element methods are a no-op

Initial Comment:
getNodeValue and setNodeValue methods on 
DOMElement were not implemented.  Here's a patch.

----------------------------------------------------------------------

>Comment By: Maarten Coene (maartenc)
Date: 2004-04-28 21:16

Message:
Logged In: YES 
user_id=178745

According to the org.w3c.dom.Node specification, the
Element.getNodeValue() should return null and
Element.setNodeValue(String) should do nothing

for more details, see:
http://java.sun.com/j2se/1.4.2/docs/api/org/w3c/dom/Node.html

regards,
Maarten

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=943795&group_id=16035


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to