// llamado con el tercer par�metro a true por la parte SVG de Batik
if (importedNode instanceof DocumentType)
{
DocumentType docType = (DocumentType)importedNode;
DOMImplementation domImpl = getImplementation();
GenericDocumentType docTypeCloned = (GenericDocumentType)domImpl.createDocumentType(docType.getNodeName(),docType.getPublicId(),docType.getSystemId());
docTypeCloned.setOwnerDocument(this);
if (importedNode instanceof AbstractNode)
{
// Only fire the UserDataHandler if the imported node is from
// Batik's DOM implementation.
fireUserDataHandlers(UserDataHandler.NODE_IMPORTED,