plist-0.0.2: Generate and parse Mac OX property list formatSource codeContentsIndex
Text.XML.Plist.Read
Description
Parsing property list format
Synopsis
readPlistFromFile :: String -> IO PlObject
plistToObject :: ArrowXml a => a XmlTree PlObject
xmlToObject :: ArrowXml a => a XmlTree PlObject
Documentation
readPlistFromFile :: String -> IO PlObjectSource
Read PlObject from file.
plistToObject :: ArrowXml a => a XmlTree PlObjectSource
Arrow that converts xml tree to PlObject. Tree should contain at list one "plist" element.
xmlToObject :: ArrowXml a => a XmlTree PlObjectSource
Arrow that converts xml element to PlObject. Element should be "string", "array", "dict", etc.
Produced by Haddock version 2.4.2