return parent.getNode(name);
}
ins = nodeXML.openStream();
Session session = parent.getSession();
session.importXML(parent.getPath(), ins, IMPORT_UUID_CREATE_NEW);
// additionally check whether the expected child node exists
return (parent.hasNode(name)) ? parent.getNode(name) : null;
} catch (InvalidSerializedDataException isde) {
// the XML might not be system or document view export, fall back