| Class | CFPropertyList::PlainParser |
| In: |
lib/cfpropertylist/rbPlainCFPropertyList.rb
|
| Parent: | XMLParserInterface |
XML parser
| SPACES_AND_COMMENTS | = | %r{((?:/\*.*?\*/)|(?://.*?$\n?)|(?:\s*))+}x |
read a XML file opts::
serialize CFPropertyList object to XML
| opts = {}: | Specify options: :formatted - Use indention and line breaks |