# File lib/rdf/redland/node.rb, line 248
    def Literal.from_xml(str,lang=nil)
      return Literal.new(str,lang,nil,true)
    end