lib/rbNokogiriParser.rb in CFPropertyList-2.1.1 vs lib/rbNokogiriParser.rb in CFPropertyList-2.1.2
- old
+ new
@@ -2,10 +2,10 @@
require 'nokogiri'
module CFPropertyList
# XML parser
- class XML < ParserInterface
+ class NokogiriXMLParser < ParserInterface
# read a XML file
# opts::
# * :file - The filename of the file to load
# * :data - The data to parse
def load(opts)