Class CFPropertyList::XML
In: rbXMLCFPropertyList.rb
Parent: ParserInterface

XML parser

Methods

get_value   import_xml   load   to_str  

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

get the value of a DOM node

import the XML values

[Validate]