return newPI;
}
case (OMNode.COMMENT_NODE): {
OMComment importedComment = (OMComment) child;
OMComment newComment = createOMComment(null, importedComment.getValue());
newComment = new CommentImpl(importedComment.getValue(), this);
return newComment;
}
case (OMNode.DTD_NODE): {
OMDocType importedDocType = (OMDocType) child;
return createOMDocType(null, importedDocType.getRootName(),