# File lib/xml/util/xmlcanonicalizer.rb, line 366 def white_text?(text) return true if ((text.strip() == "") || (text.strip() == nil)) return false end