Bugs item #1492790, was opened at 2006-05-22 10:51
Message generated for change (Comment added) made by mobaehnisch
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=1492790&group_id=16035

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Manuel (mobaehnisch)
Assigned to: Nobody/Anonymous (nobody)
Summary: node.detach for FlyweightText does not work

Initial Comment:
Trying to detach a node of type FlyweightText from its
parent does not work. It remains as a child. Works fine
though with DefaultElement nodes.

Example:
Text textnode = new FlyweightText("text");
Element element = new DefaultElement("elem");
element.add(textnode);
Node node = textnode.detach();
newnode.add(node);



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

>Comment By: Manuel (mobaehnisch)
Date: 2006-05-22 10:57

Message:
Logged In: YES 
user_id=1371141

Also works with DefaultText.

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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
dom4j-dev mailing list
dom4j-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to