# File rbXMLCFPropertyList.rb, line 58
    def get_value(n)
      return n.first.content if n.children?
      return n.content
    end