module ActiveFedora::Datastreams::NokogiriDatastreams::ClassMethods

def decorate_ng_xml(xml)

def decorate_ng_xml(xml)
  xml
end

def xml_template

def xml_template
  Nokogiri::XML::Document.parse("<xml/>")
end