# File nqxml/tokenizer.rb, line 95
 def replaceAllRefsButParams(str)
	    return nil if str.nil?
	    copy = NQXML.replaceCharacterRefs(str)
	    copy = NQXML.replacePredefinedEntityRefs(copy)
	    return replaceOnlyEntityRefs(copy)
	end