   | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | |  | Element rePARENTing, reset root Element | Element rePARENTing, reset root Element 2003-12-19 - By Andreas Riedel
Back Hello List.
I have some problem with the Element object.
I read a XML file from the file system with the SaxBuilder.build method. From the Document I get a special Element. These Element I want to put as child to another Element to store this into another XML file.
The problem is, that the Element I got from the file has a parent. If I want to add this Element to the other Element I became an exception from the JDOM, that this element could not be add, because it already has another parent. Thats right. Of course it has parent. But I want the switch the parent. The method setParent is protectd in the Element class.
So, can anybody tell me, how to add an existing Element with setted parent to another Element. I find that this is no unusual and there have to be another way instead of recreate all elements a clone the content by calling all getter and setter.
TIA and merry christmas and a happy new year
Andreas Riedel
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ___
Gesendet von Yahoo! Mail - http://mail.yahoo.de Logos und Klingelt?ne f?rs Handy bei http://sms.yahoo.de __ ____ ____ ____ ____ ____ ____ ____ ____ ____ To control your jdom-interest membership: http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@(protected) .com
Earn $52 per hosting referral at Lunarpages.
|
|
 |