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