class Nokogiri::XML::Node
Public Instance Methods
normalize_text!()
click to toggle source
# File lib/dor/utils/ng_tidy.rb, line 14 def normalize_text! xpath('//text()').each(&:normalize!) end
# File lib/dor/utils/ng_tidy.rb, line 14 def normalize_text! xpath('//text()').each(&:normalize!) end