((ANode) doctype).setOwnerDocument(doc);
}
if (qualifiedName != null) {
if (namespaceURI != null) {
doc.appendChild(doc.createElementNS(namespaceURI,
qualifiedName));
doc.hasNS = true;
} // end if
else {
doc.appendChild(doc.createElement(qualifiedName));