Module Plist
In: lib/plist/parser.rb
lib/plist/version.rb
lib/plist/generator.rb

plist

Copyright 2006-2010 Ben Bleything and Patrick May Distributed under the MIT License

Methods

parse_xml  

Classes and Modules

Module Plist::Emit
Class Plist::Listener
Class Plist::PArray
Class Plist::PData
Class Plist::PDate
Class Plist::PDict
Class Plist::PFalse
Class Plist::PInteger
Class Plist::PKey
Class Plist::PList
Class Plist::PReal
Class Plist::PString
Class Plist::PTag
Class Plist::PTrue
Class Plist::StreamParser

Constants

VERSION = '3.5.0'.freeze

Public Class methods

Note that I don‘t use these two elements much:

 + Date elements are returned as DateTime objects.
 + Data elements are implemented as Tempfiles

Plist.parse_xml will blow up if it encounters a Date element. If you encounter such an error, or if you have a Date element which can‘t be parsed into a Time object, please create an issue attaching your plist file at github.com/patsplat/plist/issues so folks can implement the proper support.

[Validate]