write the descriptor class to a DOM tree and return it
Node pmInUse = super.writeDescriptor(parent, nodeName, descriptor);
appendTextChild(pmInUse, RuntimeTagNames.PM_IDENTIFIER, descriptor.get_pm_identifier());
appendTextChild(pmInUse, RuntimeTagNames.PM_VERSION, descriptor.get_pm_version());
return pmInUse;