module ActiveFedora::Datastreams::NokogiriDatastreams

def content_changed?

def content_changed?
  return true if autocreate? && new_record?
  return false unless xml_loaded
  ng_xml_changed?
end