# File lib/libxml/namespace.rb, line 53 def to_s if self.prefix "#{self.prefix}:#{self.href}" else self.href end end