彩色(Node)方法似乎是一种 b。 当我称之为这一方法时,我收到了一部“NAMESPACE_ERR”的DOMException鞭".。
我的法典如下:
DocumentBuilder builder= DocumentBuilderFactory.newInstance().newDocumentBuilder();
Document doc = builder.newDocument();
Node n1 = doc.createElement("node");
Node n2 = n1.cloneNode(true);
任何想法? 事先感谢你!
EDIT : Important note : this code works perfectly if I run it on my computer with the Java JRE. It only fails on Android (1.6 and 2.2)
EDIT2 :并在Andrid 3.1 开展工作。 但我需要使用2.2版。 是否有工作?
Ok, I found a related bug : http://code.google.com/p/android/issues/detail?id=2735
but now I need a workaround... any idea ? NB : i don t want to add namespace to the created nodes.