# File xmlconfigfile.rb, line 215 def get_parameters(xpath, pathSeparator = DEFAULT_SEPARATOR) parameters = Hash.new XPath.each(@doc, xpath) { |node| parameters.update(get_properties(node, pathSeparator)) } return parameters end