Class CFPropertyList::PlainParser
In: lib/cfpropertylist/rbPlainCFPropertyList.rb
Parent: XMLParserInterface

XML parser

Methods

Constants

SPACES_AND_COMMENTS = %r{((?:/\*.*?\*/)|(?://.*?$\n?)|(?:\s*))+}x

Public Instance methods

read a XML file opts::

  • :file - The filename of the file to load
  • :data - The data to parse

serialize CFPropertyList object to XML

opts = {}:Specify options: :formatted - Use indention and line breaks

Protected Instance methods

import the XML values

[Validate]