class LibXML::XML::Namespace
def to_s
Usage:
Returns the string represenation of a namespace.
namespace.to_s -> "string"
call-seq:
def to_s if self.prefix "#{self.prefix}:#{self.href}" else self.href end end
def to_s if self.prefix "#{self.prefix}:#{self.href}" else self.href end end