logo       

[jira] Created: (XERCESJ-1180) Document root changes indirectly during Defe: msg#00019

Subject: [jira] Created: (XERCESJ-1180) Document root changes indirectly during DeferredDocumentImpl children modification
Document root changes indirectly during DeferredDocumentImpl children 
modification
----------------------------------------------------------------------------------

                 Key: XERCESJ-1180
                 URL: http://issues.apache.org/jira/browse/XERCESJ-1180
             Project: Xerces2-J
          Issue Type: Bug
         Environment: java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)

            Reporter: Yury Semikhatsky


In the example below last line causes org.w3c.dom.DOMException because document 
root is already defined.


import java.io.ByteArrayInputStream;
import java.io.InputStream;

import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;

import org.w3c.dom.Document;
import org.w3c.dom.Element;


public class SetRootTest {
    public static void main(String[] args) throws Exception {
        DocumentBuilder builder = 
DocumentBuilderFactory.newInstance().newDocumentBuilder();
        InputStream inputStream = new 
ByteArrayInputStream("<root><a><b/></a></root>".getBytes());
        Document document = builder.parse(inputStream);

        Element root = document.getDocumentElement();
        Element a = (Element) root.getChildNodes().item(0);

        document.removeChild(root);
        System.out.println(document.getDocumentElement());
        
        a.getFirstChild();
        
        System.out.println(document.getDocumentElement());
        
        document.appendChild(root);//exception here
    }
}



The program output:
null
[b: null]
Exception in thread "main" org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An 
attempt was made to insert a node where it is not permitted. 
    at 
com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.insertBefore(CoreDocumentImpl.java:419)
    at 
com.sun.org.apache.xerces.internal.dom.NodeImpl.appendChild(NodeImpl.java:275)
    at SetRootTest.main(SetRootTest.java:27)



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
boot-loaders.gr...    php.pear.genera...    debugging.valgr...    kde.redhat.user...    text.xml.xsl.ge...    culture.languag...    hardware.microc...    java.servicemix...    redhat.release....    web.zope.plone....    user-groups.lin...    opendarwin.webk...    video.mjpeg.use...    sysutils.bcfg2....    encryption.gpg....    lx-office.devel...    xfree86.forum/2...    mail.mutt.devel...    acpi.devel/2003...    qnx.openqnx.dev...    network.irc.irs...    freebsd.devel.m...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe